<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@charset "UTF-8";.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul&gt;li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30 "}.fa-1:before{content:"\31 "}.fa-2:before{content:"\32 "}.fa-3:before{content:"\33 "}.fa-4:before{content:"\34 "}.fa-5:before{content:"\35 "}.fa-6:before{content:"\36 "}.fa-7:before{content:"\37 "}.fa-8:before{content:"\38 "}.fa-9:before{content:"\39 "}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\@"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\*"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"C"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"L"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"P"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\?"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"F"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"H"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"S"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"B"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\&lt;"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\&gt;"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\+"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\="}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\%"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"T"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\!"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"D"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(/themes/custom/arocom/assets/css/../../fontawesome-free/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fontawesome-free/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(/themes/custom/arocom/assets/css/../../fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/themes/custom/arocom/assets/css/../../fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #dedede;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}.block-inline-blocksection-headline h3,h2,h3,p{orphans:3;widows:3}.block-inline-blocksection-headline h3,h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:1024px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dedede!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#f6f6f6}.table .thead-dark th{border-color:#f6f6f6;color:inherit}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#000;font-family:NB Grotesk,sans-serif;font-size:1rem;font-weight:400;line-height:1.2;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}.block-inline-blocksection-headline h3,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent}a,a:hover{color:#000}a:hover{text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#7c7c7c;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.block-inline-blocksection-headline h3,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:700;line-height:.98;margin-bottom:.5rem}.block-inline-blocksection-headline h3,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:.98}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:.98}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:1rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#7c7c7c;display:block;font-size:80%}.blockquote-footer:before{content:"â€”Â&nbsp;"}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #f6f6f6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#7c7c7c;font-size:90%}.table{color:#000;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #f6f6f6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #f6f6f6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #f6f6f6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #f6f6f6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#000}.table-primary,.table-primary&gt;td,.table-primary&gt;th{background-color:#b8b8b8}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7a7a7a}.table-hover .table-primary:hover,.table-hover .table-primary:hover&gt;td,.table-hover .table-primary:hover&gt;th{background-color:#ababab}.table-secondary,.table-secondary&gt;td,.table-secondary&gt;th{background-color:#dadada}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#bbb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover&gt;td,.table-hover .table-secondary:hover&gt;th{background-color:#cdcdcd}.table-success,.table-success&gt;td,.table-success&gt;th{background-color:#e0efe8}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#c6e1d5}.table-hover .table-success:hover,.table-hover .table-success:hover&gt;td,.table-hover .table-success:hover&gt;th{background-color:#cfe6dc}.table-info,.table-info&gt;td,.table-info&gt;th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover&gt;td,.table-hover .table-info:hover&gt;th{background-color:#abdde5}.table-warning,.table-warning&gt;td,.table-warning&gt;th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover&gt;td,.table-hover .table-warning:hover&gt;th{background-color:#ffe8a1}.table-danger,.table-danger&gt;td,.table-danger&gt;th{background-color:#ffb8b8}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ff7a7a}.table-hover .table-danger:hover,.table-hover .table-danger:hover&gt;td,.table-hover .table-danger:hover&gt;th{background-color:#ff9f9f}.table-light,.table-light&gt;td,.table-light&gt;th{background-color:#fcfcfc}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fafafa}.table-hover .table-light:hover,.table-hover .table-light:hover&gt;td,.table-hover .table-light:hover&gt;th{background-color:#efefef}.table-dark,.table-dark&gt;td,.table-dark&gt;th{background-color:#b8b8b8}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#7a7a7a}.table-hover .table-dark:hover,.table-hover .table-dark:hover&gt;td,.table-hover .table-dark:hover&gt;th{background-color:#ababab}.table-active,.table-active&gt;td,.table-active&gt;th,.table-hover .table-active:hover,.table-hover .table-active:hover&gt;td,.table-hover .table-active:hover&gt;th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#7c7c7c;border-color:#8f8f8f;color:#fff}.table .thead-light th{background-color:#f6f6f6;border-color:#f6f6f6;color:#7c7c7c}.table-dark{background-color:#7c7c7c;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#8f8f8f}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm&gt;.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md&gt;.table-bordered{border:0}}@media (max-width:1023.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg&gt;.table-bordered{border:0}}@media (max-width:1439.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl&gt;.table-bordered{border:0}}@media (max-width:1599.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xxl&gt;.table-bordered{border:0}}@media (max-width:1919.98px){.table-responsive-xxxl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xxxl&gt;.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive&gt;.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #dedede;border-radius:.25rem;color:#7c7c7c;display:block;font-size:1rem;font-weight:400;height:calc(1.2em + .75rem + 2px);line-height:1.2;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#404040;box-shadow:0 0 0 .2rem rgba(0,0,0,.25);color:#7c7c7c;outline:0}.form-control::-moz-placeholder{color:#7c7c7c;opacity:1}.form-control::placeholder{color:#7c7c7c;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f6f6f6;opacity:1}select.form-control:focus::-ms-value{background-color:#fff;color:#7c7c7c}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.2;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.5rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:1.167rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#000;display:block;line-height:1.2;margin-bottom:0;padding-bottom:.375rem;padding-top:.375rem;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:1.167rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.5rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row&gt;.col,.form-row&gt;[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label{color:#7c7c7c}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#91c5ae;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(145,197,174,.9);border-radius:.25rem;color:#000;display:none;font-size:1.167rem;line-height:1.2;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2391C5AE' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:center right calc(.3em + .1875rem);background-repeat:no-repeat;background-size:calc(.6em + .375rem) calc(.6em + .375rem);border-color:#91c5ae;padding-right:calc(1.2em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#91c5ae;box-shadow:0 0 0 .2rem rgba(145,197,174,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.3em + .1875rem) right calc(.3em + .1875rem);padding-right:calc(1.2em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%237C7C7C' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2391C5AE' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.6em + .375rem) calc(.6em + .375rem);border-color:#91c5ae;padding-right:calc(.75em + 2.3125rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#91c5ae;box-shadow:0 0 0 .2rem rgba(145,197,174,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#91c5ae}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#91c5ae}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#91c5ae}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#b2d7c7;border-color:#b2d7c7}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(145,197,174,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#91c5ae}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#91c5ae}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#91c5ae;box-shadow:0 0 0 .2rem rgba(145,197,174,.25)}.invalid-feedback{color:red;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(255,0,0,.9);border-radius:.25rem;color:#fff;display:none;font-size:1.167rem;line-height:1.2;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='-2 -2 7 7'%3E%3Cpath stroke='red' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-position:center right calc(.3em + .1875rem);background-repeat:no-repeat;background-size:calc(.6em + .375rem) calc(.6em + .375rem);border-color:red;padding-right:calc(1.2em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:red;box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.3em + .1875rem) right calc(.3em + .1875rem);padding-right:calc(1.2em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%237C7C7C' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='-2 -2 7 7'%3E%3Cpath stroke='red' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.6em + .375rem) calc(.6em + .375rem);border-color:red;padding-right:calc(.75em + 2.3125rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:red;box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:red}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:red}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:red}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#f33;border-color:#f33}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:red}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:red}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:red;box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#000;display:inline-block;font-size:1rem;font-weight:400;line-height:1.2;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#000;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{border-color:#000}.btn-primary:hover{background-color:#000;border-color:#000;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-primary.disabled,.btn-primary:disabled,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show&gt;.btn-primary.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-secondary{background-color:#7c7c7c;border-color:#7c7c7c;color:#fff}.btn-secondary:hover{background-color:dimgray;border-color:#636363;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,56%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#7c7c7c;border-color:#7c7c7c;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show&gt;.btn-secondary.dropdown-toggle{background-color:#636363;border-color:#5c5c5c;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,56%,.5)}.btn-success{background-color:#91c5ae;border-color:#91c5ae;color:#000}.btn-success:hover{background-color:#78b89c;border-color:#70b395;color:#000}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(123,167,148,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#91c5ae;border-color:#91c5ae;color:#000}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show&gt;.btn-success.dropdown-toggle{background-color:#70b395;border-color:#67af8f;color:#000}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(123,167,148,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show&gt;.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#000}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show&gt;.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#000}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(217,164,6,.5)}.btn-danger{background-color:red;border-color:red;color:#fff}.btn-danger:hover{background-color:#d90000;border-color:#c00;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(255,38,38,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:red;border-color:red;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show&gt;.btn-danger.dropdown-toggle{background-color:#c00;border-color:#bf0000;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,38,38,.5)}.btn-light{background-color:#f6f6f6;border-color:#f6f6f6;color:#000}.btn-light:hover{background-color:#e3e3e3;border-color:#ddd;color:#000}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(0,0%,82%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f6f6f6;border-color:#f6f6f6;color:#000}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show&gt;.btn-light.dropdown-toggle{background-color:#ddd;border-color:#d6d6d6;color:#000}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,82%,.5)}.btn-dark,.btn-dark:hover{background-color:#000;border-color:#000;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-dark.disabled,.btn-dark:disabled,.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show&gt;.btn-dark.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-outline-primary{border-color:#000;color:#000}.btn-outline-primary:hover{background-color:#000;border-color:#000;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#000}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-primary.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-secondary{border-color:#7c7c7c;color:#7c7c7c}.btn-outline-secondary:hover{background-color:#7c7c7c;border-color:#7c7c7c;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,49%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#7c7c7c}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-secondary.dropdown-toggle{background-color:#7c7c7c;border-color:#7c7c7c;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,49%,.5)}.btn-outline-success{border-color:#91c5ae;color:#91c5ae}.btn-outline-success:hover{background-color:#91c5ae;border-color:#91c5ae;color:#000}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(145,197,174,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#91c5ae}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-success.dropdown-toggle{background-color:#91c5ae;border-color:#91c5ae;color:#000}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(145,197,174,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:red;color:red}.btn-outline-danger:hover{background-color:red;border-color:red;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:red}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-danger.dropdown-toggle{background-color:red;border-color:red;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-outline-light{border-color:#f6f6f6;color:#f6f6f6}.btn-outline-light:hover{background-color:#f6f6f6;border-color:#f6f6f6;color:#000}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f6f6f6}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-light.dropdown-toggle{background-color:#f6f6f6;border-color:#f6f6f6;color:#000}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5)}.btn-outline-dark{border-color:#000;color:#000}.btn-outline-dark:hover{background-color:#000;border-color:#000;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#000}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-dark.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{color:#000;font-weight:400;text-decoration:none}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:hover,.btn-link:hover{color:#000;text-decoration:underline}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.focus,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:focus,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.focus,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:focus,.btn-link.focus,.btn-link:focus{box-shadow:none;text-decoration:underline}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.disabled,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:disabled,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.disabled,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:disabled,.btn-link.disabled,.btn-link:disabled{color:#7c7c7c;pointer-events:none}.btn-group-lg&gt;.btn,.btn-lg{border-radius:.3rem;font-size:1.5rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm&gt;.btn,.btn-sm{border-radius:.2rem;font-size:1.167rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .5s}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#000;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:1024px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1440px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}@media (min-width:1600px){.dropdown-menu-xxl-left{left:0;right:auto}.dropdown-menu-xxl-right{left:auto;right:0}}@media (min-width:1920px){.dropdown-menu-xxxl-left{left:0;right:auto}.dropdown-menu-xxxl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #f6f6f6;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#000;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#f6f6f6;color:#000;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#000;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#7c7c7c;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#7c7c7c;display:block;font-size:1.167rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#000;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical&gt;.btn,.btn-group&gt;.btn{flex:1 1 auto;position:relative}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group&gt;.btn-group:not(:first-child),.btn-group&gt;.btn:not(:first-child){margin-left:-1px}.btn-group&gt;.btn-group:not(:last-child)&gt;.btn,.btn-group&gt;.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group&gt;.btn-group:not(:first-child)&gt;.btn,.btn-group&gt;.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm&gt;.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg&gt;.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group{width:100%}.btn-group-vertical&gt;.btn-group:not(:first-child),.btn-group-vertical&gt;.btn:not(:first-child){margin-top:-1px}.btn-group-vertical&gt;.btn-group:not(:last-child)&gt;.btn,.btn-group-vertical&gt;.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical&gt;.btn-group:not(:first-child)&gt;.btn,.btn-group-vertical&gt;.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle&gt;.btn,.btn-group-toggle&gt;.btn-group&gt;.btn{margin-bottom:0}.btn-group-toggle&gt;.btn input[type=checkbox],.btn-group-toggle&gt;.btn input[type=radio],.btn-group-toggle&gt;.btn-group&gt;.btn input[type=checkbox],.btn-group-toggle&gt;.btn-group&gt;.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group&gt;.custom-file,.input-group&gt;.custom-select,.input-group&gt;.form-control,.input-group&gt;.form-control-plaintext{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.input-group&gt;.custom-file+.custom-file,.input-group&gt;.custom-file+.custom-select,.input-group&gt;.custom-file+.form-control,.input-group&gt;.custom-select+.custom-file,.input-group&gt;.custom-select+.custom-select,.input-group&gt;.custom-select+.form-control,.input-group&gt;.form-control+.custom-file,.input-group&gt;.form-control+.custom-select,.input-group&gt;.form-control+.form-control,.input-group&gt;.form-control-plaintext+.custom-file,.input-group&gt;.form-control-plaintext+.custom-select,.input-group&gt;.form-control-plaintext+.form-control{margin-left:-1px}.input-group&gt;.custom-file .custom-file-input:focus~.custom-file-label,.input-group&gt;.custom-select:focus,.input-group&gt;.form-control:focus{z-index:3}.input-group&gt;.custom-file .custom-file-input:focus{z-index:4}.input-group&gt;.custom-select:not(:last-child),.input-group&gt;.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group&gt;.custom-select:not(:first-child),.input-group&gt;.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group&gt;.custom-file{align-items:center;display:flex}.input-group&gt;.custom-file:not(:last-child) .custom-file-label,.input-group&gt;.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group&gt;.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#f6f6f6;border:1px solid #dedede;border-radius:.25rem;color:#7c7c7c;display:flex;font-size:1rem;font-weight:400;line-height:1.2;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg&gt;.custom-select,.input-group-lg&gt;.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg&gt;.custom-select,.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-append&gt;.btn,.input-group-lg&gt;.input-group-append&gt;.input-group-text,.input-group-lg&gt;.input-group-prepend&gt;.btn,.input-group-lg&gt;.input-group-prepend&gt;.input-group-text{border-radius:.3rem;font-size:1.5rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm&gt;.custom-select,.input-group-sm&gt;.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm&gt;.custom-select,.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-append&gt;.btn,.input-group-sm&gt;.input-group-append&gt;.input-group-text,.input-group-sm&gt;.input-group-prepend&gt;.btn,.input-group-sm&gt;.input-group-prepend&gt;.input-group-text{border-radius:.2rem;font-size:1.167rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg&gt;.custom-select,.input-group-sm&gt;.custom-select{padding-right:1.75rem}.input-group&gt;.input-group-append:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group&gt;.input-group-append:last-child&gt;.input-group-text:not(:last-child),.input-group&gt;.input-group-append:not(:last-child)&gt;.btn,.input-group&gt;.input-group-append:not(:last-child)&gt;.input-group-text,.input-group&gt;.input-group-prepend&gt;.btn,.input-group&gt;.input-group-prepend&gt;.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group&gt;.input-group-append&gt;.btn,.input-group&gt;.input-group-append&gt;.input-group-text,.input-group&gt;.input-group-prepend:first-child&gt;.btn:not(:first-child),.input-group&gt;.input-group-prepend:first-child&gt;.input-group-text:not(:first-child),.input-group&gt;.input-group-prepend:not(:first-child)&gt;.btn,.input-group&gt;.input-group-prepend:not(:first-child)&gt;.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{display:block;min-height:1.2rem;padding-left:1.5rem;position:relative}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{opacity:0;position:absolute;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#000;border-color:#000;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#404040}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#595959;border-color:#595959;color:#fff}.custom-control-input:disabled~.custom-control-label{color:#7c7c7c}.custom-control-input:disabled~.custom-control-label:before{background-color:#f6f6f6}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #dedede;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.1rem;width:1rem}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#000;border-color:#000}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#dedede;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.1rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%237C7C7C' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #dedede;border-radius:.25rem;color:#7c7c7c;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.2em + .75rem + 2px);line-height:1.2;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#404040;box-shadow:0 0 0 .2rem rgba(0,0,0,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#7c7c7c}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#f6f6f6;color:#7c7c7c}.custom-select::-ms-expand{display:none}.custom-select-sm{font-size:1.167rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.5rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.2em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#404040;box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#f6f6f6}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #dedede;border-radius:.25rem;font-weight:400;height:calc(1.2em + .75rem + 2px);left:0;z-index:1}.custom-file-label,.custom-file-label:after{color:#7c7c7c;line-height:1.2;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#f6f6f6;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.2em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#000;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#595959}.custom-range::-webkit-slider-runnable-track{background-color:#f6f6f6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#000;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#595959}.custom-range::-moz-range-track{background-color:#f6f6f6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#000;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#595959}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#f6f6f6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#dedede}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#dedede}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#dedede}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#7c7c7c;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #f6f6f6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#f6f6f6}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#7c7c7c}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#f6f6f6 #f6f6f6 #fff;color:#7c7c7c}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show&gt;.nav-link{background-color:#000;color:#fff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar&gt;.container,.navbar&gt;.container-fluid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.5rem;line-height:inherit;margin-right:1rem;padding-bottom:.2rem;padding-top:.2rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.5rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:no-repeat 50%;background-size:100% 100%;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}@media (max-width:575.98px){.navbar-expand-sm&gt;.container,.navbar-expand-sm&gt;.container-fluid{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm&gt;.container,.navbar-expand-sm&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md&gt;.container,.navbar-expand-md&gt;.container-fluid{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md&gt;.container,.navbar-expand-md&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:1023.98px){.navbar-expand-lg&gt;.container,.navbar-expand-lg&gt;.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1024px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg&gt;.container,.navbar-expand-lg&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1439.98px){.navbar-expand-xl&gt;.container,.navbar-expand-xl&gt;.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1440px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl&gt;.container,.navbar-expand-xl&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1599.98px){.navbar-expand-xxl&gt;.container,.navbar-expand-xxl&gt;.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1600px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl&gt;.container,.navbar-expand-xxl&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}@media (max-width:1919.98px){.navbar-expand-xxxl&gt;.container,.navbar-expand-xxxl&gt;.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1920px){.navbar-expand-xxxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxxl&gt;.container,.navbar-expand-xxxl&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand&gt;.container,.navbar-expand&gt;.container-fluid{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand&gt;.container,.navbar-expand&gt;.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active&gt;.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show&gt;.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active&gt;.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show&gt;.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #f6f6f6;color:#000;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#f6f6f6;border-color:#f6f6f6;color:#000;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.25);outline:0;z-index:2}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{background-color:#000;border-color:#000;color:#fff;z-index:1}.page-item.disabled .page-link{background-color:#fff;border-color:#f6f6f6;color:#7c7c7c;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.5rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:1.167rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0}.alert-primary{background-color:#ccc;border-color:#b8b8b8;color:#000}.alert-primary hr{border-top-color:#ababab}.alert-primary .alert-link{color:#000}.alert-secondary{background-color:#e5e5e5;border-color:#dadada;color:#404040}.alert-secondary hr{border-top-color:#cdcdcd}.alert-secondary .alert-link{color:#272727}.alert-success{background-color:#e9f3ef;border-color:#e0efe8;color:#4b665a}.alert-success hr{border-top-color:#cfe6dc}.alert-success .alert-link{color:#354940}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#fcc;border-color:#ffb8b8;color:#850000}.alert-danger hr{border-top-color:#ff9f9f}.alert-danger .alert-link{color:#520000}.alert-light{background-color:#fdfdfd;border-color:#fcfcfc;color:gray}.alert-light hr{border-top-color:#efefef}.alert-light .alert-link{color:#676767}.alert-dark{background-color:#ccc;border-color:#b8b8b8;color:#000}.alert-dark hr{border-top-color:#ababab}.alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#f6f6f6;border-radius:.25rem;display:flex;font-size:.75rem;height:1rem;overflow:hidden}.progress-bar{background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#7c7c7c;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f6f6f6;color:#7c7c7c;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#f6f6f6;color:#000}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;margin-bottom:0}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#7c7c7c;pointer-events:none}.list-group-item.active{background-color:#000;border-color:#000;color:#fff;z-index:2}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}}@media (min-width:1024px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}}@media (min-width:1440px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}}@media (min-width:1600px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal-xxl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}}@media (min-width:1920px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl .list-group-item{margin-bottom:0;margin-right:-1px}.list-group-horizontal-xxxl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxxl .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;margin-right:0}}.list-group-flush .list-group-item{border-left:0;border-radius:0;border-right:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0;margin-bottom:0}.list-group-item-primary{background-color:#b8b8b8;color:#000}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#ababab;color:#000}.list-group-item-primary.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-secondary{background-color:#dadada;color:#404040}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#cdcdcd;color:#404040}.list-group-item-secondary.list-group-item-action.active{background-color:#404040;border-color:#404040;color:#fff}.list-group-item-success{background-color:#e0efe8;color:#4b665a}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#cfe6dc;color:#4b665a}.list-group-item-success.list-group-item-action.active{background-color:#4b665a;border-color:#4b665a;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.list-group-item-danger{background-color:#ffb8b8;color:#850000}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#ff9f9f;color:#850000}.list-group-item-danger.list-group-item-action.active{background-color:#850000;border-color:#850000;color:#fff}.list-group-item-light{background-color:#fcfcfc;color:gray}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#efefef;color:gray}.list-group-item-light.list-group-item-action.active{background-color:gray;border-color:gray;color:#fff}.list-group-item-dark{background-color:#b8b8b8;color:#000}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#ababab;color:#000}.list-group-item-dark.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem)}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #f6f6f6;border-top-left-radius:.3rem;border-top-right-radius:.3rem;display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.2;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;border-top:1px solid #f6f6f6;display:flex;justify-content:flex-end;padding:1rem}.modal-footer&gt;:not(:first-child){margin-left:.25rem}.modal-footer&gt;:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:1024px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1440px){.modal-xl{max-width:1140px}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary,a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#000!important}.bg-secondary{background-color:#7c7c7c!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#636363!important}.bg-success{background-color:#91c5ae!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#70b395!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:red!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#c00!important}.bg-light{background-color:#f6f6f6!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#ddd!important}.bg-dark,a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#000!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #f6f6f6!important}.border-top{border-top:1px solid #f6f6f6!important}.border-right{border-right:1px solid #f6f6f6!important}.border-bottom{border-bottom:1px solid #f6f6f6!important}.border-left{border-left:1px solid #f6f6f6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#000!important}.border-secondary{border-color:#7c7c7c!important}.border-success{border-color:#91c5ae!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:red!important}.border-light{border-color:#f6f6f6!important}.border-dark{border-color:#000!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.del-container .del-show-all a,.del-container .del-show-more a,.rounded-circle,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.block-inline-blockdynamic-entity-list .del-render--gallery-slide .del-container-content img,.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.d-inline-flex,.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1440px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width:1600px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media (min-width:1920px){.d-xxxl-none{display:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1440px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width:1600px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}@media (min-width:1920px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:1024px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1440px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1600px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}@media (min-width:1920px){.float-xxxl-left{float:left!important}.float-xxxl-right{float:right!important}.float-xxxl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m-gutter-1{margin:.625rem!important}.mt-gutter-1,.my-gutter-1{margin-top:.625rem!important}.mr-gutter-1,.mx-gutter-1{margin-right:.625rem!important}.mb-gutter-1,.my-gutter-1{margin-bottom:.625rem!important}.ml-gutter-1,.mx-gutter-1{margin-left:.625rem!important}.m-gutter-2{margin:1.25rem!important}.mt-gutter-2,.my-gutter-2{margin-top:1.25rem!important}.mr-gutter-2,.mx-gutter-2{margin-right:1.25rem!important}.mb-gutter-2,.my-gutter-2{margin-bottom:1.25rem!important}.ml-gutter-2,.mx-gutter-2{margin-left:1.25rem!important}.m-xs-1{margin:.125rem!important}.mt-xs-1,.my-xs-1{margin-top:.125rem!important}.mr-xs-1,.mx-xs-1{margin-right:.125rem!important}.mb-xs-1,.my-xs-1{margin-bottom:.125rem!important}.ml-xs-1,.mx-xs-1{margin-left:.125rem!important}.m-xs-2{margin:.25rem!important}.mt-xs-2,.my-xs-2{margin-top:.25rem!important}.mr-xs-2,.mx-xs-2{margin-right:.25rem!important}.mb-xs-2,.my-xs-2{margin-bottom:.25rem!important}.ml-xs-2,.mx-xs-2{margin-left:.25rem!important}.m-xs-3{margin:.25rem!important}.mt-xs-3,.my-xs-3{margin-top:.25rem!important}.mr-xs-3,.mx-xs-3{margin-right:.25rem!important}.mb-xs-3,.my-xs-3{margin-bottom:.25rem!important}.ml-xs-3,.mx-xs-3{margin-left:.25rem!important}.m-sm-1{margin:.625rem!important}.mt-sm-1,.my-sm-1{margin-top:.625rem!important}.mr-sm-1,.mx-sm-1{margin-right:.625rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.625rem!important}.ml-sm-1,.mx-sm-1{margin-left:.625rem!important}.m-sm-2{margin:.9375rem!important}.mt-sm-2,.my-sm-2{margin-top:.9375rem!important}.mr-sm-2,.mx-sm-2{margin-right:.9375rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.9375rem!important}.ml-sm-2,.mx-sm-2{margin-left:.9375rem!important}.m-sm-3{margin:1.25rem!important}.mt-sm-3,.my-sm-3{margin-top:1.25rem!important}.mr-sm-3,.mx-sm-3{margin-right:1.25rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1.25rem!important}.ml-sm-3,.mx-sm-3{margin-left:1.25rem!important}.m-md-1{margin:1.25rem!important}.mt-md-1,.my-md-1{margin-top:1.25rem!important}.mr-md-1,.mx-md-1{margin-right:1.25rem!important}.mb-md-1,.my-md-1{margin-bottom:1.25rem!important}.ml-md-1,.mx-md-1{margin-left:1.25rem!important}.m-md-2{margin:1.875rem!important}.mt-md-2,.my-md-2{margin-top:1.875rem!important}.mr-md-2,.mx-md-2{margin-right:1.875rem!important}.mb-md-2,.my-md-2{margin-bottom:1.875rem!important}.ml-md-2,.mx-md-2{margin-left:1.875rem!important}.m-md-3{margin:2.5rem!important}.mt-md-3,.my-md-3{margin-top:2.5rem!important}.mr-md-3,.mx-md-3{margin-right:2.5rem!important}.mb-md-3,.my-md-3{margin-bottom:2.5rem!important}.ml-md-3,.mx-md-3{margin-left:2.5rem!important}.m-lg-1{margin:2.5rem!important}.mt-lg-1,.my-lg-1{margin-top:2.5rem!important}.mr-lg-1,.mx-lg-1{margin-right:2.5rem!important}.mb-lg-1,.my-lg-1{margin-bottom:2.5rem!important}.ml-lg-1,.mx-lg-1{margin-left:2.5rem!important}.m-lg-2{margin:3.125rem!important}.mt-lg-2,.my-lg-2{margin-top:3.125rem!important}.mr-lg-2,.mx-lg-2{margin-right:3.125rem!important}.mb-lg-2,.my-lg-2{margin-bottom:3.125rem!important}.ml-lg-2,.mx-lg-2{margin-left:3.125rem!important}.m-lg-3{margin:3.75rem!important}.mt-lg-3,.my-lg-3{margin-top:3.75rem!important}.mr-lg-3,.mx-lg-3{margin-right:3.75rem!important}.mb-lg-3,.my-lg-3{margin-bottom:3.75rem!important}.ml-lg-3,.mx-lg-3{margin-left:3.75rem!important}.m-xl-1{margin:3.75rem!important}.mt-xl-1,.my-xl-1{margin-top:3.75rem!important}.mr-xl-1,.mx-xl-1{margin-right:3.75rem!important}.mb-xl-1,.my-xl-1{margin-bottom:3.75rem!important}.ml-xl-1,.mx-xl-1{margin-left:3.75rem!important}.m-xl-2{margin:4.375rem!important}.mt-xl-2,.my-xl-2{margin-top:4.375rem!important}.mr-xl-2,.mx-xl-2{margin-right:4.375rem!important}.mb-xl-2,.my-xl-2{margin-bottom:4.375rem!important}.ml-xl-2,.mx-xl-2{margin-left:4.375rem!important}.m-xl-3{margin:5rem!important}.mt-xl-3,.my-xl-3{margin-top:5rem!important}.mr-xl-3,.mx-xl-3{margin-right:5rem!important}.mb-xl-3,.my-xl-3{margin-bottom:5rem!important}.ml-xl-3,.mx-xl-3{margin-left:5rem!important}.m-xxl-1{margin:5rem!important}.mt-xxl-1,.my-xxl-1{margin-top:5rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:5rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:5rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:5rem!important}.m-xxl-2{margin:5.625rem!important}.mt-xxl-2,.my-xxl-2{margin-top:5.625rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:5.625rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:5.625rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:5.625rem!important}.m-xxl-3{margin:6.25rem!important}.mt-xxl-3,.my-xxl-3{margin-top:6.25rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:6.25rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:6.25rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:6.25rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-gutter-1{padding:.625rem!important}.pt-gutter-1,.py-gutter-1{padding-top:.625rem!important}.pr-gutter-1,.px-gutter-1{padding-right:.625rem!important}.pb-gutter-1,.py-gutter-1{padding-bottom:.625rem!important}.pl-gutter-1,.px-gutter-1{padding-left:.625rem!important}.p-gutter-2{padding:1.25rem!important}.pt-gutter-2,.py-gutter-2{padding-top:1.25rem!important}.pr-gutter-2,.px-gutter-2{padding-right:1.25rem!important}.pb-gutter-2,.py-gutter-2{padding-bottom:1.25rem!important}.pl-gutter-2,.px-gutter-2{padding-left:1.25rem!important}.p-xs-1{padding:.125rem!important}.pt-xs-1,.py-xs-1{padding-top:.125rem!important}.pr-xs-1,.px-xs-1{padding-right:.125rem!important}.pb-xs-1,.py-xs-1{padding-bottom:.125rem!important}.pl-xs-1,.px-xs-1{padding-left:.125rem!important}.p-xs-2{padding:.25rem!important}.pt-xs-2,.py-xs-2{padding-top:.25rem!important}.pr-xs-2,.px-xs-2{padding-right:.25rem!important}.pb-xs-2,.py-xs-2{padding-bottom:.25rem!important}.pl-xs-2,.px-xs-2{padding-left:.25rem!important}.p-xs-3{padding:.25rem!important}.pt-xs-3,.py-xs-3{padding-top:.25rem!important}.pr-xs-3,.px-xs-3{padding-right:.25rem!important}.pb-xs-3,.py-xs-3{padding-bottom:.25rem!important}.pl-xs-3,.px-xs-3{padding-left:.25rem!important}.p-sm-1{padding:.625rem!important}.pt-sm-1,.py-sm-1{padding-top:.625rem!important}.pr-sm-1,.px-sm-1{padding-right:.625rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.625rem!important}.pl-sm-1,.px-sm-1{padding-left:.625rem!important}.p-sm-2{padding:.9375rem!important}.pt-sm-2,.py-sm-2{padding-top:.9375rem!important}.pr-sm-2,.px-sm-2{padding-right:.9375rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.9375rem!important}.pl-sm-2,.px-sm-2{padding-left:.9375rem!important}.p-sm-3{padding:1.25rem!important}.pt-sm-3,.py-sm-3{padding-top:1.25rem!important}.pr-sm-3,.px-sm-3{padding-right:1.25rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1.25rem!important}.pl-sm-3,.px-sm-3{padding-left:1.25rem!important}.p-md-1{padding:1.25rem!important}.pt-md-1,.py-md-1{padding-top:1.25rem!important}.pr-md-1,.px-md-1{padding-right:1.25rem!important}.pb-md-1,.py-md-1{padding-bottom:1.25rem!important}.pl-md-1,.px-md-1{padding-left:1.25rem!important}.p-md-2{padding:1.875rem!important}.pt-md-2,.py-md-2{padding-top:1.875rem!important}.pr-md-2,.px-md-2{padding-right:1.875rem!important}.pb-md-2,.py-md-2{padding-bottom:1.875rem!important}.pl-md-2,.px-md-2{padding-left:1.875rem!important}.p-md-3{padding:2.5rem!important}.pt-md-3,.py-md-3{padding-top:2.5rem!important}.pr-md-3,.px-md-3{padding-right:2.5rem!important}.pb-md-3,.py-md-3{padding-bottom:2.5rem!important}.pl-md-3,.px-md-3{padding-left:2.5rem!important}.p-lg-1{padding:2.5rem!important}.pt-lg-1,.py-lg-1{padding-top:2.5rem!important}.pr-lg-1,.px-lg-1{padding-right:2.5rem!important}.pb-lg-1,.py-lg-1{padding-bottom:2.5rem!important}.pl-lg-1,.px-lg-1{padding-left:2.5rem!important}.p-lg-2{padding:3.125rem!important}.pt-lg-2,.py-lg-2{padding-top:3.125rem!important}.pr-lg-2,.px-lg-2{padding-right:3.125rem!important}.pb-lg-2,.py-lg-2{padding-bottom:3.125rem!important}.pl-lg-2,.px-lg-2{padding-left:3.125rem!important}.p-lg-3{padding:3.75rem!important}.pt-lg-3,.py-lg-3{padding-top:3.75rem!important}.pr-lg-3,.px-lg-3{padding-right:3.75rem!important}.pb-lg-3,.py-lg-3{padding-bottom:3.75rem!important}.pl-lg-3,.px-lg-3{padding-left:3.75rem!important}.p-xl-1{padding:3.75rem!important}.pt-xl-1,.py-xl-1{padding-top:3.75rem!important}.pr-xl-1,.px-xl-1{padding-right:3.75rem!important}.pb-xl-1,.py-xl-1{padding-bottom:3.75rem!important}.pl-xl-1,.px-xl-1{padding-left:3.75rem!important}.p-xl-2{padding:4.375rem!important}.pt-xl-2,.py-xl-2{padding-top:4.375rem!important}.pr-xl-2,.px-xl-2{padding-right:4.375rem!important}.pb-xl-2,.py-xl-2{padding-bottom:4.375rem!important}.pl-xl-2,.px-xl-2{padding-left:4.375rem!important}.p-xl-3{padding:5rem!important}.pt-xl-3,.py-xl-3{padding-top:5rem!important}.pr-xl-3,.px-xl-3{padding-right:5rem!important}.pb-xl-3,.py-xl-3{padding-bottom:5rem!important}.pl-xl-3,.px-xl-3{padding-left:5rem!important}.p-xxl-1{padding:5rem!important}.pt-xxl-1,.py-xxl-1{padding-top:5rem!important}.pr-xxl-1,.px-xxl-1{padding-right:5rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:5rem!important}.pl-xxl-1,.px-xxl-1{padding-left:5rem!important}.p-xxl-2{padding:5.625rem!important}.pt-xxl-2,.py-xxl-2{padding-top:5.625rem!important}.pr-xxl-2,.px-xxl-2{padding-right:5.625rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:5.625rem!important}.pl-xxl-2,.px-xxl-2{padding-left:5.625rem!important}.p-xxl-3{padding:6.25rem!important}.pt-xxl-3,.py-xxl-3{padding-top:6.25rem!important}.pr-xxl-3,.px-xxl-3{padding-right:6.25rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:6.25rem!important}.pl-xxl-3,.px-xxl-3{padding-left:6.25rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-ngutter-1{margin:-.625rem!important}.mt-ngutter-1,.my-ngutter-1{margin-top:-.625rem!important}.mr-ngutter-1,.mx-ngutter-1{margin-right:-.625rem!important}.mb-ngutter-1,.my-ngutter-1{margin-bottom:-.625rem!important}.ml-ngutter-1,.mx-ngutter-1{margin-left:-.625rem!important}.m-ngutter-2{margin:-1.25rem!important}.mt-ngutter-2,.my-ngutter-2{margin-top:-1.25rem!important}.mr-ngutter-2,.mx-ngutter-2{margin-right:-1.25rem!important}.mb-ngutter-2,.my-ngutter-2{margin-bottom:-1.25rem!important}.ml-ngutter-2,.mx-ngutter-2{margin-left:-1.25rem!important}.m-nxs-1{margin:-.125rem!important}.mt-nxs-1,.my-nxs-1{margin-top:-.125rem!important}.mr-nxs-1,.mx-nxs-1{margin-right:-.125rem!important}.mb-nxs-1,.my-nxs-1{margin-bottom:-.125rem!important}.ml-nxs-1,.mx-nxs-1{margin-left:-.125rem!important}.m-nxs-2{margin:-.25rem!important}.mt-nxs-2,.my-nxs-2{margin-top:-.25rem!important}.mr-nxs-2,.mx-nxs-2{margin-right:-.25rem!important}.mb-nxs-2,.my-nxs-2{margin-bottom:-.25rem!important}.ml-nxs-2,.mx-nxs-2{margin-left:-.25rem!important}.m-nxs-3{margin:-.25rem!important}.mt-nxs-3,.my-nxs-3{margin-top:-.25rem!important}.mr-nxs-3,.mx-nxs-3{margin-right:-.25rem!important}.mb-nxs-3,.my-nxs-3{margin-bottom:-.25rem!important}.ml-nxs-3,.mx-nxs-3{margin-left:-.25rem!important}.m-nsm-1{margin:-.625rem!important}.mt-nsm-1,.my-nsm-1{margin-top:-.625rem!important}.mr-nsm-1,.mx-nsm-1{margin-right:-.625rem!important}.mb-nsm-1,.my-nsm-1{margin-bottom:-.625rem!important}.ml-nsm-1,.mx-nsm-1{margin-left:-.625rem!important}.m-nsm-2{margin:-.9375rem!important}.mt-nsm-2,.my-nsm-2{margin-top:-.9375rem!important}.mr-nsm-2,.mx-nsm-2{margin-right:-.9375rem!important}.mb-nsm-2,.my-nsm-2{margin-bottom:-.9375rem!important}.ml-nsm-2,.mx-nsm-2{margin-left:-.9375rem!important}.m-nsm-3{margin:-1.25rem!important}.mt-nsm-3,.my-nsm-3{margin-top:-1.25rem!important}.mr-nsm-3,.mx-nsm-3{margin-right:-1.25rem!important}.mb-nsm-3,.my-nsm-3{margin-bottom:-1.25rem!important}.ml-nsm-3,.mx-nsm-3{margin-left:-1.25rem!important}.m-nmd-1{margin:-1.25rem!important}.mt-nmd-1,.my-nmd-1{margin-top:-1.25rem!important}.mr-nmd-1,.mx-nmd-1{margin-right:-1.25rem!important}.mb-nmd-1,.my-nmd-1{margin-bottom:-1.25rem!important}.ml-nmd-1,.mx-nmd-1{margin-left:-1.25rem!important}.m-nmd-2{margin:-1.875rem!important}.mt-nmd-2,.my-nmd-2{margin-top:-1.875rem!important}.mr-nmd-2,.mx-nmd-2{margin-right:-1.875rem!important}.mb-nmd-2,.my-nmd-2{margin-bottom:-1.875rem!important}.ml-nmd-2,.mx-nmd-2{margin-left:-1.875rem!important}.m-nmd-3{margin:-2.5rem!important}.mt-nmd-3,.my-nmd-3{margin-top:-2.5rem!important}.mr-nmd-3,.mx-nmd-3{margin-right:-2.5rem!important}.mb-nmd-3,.my-nmd-3{margin-bottom:-2.5rem!important}.ml-nmd-3,.mx-nmd-3{margin-left:-2.5rem!important}.m-nlg-1{margin:-2.5rem!important}.mt-nlg-1,.my-nlg-1{margin-top:-2.5rem!important}.mr-nlg-1,.mx-nlg-1{margin-right:-2.5rem!important}.mb-nlg-1,.my-nlg-1{margin-bottom:-2.5rem!important}.ml-nlg-1,.mx-nlg-1{margin-left:-2.5rem!important}.m-nlg-2{margin:-3.125rem!important}.mt-nlg-2,.my-nlg-2{margin-top:-3.125rem!important}.mr-nlg-2,.mx-nlg-2{margin-right:-3.125rem!important}.mb-nlg-2,.my-nlg-2{margin-bottom:-3.125rem!important}.ml-nlg-2,.mx-nlg-2{margin-left:-3.125rem!important}.m-nlg-3{margin:-3.75rem!important}.mt-nlg-3,.my-nlg-3{margin-top:-3.75rem!important}.mr-nlg-3,.mx-nlg-3{margin-right:-3.75rem!important}.mb-nlg-3,.my-nlg-3{margin-bottom:-3.75rem!important}.ml-nlg-3,.mx-nlg-3{margin-left:-3.75rem!important}.m-nxl-1{margin:-3.75rem!important}.mt-nxl-1,.my-nxl-1{margin-top:-3.75rem!important}.mr-nxl-1,.mx-nxl-1{margin-right:-3.75rem!important}.mb-nxl-1,.my-nxl-1{margin-bottom:-3.75rem!important}.ml-nxl-1,.mx-nxl-1{margin-left:-3.75rem!important}.m-nxl-2{margin:-4.375rem!important}.mt-nxl-2,.my-nxl-2{margin-top:-4.375rem!important}.mr-nxl-2,.mx-nxl-2{margin-right:-4.375rem!important}.mb-nxl-2,.my-nxl-2{margin-bottom:-4.375rem!important}.ml-nxl-2,.mx-nxl-2{margin-left:-4.375rem!important}.m-nxl-3{margin:-5rem!important}.mt-nxl-3,.my-nxl-3{margin-top:-5rem!important}.mr-nxl-3,.mx-nxl-3{margin-right:-5rem!important}.mb-nxl-3,.my-nxl-3{margin-bottom:-5rem!important}.ml-nxl-3,.mx-nxl-3{margin-left:-5rem!important}.m-nxxl-1{margin:-5rem!important}.mt-nxxl-1,.my-nxxl-1{margin-top:-5rem!important}.mr-nxxl-1,.mx-nxxl-1{margin-right:-5rem!important}.mb-nxxl-1,.my-nxxl-1{margin-bottom:-5rem!important}.ml-nxxl-1,.mx-nxxl-1{margin-left:-5rem!important}.m-nxxl-2{margin:-5.625rem!important}.mt-nxxl-2,.my-nxxl-2{margin-top:-5.625rem!important}.mr-nxxl-2,.mx-nxxl-2{margin-right:-5.625rem!important}.mb-nxxl-2,.my-nxxl-2{margin-bottom:-5.625rem!important}.ml-nxxl-2,.mx-nxxl-2{margin-left:-5.625rem!important}.m-nxxl-3{margin:-6.25rem!important}.mt-nxxl-3,.my-nxxl-3{margin-top:-6.25rem!important}.mr-nxxl-3,.mx-nxxl-3{margin-right:-6.25rem!important}.mb-nxxl-3,.my-nxxl-3{margin-bottom:-6.25rem!important}.ml-nxxl-3,.mx-nxxl-3{margin-left:-6.25rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.block-inline-blockdynamic-entity-list .del-render--gallery-slide .del-container-content img,.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.block-inline-blockdynamic-entity-list .del-render--gallery-slide .del-container-content img,.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-gutter-1{margin:.625rem!important}.mt-sm-gutter-1,.my-sm-gutter-1{margin-top:.625rem!important}.mr-sm-gutter-1,.mx-sm-gutter-1{margin-right:.625rem!important}.mb-sm-gutter-1,.my-sm-gutter-1{margin-bottom:.625rem!important}.ml-sm-gutter-1,.mx-sm-gutter-1{margin-left:.625rem!important}.m-sm-gutter-2{margin:1.25rem!important}.mt-sm-gutter-2,.my-sm-gutter-2{margin-top:1.25rem!important}.mr-sm-gutter-2,.mx-sm-gutter-2{margin-right:1.25rem!important}.mb-sm-gutter-2,.my-sm-gutter-2{margin-bottom:1.25rem!important}.ml-sm-gutter-2,.mx-sm-gutter-2{margin-left:1.25rem!important}.m-sm-xs-1{margin:.125rem!important}.mt-sm-xs-1,.my-sm-xs-1{margin-top:.125rem!important}.mr-sm-xs-1,.mx-sm-xs-1{margin-right:.125rem!important}.mb-sm-xs-1,.my-sm-xs-1{margin-bottom:.125rem!important}.ml-sm-xs-1,.mx-sm-xs-1{margin-left:.125rem!important}.m-sm-xs-2{margin:.25rem!important}.mt-sm-xs-2,.my-sm-xs-2{margin-top:.25rem!important}.mr-sm-xs-2,.mx-sm-xs-2{margin-right:.25rem!important}.mb-sm-xs-2,.my-sm-xs-2{margin-bottom:.25rem!important}.ml-sm-xs-2,.mx-sm-xs-2{margin-left:.25rem!important}.m-sm-xs-3{margin:.25rem!important}.mt-sm-xs-3,.my-sm-xs-3{margin-top:.25rem!important}.mr-sm-xs-3,.mx-sm-xs-3{margin-right:.25rem!important}.mb-sm-xs-3,.my-sm-xs-3{margin-bottom:.25rem!important}.ml-sm-xs-3,.mx-sm-xs-3{margin-left:.25rem!important}.m-sm-sm-1{margin:.625rem!important}.mt-sm-sm-1,.my-sm-sm-1{margin-top:.625rem!important}.mr-sm-sm-1,.mx-sm-sm-1{margin-right:.625rem!important}.mb-sm-sm-1,.my-sm-sm-1{margin-bottom:.625rem!important}.ml-sm-sm-1,.mx-sm-sm-1{margin-left:.625rem!important}.m-sm-sm-2{margin:.9375rem!important}.mt-sm-sm-2,.my-sm-sm-2{margin-top:.9375rem!important}.mr-sm-sm-2,.mx-sm-sm-2{margin-right:.9375rem!important}.mb-sm-sm-2,.my-sm-sm-2{margin-bottom:.9375rem!important}.ml-sm-sm-2,.mx-sm-sm-2{margin-left:.9375rem!important}.m-sm-sm-3{margin:1.25rem!important}.mt-sm-sm-3,.my-sm-sm-3{margin-top:1.25rem!important}.mr-sm-sm-3,.mx-sm-sm-3{margin-right:1.25rem!important}.mb-sm-sm-3,.my-sm-sm-3{margin-bottom:1.25rem!important}.ml-sm-sm-3,.mx-sm-sm-3{margin-left:1.25rem!important}.m-sm-md-1{margin:1.25rem!important}.mt-sm-md-1,.my-sm-md-1{margin-top:1.25rem!important}.mr-sm-md-1,.mx-sm-md-1{margin-right:1.25rem!important}.mb-sm-md-1,.my-sm-md-1{margin-bottom:1.25rem!important}.ml-sm-md-1,.mx-sm-md-1{margin-left:1.25rem!important}.m-sm-md-2{margin:1.875rem!important}.mt-sm-md-2,.my-sm-md-2{margin-top:1.875rem!important}.mr-sm-md-2,.mx-sm-md-2{margin-right:1.875rem!important}.mb-sm-md-2,.my-sm-md-2{margin-bottom:1.875rem!important}.ml-sm-md-2,.mx-sm-md-2{margin-left:1.875rem!important}.m-sm-md-3{margin:2.5rem!important}.mt-sm-md-3,.my-sm-md-3{margin-top:2.5rem!important}.mr-sm-md-3,.mx-sm-md-3{margin-right:2.5rem!important}.mb-sm-md-3,.my-sm-md-3{margin-bottom:2.5rem!important}.ml-sm-md-3,.mx-sm-md-3{margin-left:2.5rem!important}.m-sm-lg-1{margin:2.5rem!important}.mt-sm-lg-1,.my-sm-lg-1{margin-top:2.5rem!important}.mr-sm-lg-1,.mx-sm-lg-1{margin-right:2.5rem!important}.mb-sm-lg-1,.my-sm-lg-1{margin-bottom:2.5rem!important}.ml-sm-lg-1,.mx-sm-lg-1{margin-left:2.5rem!important}.m-sm-lg-2{margin:3.125rem!important}.mt-sm-lg-2,.my-sm-lg-2{margin-top:3.125rem!important}.mr-sm-lg-2,.mx-sm-lg-2{margin-right:3.125rem!important}.mb-sm-lg-2,.my-sm-lg-2{margin-bottom:3.125rem!important}.ml-sm-lg-2,.mx-sm-lg-2{margin-left:3.125rem!important}.m-sm-lg-3{margin:3.75rem!important}.mt-sm-lg-3,.my-sm-lg-3{margin-top:3.75rem!important}.mr-sm-lg-3,.mx-sm-lg-3{margin-right:3.75rem!important}.mb-sm-lg-3,.my-sm-lg-3{margin-bottom:3.75rem!important}.ml-sm-lg-3,.mx-sm-lg-3{margin-left:3.75rem!important}.m-sm-xl-1{margin:3.75rem!important}.mt-sm-xl-1,.my-sm-xl-1{margin-top:3.75rem!important}.mr-sm-xl-1,.mx-sm-xl-1{margin-right:3.75rem!important}.mb-sm-xl-1,.my-sm-xl-1{margin-bottom:3.75rem!important}.ml-sm-xl-1,.mx-sm-xl-1{margin-left:3.75rem!important}.m-sm-xl-2{margin:4.375rem!important}.mt-sm-xl-2,.my-sm-xl-2{margin-top:4.375rem!important}.mr-sm-xl-2,.mx-sm-xl-2{margin-right:4.375rem!important}.mb-sm-xl-2,.my-sm-xl-2{margin-bottom:4.375rem!important}.ml-sm-xl-2,.mx-sm-xl-2{margin-left:4.375rem!important}.m-sm-xl-3{margin:5rem!important}.mt-sm-xl-3,.my-sm-xl-3{margin-top:5rem!important}.mr-sm-xl-3,.mx-sm-xl-3{margin-right:5rem!important}.mb-sm-xl-3,.my-sm-xl-3{margin-bottom:5rem!important}.ml-sm-xl-3,.mx-sm-xl-3{margin-left:5rem!important}.m-sm-xxl-1{margin:5rem!important}.mt-sm-xxl-1,.my-sm-xxl-1{margin-top:5rem!important}.mr-sm-xxl-1,.mx-sm-xxl-1{margin-right:5rem!important}.mb-sm-xxl-1,.my-sm-xxl-1{margin-bottom:5rem!important}.ml-sm-xxl-1,.mx-sm-xxl-1{margin-left:5rem!important}.m-sm-xxl-2{margin:5.625rem!important}.mt-sm-xxl-2,.my-sm-xxl-2{margin-top:5.625rem!important}.mr-sm-xxl-2,.mx-sm-xxl-2{margin-right:5.625rem!important}.mb-sm-xxl-2,.my-sm-xxl-2{margin-bottom:5.625rem!important}.ml-sm-xxl-2,.mx-sm-xxl-2{margin-left:5.625rem!important}.m-sm-xxl-3{margin:6.25rem!important}.mt-sm-xxl-3,.my-sm-xxl-3{margin-top:6.25rem!important}.mr-sm-xxl-3,.mx-sm-xxl-3{margin-right:6.25rem!important}.mb-sm-xxl-3,.my-sm-xxl-3{margin-bottom:6.25rem!important}.ml-sm-xxl-3,.mx-sm-xxl-3{margin-left:6.25rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-gutter-1{padding:.625rem!important}.pt-sm-gutter-1,.py-sm-gutter-1{padding-top:.625rem!important}.pr-sm-gutter-1,.px-sm-gutter-1{padding-right:.625rem!important}.pb-sm-gutter-1,.py-sm-gutter-1{padding-bottom:.625rem!important}.pl-sm-gutter-1,.px-sm-gutter-1{padding-left:.625rem!important}.p-sm-gutter-2{padding:1.25rem!important}.pt-sm-gutter-2,.py-sm-gutter-2{padding-top:1.25rem!important}.pr-sm-gutter-2,.px-sm-gutter-2{padding-right:1.25rem!important}.pb-sm-gutter-2,.py-sm-gutter-2{padding-bottom:1.25rem!important}.pl-sm-gutter-2,.px-sm-gutter-2{padding-left:1.25rem!important}.p-sm-xs-1{padding:.125rem!important}.pt-sm-xs-1,.py-sm-xs-1{padding-top:.125rem!important}.pr-sm-xs-1,.px-sm-xs-1{padding-right:.125rem!important}.pb-sm-xs-1,.py-sm-xs-1{padding-bottom:.125rem!important}.pl-sm-xs-1,.px-sm-xs-1{padding-left:.125rem!important}.p-sm-xs-2{padding:.25rem!important}.pt-sm-xs-2,.py-sm-xs-2{padding-top:.25rem!important}.pr-sm-xs-2,.px-sm-xs-2{padding-right:.25rem!important}.pb-sm-xs-2,.py-sm-xs-2{padding-bottom:.25rem!important}.pl-sm-xs-2,.px-sm-xs-2{padding-left:.25rem!important}.p-sm-xs-3{padding:.25rem!important}.pt-sm-xs-3,.py-sm-xs-3{padding-top:.25rem!important}.pr-sm-xs-3,.px-sm-xs-3{padding-right:.25rem!important}.pb-sm-xs-3,.py-sm-xs-3{padding-bottom:.25rem!important}.pl-sm-xs-3,.px-sm-xs-3{padding-left:.25rem!important}.p-sm-sm-1{padding:.625rem!important}.pt-sm-sm-1,.py-sm-sm-1{padding-top:.625rem!important}.pr-sm-sm-1,.px-sm-sm-1{padding-right:.625rem!important}.pb-sm-sm-1,.py-sm-sm-1{padding-bottom:.625rem!important}.pl-sm-sm-1,.px-sm-sm-1{padding-left:.625rem!important}.p-sm-sm-2{padding:.9375rem!important}.pt-sm-sm-2,.py-sm-sm-2{padding-top:.9375rem!important}.pr-sm-sm-2,.px-sm-sm-2{padding-right:.9375rem!important}.pb-sm-sm-2,.py-sm-sm-2{padding-bottom:.9375rem!important}.pl-sm-sm-2,.px-sm-sm-2{padding-left:.9375rem!important}.p-sm-sm-3{padding:1.25rem!important}.pt-sm-sm-3,.py-sm-sm-3{padding-top:1.25rem!important}.pr-sm-sm-3,.px-sm-sm-3{padding-right:1.25rem!important}.pb-sm-sm-3,.py-sm-sm-3{padding-bottom:1.25rem!important}.pl-sm-sm-3,.px-sm-sm-3{padding-left:1.25rem!important}.p-sm-md-1{padding:1.25rem!important}.pt-sm-md-1,.py-sm-md-1{padding-top:1.25rem!important}.pr-sm-md-1,.px-sm-md-1{padding-right:1.25rem!important}.pb-sm-md-1,.py-sm-md-1{padding-bottom:1.25rem!important}.pl-sm-md-1,.px-sm-md-1{padding-left:1.25rem!important}.p-sm-md-2{padding:1.875rem!important}.pt-sm-md-2,.py-sm-md-2{padding-top:1.875rem!important}.pr-sm-md-2,.px-sm-md-2{padding-right:1.875rem!important}.pb-sm-md-2,.py-sm-md-2{padding-bottom:1.875rem!important}.pl-sm-md-2,.px-sm-md-2{padding-left:1.875rem!important}.p-sm-md-3{padding:2.5rem!important}.pt-sm-md-3,.py-sm-md-3{padding-top:2.5rem!important}.pr-sm-md-3,.px-sm-md-3{padding-right:2.5rem!important}.pb-sm-md-3,.py-sm-md-3{padding-bottom:2.5rem!important}.pl-sm-md-3,.px-sm-md-3{padding-left:2.5rem!important}.p-sm-lg-1{padding:2.5rem!important}.pt-sm-lg-1,.py-sm-lg-1{padding-top:2.5rem!important}.pr-sm-lg-1,.px-sm-lg-1{padding-right:2.5rem!important}.pb-sm-lg-1,.py-sm-lg-1{padding-bottom:2.5rem!important}.pl-sm-lg-1,.px-sm-lg-1{padding-left:2.5rem!important}.p-sm-lg-2{padding:3.125rem!important}.pt-sm-lg-2,.py-sm-lg-2{padding-top:3.125rem!important}.pr-sm-lg-2,.px-sm-lg-2{padding-right:3.125rem!important}.pb-sm-lg-2,.py-sm-lg-2{padding-bottom:3.125rem!important}.pl-sm-lg-2,.px-sm-lg-2{padding-left:3.125rem!important}.p-sm-lg-3{padding:3.75rem!important}.pt-sm-lg-3,.py-sm-lg-3{padding-top:3.75rem!important}.pr-sm-lg-3,.px-sm-lg-3{padding-right:3.75rem!important}.pb-sm-lg-3,.py-sm-lg-3{padding-bottom:3.75rem!important}.pl-sm-lg-3,.px-sm-lg-3{padding-left:3.75rem!important}.p-sm-xl-1{padding:3.75rem!important}.pt-sm-xl-1,.py-sm-xl-1{padding-top:3.75rem!important}.pr-sm-xl-1,.px-sm-xl-1{padding-right:3.75rem!important}.pb-sm-xl-1,.py-sm-xl-1{padding-bottom:3.75rem!important}.pl-sm-xl-1,.px-sm-xl-1{padding-left:3.75rem!important}.p-sm-xl-2{padding:4.375rem!important}.pt-sm-xl-2,.py-sm-xl-2{padding-top:4.375rem!important}.pr-sm-xl-2,.px-sm-xl-2{padding-right:4.375rem!important}.pb-sm-xl-2,.py-sm-xl-2{padding-bottom:4.375rem!important}.pl-sm-xl-2,.px-sm-xl-2{padding-left:4.375rem!important}.p-sm-xl-3{padding:5rem!important}.pt-sm-xl-3,.py-sm-xl-3{padding-top:5rem!important}.pr-sm-xl-3,.px-sm-xl-3{padding-right:5rem!important}.pb-sm-xl-3,.py-sm-xl-3{padding-bottom:5rem!important}.pl-sm-xl-3,.px-sm-xl-3{padding-left:5rem!important}.p-sm-xxl-1{padding:5rem!important}.pt-sm-xxl-1,.py-sm-xxl-1{padding-top:5rem!important}.pr-sm-xxl-1,.px-sm-xxl-1{padding-right:5rem!important}.pb-sm-xxl-1,.py-sm-xxl-1{padding-bottom:5rem!important}.pl-sm-xxl-1,.px-sm-xxl-1{padding-left:5rem!important}.p-sm-xxl-2{padding:5.625rem!important}.pt-sm-xxl-2,.py-sm-xxl-2{padding-top:5.625rem!important}.pr-sm-xxl-2,.px-sm-xxl-2{padding-right:5.625rem!important}.pb-sm-xxl-2,.py-sm-xxl-2{padding-bottom:5.625rem!important}.pl-sm-xxl-2,.px-sm-xxl-2{padding-left:5.625rem!important}.p-sm-xxl-3{padding:6.25rem!important}.pt-sm-xxl-3,.py-sm-xxl-3{padding-top:6.25rem!important}.pr-sm-xxl-3,.px-sm-xxl-3{padding-right:6.25rem!important}.pb-sm-xxl-3,.py-sm-xxl-3{padding-bottom:6.25rem!important}.pl-sm-xxl-3,.px-sm-xxl-3{padding-left:6.25rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-ngutter-1{margin:-.625rem!important}.mt-sm-ngutter-1,.my-sm-ngutter-1{margin-top:-.625rem!important}.mr-sm-ngutter-1,.mx-sm-ngutter-1{margin-right:-.625rem!important}.mb-sm-ngutter-1,.my-sm-ngutter-1{margin-bottom:-.625rem!important}.ml-sm-ngutter-1,.mx-sm-ngutter-1{margin-left:-.625rem!important}.m-sm-ngutter-2{margin:-1.25rem!important}.mt-sm-ngutter-2,.my-sm-ngutter-2{margin-top:-1.25rem!important}.mr-sm-ngutter-2,.mx-sm-ngutter-2{margin-right:-1.25rem!important}.mb-sm-ngutter-2,.my-sm-ngutter-2{margin-bottom:-1.25rem!important}.ml-sm-ngutter-2,.mx-sm-ngutter-2{margin-left:-1.25rem!important}.m-sm-nxs-1{margin:-.125rem!important}.mt-sm-nxs-1,.my-sm-nxs-1{margin-top:-.125rem!important}.mr-sm-nxs-1,.mx-sm-nxs-1{margin-right:-.125rem!important}.mb-sm-nxs-1,.my-sm-nxs-1{margin-bottom:-.125rem!important}.ml-sm-nxs-1,.mx-sm-nxs-1{margin-left:-.125rem!important}.m-sm-nxs-2{margin:-.25rem!important}.mt-sm-nxs-2,.my-sm-nxs-2{margin-top:-.25rem!important}.mr-sm-nxs-2,.mx-sm-nxs-2{margin-right:-.25rem!important}.mb-sm-nxs-2,.my-sm-nxs-2{margin-bottom:-.25rem!important}.ml-sm-nxs-2,.mx-sm-nxs-2{margin-left:-.25rem!important}.m-sm-nxs-3{margin:-.25rem!important}.mt-sm-nxs-3,.my-sm-nxs-3{margin-top:-.25rem!important}.mr-sm-nxs-3,.mx-sm-nxs-3{margin-right:-.25rem!important}.mb-sm-nxs-3,.my-sm-nxs-3{margin-bottom:-.25rem!important}.ml-sm-nxs-3,.mx-sm-nxs-3{margin-left:-.25rem!important}.m-sm-nsm-1{margin:-.625rem!important}.mt-sm-nsm-1,.my-sm-nsm-1{margin-top:-.625rem!important}.mr-sm-nsm-1,.mx-sm-nsm-1{margin-right:-.625rem!important}.mb-sm-nsm-1,.my-sm-nsm-1{margin-bottom:-.625rem!important}.ml-sm-nsm-1,.mx-sm-nsm-1{margin-left:-.625rem!important}.m-sm-nsm-2{margin:-.9375rem!important}.mt-sm-nsm-2,.my-sm-nsm-2{margin-top:-.9375rem!important}.mr-sm-nsm-2,.mx-sm-nsm-2{margin-right:-.9375rem!important}.mb-sm-nsm-2,.my-sm-nsm-2{margin-bottom:-.9375rem!important}.ml-sm-nsm-2,.mx-sm-nsm-2{margin-left:-.9375rem!important}.m-sm-nsm-3{margin:-1.25rem!important}.mt-sm-nsm-3,.my-sm-nsm-3{margin-top:-1.25rem!important}.mr-sm-nsm-3,.mx-sm-nsm-3{margin-right:-1.25rem!important}.mb-sm-nsm-3,.my-sm-nsm-3{margin-bottom:-1.25rem!important}.ml-sm-nsm-3,.mx-sm-nsm-3{margin-left:-1.25rem!important}.m-sm-nmd-1{margin:-1.25rem!important}.mt-sm-nmd-1,.my-sm-nmd-1{margin-top:-1.25rem!important}.mr-sm-nmd-1,.mx-sm-nmd-1{margin-right:-1.25rem!important}.mb-sm-nmd-1,.my-sm-nmd-1{margin-bottom:-1.25rem!important}.ml-sm-nmd-1,.mx-sm-nmd-1{margin-left:-1.25rem!important}.m-sm-nmd-2{margin:-1.875rem!important}.mt-sm-nmd-2,.my-sm-nmd-2{margin-top:-1.875rem!important}.mr-sm-nmd-2,.mx-sm-nmd-2{margin-right:-1.875rem!important}.mb-sm-nmd-2,.my-sm-nmd-2{margin-bottom:-1.875rem!important}.ml-sm-nmd-2,.mx-sm-nmd-2{margin-left:-1.875rem!important}.m-sm-nmd-3{margin:-2.5rem!important}.mt-sm-nmd-3,.my-sm-nmd-3{margin-top:-2.5rem!important}.mr-sm-nmd-3,.mx-sm-nmd-3{margin-right:-2.5rem!important}.mb-sm-nmd-3,.my-sm-nmd-3{margin-bottom:-2.5rem!important}.ml-sm-nmd-3,.mx-sm-nmd-3{margin-left:-2.5rem!important}.m-sm-nlg-1{margin:-2.5rem!important}.mt-sm-nlg-1,.my-sm-nlg-1{margin-top:-2.5rem!important}.mr-sm-nlg-1,.mx-sm-nlg-1{margin-right:-2.5rem!important}.mb-sm-nlg-1,.my-sm-nlg-1{margin-bottom:-2.5rem!important}.ml-sm-nlg-1,.mx-sm-nlg-1{margin-left:-2.5rem!important}.m-sm-nlg-2{margin:-3.125rem!important}.mt-sm-nlg-2,.my-sm-nlg-2{margin-top:-3.125rem!important}.mr-sm-nlg-2,.mx-sm-nlg-2{margin-right:-3.125rem!important}.mb-sm-nlg-2,.my-sm-nlg-2{margin-bottom:-3.125rem!important}.ml-sm-nlg-2,.mx-sm-nlg-2{margin-left:-3.125rem!important}.m-sm-nlg-3{margin:-3.75rem!important}.mt-sm-nlg-3,.my-sm-nlg-3{margin-top:-3.75rem!important}.mr-sm-nlg-3,.mx-sm-nlg-3{margin-right:-3.75rem!important}.mb-sm-nlg-3,.my-sm-nlg-3{margin-bottom:-3.75rem!important}.ml-sm-nlg-3,.mx-sm-nlg-3{margin-left:-3.75rem!important}.m-sm-nxl-1{margin:-3.75rem!important}.mt-sm-nxl-1,.my-sm-nxl-1{margin-top:-3.75rem!important}.mr-sm-nxl-1,.mx-sm-nxl-1{margin-right:-3.75rem!important}.mb-sm-nxl-1,.my-sm-nxl-1{margin-bottom:-3.75rem!important}.ml-sm-nxl-1,.mx-sm-nxl-1{margin-left:-3.75rem!important}.m-sm-nxl-2{margin:-4.375rem!important}.mt-sm-nxl-2,.my-sm-nxl-2{margin-top:-4.375rem!important}.mr-sm-nxl-2,.mx-sm-nxl-2{margin-right:-4.375rem!important}.mb-sm-nxl-2,.my-sm-nxl-2{margin-bottom:-4.375rem!important}.ml-sm-nxl-2,.mx-sm-nxl-2{margin-left:-4.375rem!important}.m-sm-nxl-3{margin:-5rem!important}.mt-sm-nxl-3,.my-sm-nxl-3{margin-top:-5rem!important}.mr-sm-nxl-3,.mx-sm-nxl-3{margin-right:-5rem!important}.mb-sm-nxl-3,.my-sm-nxl-3{margin-bottom:-5rem!important}.ml-sm-nxl-3,.mx-sm-nxl-3{margin-left:-5rem!important}.m-sm-nxxl-1{margin:-5rem!important}.mt-sm-nxxl-1,.my-sm-nxxl-1{margin-top:-5rem!important}.mr-sm-nxxl-1,.mx-sm-nxxl-1{margin-right:-5rem!important}.mb-sm-nxxl-1,.my-sm-nxxl-1{margin-bottom:-5rem!important}.ml-sm-nxxl-1,.mx-sm-nxxl-1{margin-left:-5rem!important}.m-sm-nxxl-2{margin:-5.625rem!important}.mt-sm-nxxl-2,.my-sm-nxxl-2{margin-top:-5.625rem!important}.mr-sm-nxxl-2,.mx-sm-nxxl-2{margin-right:-5.625rem!important}.mb-sm-nxxl-2,.my-sm-nxxl-2{margin-bottom:-5.625rem!important}.ml-sm-nxxl-2,.mx-sm-nxxl-2{margin-left:-5.625rem!important}.m-sm-nxxl-3{margin:-6.25rem!important}.mt-sm-nxxl-3,.my-sm-nxxl-3{margin-top:-6.25rem!important}.mr-sm-nxxl-3,.mx-sm-nxxl-3{margin-right:-6.25rem!important}.mb-sm-nxxl-3,.my-sm-nxxl-3{margin-bottom:-6.25rem!important}.ml-sm-nxxl-3,.mx-sm-nxxl-3{margin-left:-6.25rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-gutter-1{margin:.625rem!important}.mt-md-gutter-1,.my-md-gutter-1{margin-top:.625rem!important}.mr-md-gutter-1,.mx-md-gutter-1{margin-right:.625rem!important}.mb-md-gutter-1,.my-md-gutter-1{margin-bottom:.625rem!important}.ml-md-gutter-1,.mx-md-gutter-1{margin-left:.625rem!important}.m-md-gutter-2{margin:1.25rem!important}.mt-md-gutter-2,.my-md-gutter-2{margin-top:1.25rem!important}.mr-md-gutter-2,.mx-md-gutter-2{margin-right:1.25rem!important}.mb-md-gutter-2,.my-md-gutter-2{margin-bottom:1.25rem!important}.ml-md-gutter-2,.mx-md-gutter-2{margin-left:1.25rem!important}.m-md-xs-1{margin:.125rem!important}.mt-md-xs-1,.my-md-xs-1{margin-top:.125rem!important}.mr-md-xs-1,.mx-md-xs-1{margin-right:.125rem!important}.mb-md-xs-1,.my-md-xs-1{margin-bottom:.125rem!important}.ml-md-xs-1,.mx-md-xs-1{margin-left:.125rem!important}.m-md-xs-2{margin:.25rem!important}.mt-md-xs-2,.my-md-xs-2{margin-top:.25rem!important}.mr-md-xs-2,.mx-md-xs-2{margin-right:.25rem!important}.mb-md-xs-2,.my-md-xs-2{margin-bottom:.25rem!important}.ml-md-xs-2,.mx-md-xs-2{margin-left:.25rem!important}.m-md-xs-3{margin:.25rem!important}.mt-md-xs-3,.my-md-xs-3{margin-top:.25rem!important}.mr-md-xs-3,.mx-md-xs-3{margin-right:.25rem!important}.mb-md-xs-3,.my-md-xs-3{margin-bottom:.25rem!important}.ml-md-xs-3,.mx-md-xs-3{margin-left:.25rem!important}.m-md-sm-1{margin:.625rem!important}.mt-md-sm-1,.my-md-sm-1{margin-top:.625rem!important}.mr-md-sm-1,.mx-md-sm-1{margin-right:.625rem!important}.mb-md-sm-1,.my-md-sm-1{margin-bottom:.625rem!important}.ml-md-sm-1,.mx-md-sm-1{margin-left:.625rem!important}.m-md-sm-2{margin:.9375rem!important}.mt-md-sm-2,.my-md-sm-2{margin-top:.9375rem!important}.mr-md-sm-2,.mx-md-sm-2{margin-right:.9375rem!important}.mb-md-sm-2,.my-md-sm-2{margin-bottom:.9375rem!important}.ml-md-sm-2,.mx-md-sm-2{margin-left:.9375rem!important}.m-md-sm-3{margin:1.25rem!important}.mt-md-sm-3,.my-md-sm-3{margin-top:1.25rem!important}.mr-md-sm-3,.mx-md-sm-3{margin-right:1.25rem!important}.mb-md-sm-3,.my-md-sm-3{margin-bottom:1.25rem!important}.ml-md-sm-3,.mx-md-sm-3{margin-left:1.25rem!important}.m-md-md-1{margin:1.25rem!important}.mt-md-md-1,.my-md-md-1{margin-top:1.25rem!important}.mr-md-md-1,.mx-md-md-1{margin-right:1.25rem!important}.mb-md-md-1,.my-md-md-1{margin-bottom:1.25rem!important}.ml-md-md-1,.mx-md-md-1{margin-left:1.25rem!important}.m-md-md-2{margin:1.875rem!important}.mt-md-md-2,.my-md-md-2{margin-top:1.875rem!important}.mr-md-md-2,.mx-md-md-2{margin-right:1.875rem!important}.mb-md-md-2,.my-md-md-2{margin-bottom:1.875rem!important}.ml-md-md-2,.mx-md-md-2{margin-left:1.875rem!important}.m-md-md-3{margin:2.5rem!important}.mt-md-md-3,.my-md-md-3{margin-top:2.5rem!important}.mr-md-md-3,.mx-md-md-3{margin-right:2.5rem!important}.mb-md-md-3,.my-md-md-3{margin-bottom:2.5rem!important}.ml-md-md-3,.mx-md-md-3{margin-left:2.5rem!important}.m-md-lg-1{margin:2.5rem!important}.mt-md-lg-1,.my-md-lg-1{margin-top:2.5rem!important}.mr-md-lg-1,.mx-md-lg-1{margin-right:2.5rem!important}.mb-md-lg-1,.my-md-lg-1{margin-bottom:2.5rem!important}.ml-md-lg-1,.mx-md-lg-1{margin-left:2.5rem!important}.m-md-lg-2{margin:3.125rem!important}.mt-md-lg-2,.my-md-lg-2{margin-top:3.125rem!important}.mr-md-lg-2,.mx-md-lg-2{margin-right:3.125rem!important}.mb-md-lg-2,.my-md-lg-2{margin-bottom:3.125rem!important}.ml-md-lg-2,.mx-md-lg-2{margin-left:3.125rem!important}.m-md-lg-3{margin:3.75rem!important}.mt-md-lg-3,.my-md-lg-3{margin-top:3.75rem!important}.mr-md-lg-3,.mx-md-lg-3{margin-right:3.75rem!important}.mb-md-lg-3,.my-md-lg-3{margin-bottom:3.75rem!important}.ml-md-lg-3,.mx-md-lg-3{margin-left:3.75rem!important}.m-md-xl-1{margin:3.75rem!important}.mt-md-xl-1,.my-md-xl-1{margin-top:3.75rem!important}.mr-md-xl-1,.mx-md-xl-1{margin-right:3.75rem!important}.mb-md-xl-1,.my-md-xl-1{margin-bottom:3.75rem!important}.ml-md-xl-1,.mx-md-xl-1{margin-left:3.75rem!important}.m-md-xl-2{margin:4.375rem!important}.mt-md-xl-2,.my-md-xl-2{margin-top:4.375rem!important}.mr-md-xl-2,.mx-md-xl-2{margin-right:4.375rem!important}.mb-md-xl-2,.my-md-xl-2{margin-bottom:4.375rem!important}.ml-md-xl-2,.mx-md-xl-2{margin-left:4.375rem!important}.m-md-xl-3{margin:5rem!important}.mt-md-xl-3,.my-md-xl-3{margin-top:5rem!important}.mr-md-xl-3,.mx-md-xl-3{margin-right:5rem!important}.mb-md-xl-3,.my-md-xl-3{margin-bottom:5rem!important}.ml-md-xl-3,.mx-md-xl-3{margin-left:5rem!important}.m-md-xxl-1{margin:5rem!important}.mt-md-xxl-1,.my-md-xxl-1{margin-top:5rem!important}.mr-md-xxl-1,.mx-md-xxl-1{margin-right:5rem!important}.mb-md-xxl-1,.my-md-xxl-1{margin-bottom:5rem!important}.ml-md-xxl-1,.mx-md-xxl-1{margin-left:5rem!important}.m-md-xxl-2{margin:5.625rem!important}.mt-md-xxl-2,.my-md-xxl-2{margin-top:5.625rem!important}.mr-md-xxl-2,.mx-md-xxl-2{margin-right:5.625rem!important}.mb-md-xxl-2,.my-md-xxl-2{margin-bottom:5.625rem!important}.ml-md-xxl-2,.mx-md-xxl-2{margin-left:5.625rem!important}.m-md-xxl-3{margin:6.25rem!important}.mt-md-xxl-3,.my-md-xxl-3{margin-top:6.25rem!important}.mr-md-xxl-3,.mx-md-xxl-3{margin-right:6.25rem!important}.mb-md-xxl-3,.my-md-xxl-3{margin-bottom:6.25rem!important}.ml-md-xxl-3,.mx-md-xxl-3{margin-left:6.25rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-gutter-1{padding:.625rem!important}.pt-md-gutter-1,.py-md-gutter-1{padding-top:.625rem!important}.pr-md-gutter-1,.px-md-gutter-1{padding-right:.625rem!important}.pb-md-gutter-1,.py-md-gutter-1{padding-bottom:.625rem!important}.pl-md-gutter-1,.px-md-gutter-1{padding-left:.625rem!important}.p-md-gutter-2{padding:1.25rem!important}.pt-md-gutter-2,.py-md-gutter-2{padding-top:1.25rem!important}.pr-md-gutter-2,.px-md-gutter-2{padding-right:1.25rem!important}.pb-md-gutter-2,.py-md-gutter-2{padding-bottom:1.25rem!important}.pl-md-gutter-2,.px-md-gutter-2{padding-left:1.25rem!important}.p-md-xs-1{padding:.125rem!important}.pt-md-xs-1,.py-md-xs-1{padding-top:.125rem!important}.pr-md-xs-1,.px-md-xs-1{padding-right:.125rem!important}.pb-md-xs-1,.py-md-xs-1{padding-bottom:.125rem!important}.pl-md-xs-1,.px-md-xs-1{padding-left:.125rem!important}.p-md-xs-2{padding:.25rem!important}.pt-md-xs-2,.py-md-xs-2{padding-top:.25rem!important}.pr-md-xs-2,.px-md-xs-2{padding-right:.25rem!important}.pb-md-xs-2,.py-md-xs-2{padding-bottom:.25rem!important}.pl-md-xs-2,.px-md-xs-2{padding-left:.25rem!important}.p-md-xs-3{padding:.25rem!important}.pt-md-xs-3,.py-md-xs-3{padding-top:.25rem!important}.pr-md-xs-3,.px-md-xs-3{padding-right:.25rem!important}.pb-md-xs-3,.py-md-xs-3{padding-bottom:.25rem!important}.pl-md-xs-3,.px-md-xs-3{padding-left:.25rem!important}.p-md-sm-1{padding:.625rem!important}.pt-md-sm-1,.py-md-sm-1{padding-top:.625rem!important}.pr-md-sm-1,.px-md-sm-1{padding-right:.625rem!important}.pb-md-sm-1,.py-md-sm-1{padding-bottom:.625rem!important}.pl-md-sm-1,.px-md-sm-1{padding-left:.625rem!important}.p-md-sm-2{padding:.9375rem!important}.pt-md-sm-2,.py-md-sm-2{padding-top:.9375rem!important}.pr-md-sm-2,.px-md-sm-2{padding-right:.9375rem!important}.pb-md-sm-2,.py-md-sm-2{padding-bottom:.9375rem!important}.pl-md-sm-2,.px-md-sm-2{padding-left:.9375rem!important}.p-md-sm-3{padding:1.25rem!important}.pt-md-sm-3,.py-md-sm-3{padding-top:1.25rem!important}.pr-md-sm-3,.px-md-sm-3{padding-right:1.25rem!important}.pb-md-sm-3,.py-md-sm-3{padding-bottom:1.25rem!important}.pl-md-sm-3,.px-md-sm-3{padding-left:1.25rem!important}.p-md-md-1{padding:1.25rem!important}.pt-md-md-1,.py-md-md-1{padding-top:1.25rem!important}.pr-md-md-1,.px-md-md-1{padding-right:1.25rem!important}.pb-md-md-1,.py-md-md-1{padding-bottom:1.25rem!important}.pl-md-md-1,.px-md-md-1{padding-left:1.25rem!important}.p-md-md-2{padding:1.875rem!important}.pt-md-md-2,.py-md-md-2{padding-top:1.875rem!important}.pr-md-md-2,.px-md-md-2{padding-right:1.875rem!important}.pb-md-md-2,.py-md-md-2{padding-bottom:1.875rem!important}.pl-md-md-2,.px-md-md-2{padding-left:1.875rem!important}.p-md-md-3{padding:2.5rem!important}.pt-md-md-3,.py-md-md-3{padding-top:2.5rem!important}.pr-md-md-3,.px-md-md-3{padding-right:2.5rem!important}.pb-md-md-3,.py-md-md-3{padding-bottom:2.5rem!important}.pl-md-md-3,.px-md-md-3{padding-left:2.5rem!important}.p-md-lg-1{padding:2.5rem!important}.pt-md-lg-1,.py-md-lg-1{padding-top:2.5rem!important}.pr-md-lg-1,.px-md-lg-1{padding-right:2.5rem!important}.pb-md-lg-1,.py-md-lg-1{padding-bottom:2.5rem!important}.pl-md-lg-1,.px-md-lg-1{padding-left:2.5rem!important}.p-md-lg-2{padding:3.125rem!important}.pt-md-lg-2,.py-md-lg-2{padding-top:3.125rem!important}.pr-md-lg-2,.px-md-lg-2{padding-right:3.125rem!important}.pb-md-lg-2,.py-md-lg-2{padding-bottom:3.125rem!important}.pl-md-lg-2,.px-md-lg-2{padding-left:3.125rem!important}.p-md-lg-3{padding:3.75rem!important}.pt-md-lg-3,.py-md-lg-3{padding-top:3.75rem!important}.pr-md-lg-3,.px-md-lg-3{padding-right:3.75rem!important}.pb-md-lg-3,.py-md-lg-3{padding-bottom:3.75rem!important}.pl-md-lg-3,.px-md-lg-3{padding-left:3.75rem!important}.p-md-xl-1{padding:3.75rem!important}.pt-md-xl-1,.py-md-xl-1{padding-top:3.75rem!important}.pr-md-xl-1,.px-md-xl-1{padding-right:3.75rem!important}.pb-md-xl-1,.py-md-xl-1{padding-bottom:3.75rem!important}.pl-md-xl-1,.px-md-xl-1{padding-left:3.75rem!important}.p-md-xl-2{padding:4.375rem!important}.pt-md-xl-2,.py-md-xl-2{padding-top:4.375rem!important}.pr-md-xl-2,.px-md-xl-2{padding-right:4.375rem!important}.pb-md-xl-2,.py-md-xl-2{padding-bottom:4.375rem!important}.pl-md-xl-2,.px-md-xl-2{padding-left:4.375rem!important}.p-md-xl-3{padding:5rem!important}.pt-md-xl-3,.py-md-xl-3{padding-top:5rem!important}.pr-md-xl-3,.px-md-xl-3{padding-right:5rem!important}.pb-md-xl-3,.py-md-xl-3{padding-bottom:5rem!important}.pl-md-xl-3,.px-md-xl-3{padding-left:5rem!important}.p-md-xxl-1{padding:5rem!important}.pt-md-xxl-1,.py-md-xxl-1{padding-top:5rem!important}.pr-md-xxl-1,.px-md-xxl-1{padding-right:5rem!important}.pb-md-xxl-1,.py-md-xxl-1{padding-bottom:5rem!important}.pl-md-xxl-1,.px-md-xxl-1{padding-left:5rem!important}.p-md-xxl-2{padding:5.625rem!important}.pt-md-xxl-2,.py-md-xxl-2{padding-top:5.625rem!important}.pr-md-xxl-2,.px-md-xxl-2{padding-right:5.625rem!important}.pb-md-xxl-2,.py-md-xxl-2{padding-bottom:5.625rem!important}.pl-md-xxl-2,.px-md-xxl-2{padding-left:5.625rem!important}.p-md-xxl-3{padding:6.25rem!important}.pt-md-xxl-3,.py-md-xxl-3{padding-top:6.25rem!important}.pr-md-xxl-3,.px-md-xxl-3{padding-right:6.25rem!important}.pb-md-xxl-3,.py-md-xxl-3{padding-bottom:6.25rem!important}.pl-md-xxl-3,.px-md-xxl-3{padding-left:6.25rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-ngutter-1{margin:-.625rem!important}.mt-md-ngutter-1,.my-md-ngutter-1{margin-top:-.625rem!important}.mr-md-ngutter-1,.mx-md-ngutter-1{margin-right:-.625rem!important}.mb-md-ngutter-1,.my-md-ngutter-1{margin-bottom:-.625rem!important}.ml-md-ngutter-1,.mx-md-ngutter-1{margin-left:-.625rem!important}.m-md-ngutter-2{margin:-1.25rem!important}.mt-md-ngutter-2,.my-md-ngutter-2{margin-top:-1.25rem!important}.mr-md-ngutter-2,.mx-md-ngutter-2{margin-right:-1.25rem!important}.mb-md-ngutter-2,.my-md-ngutter-2{margin-bottom:-1.25rem!important}.ml-md-ngutter-2,.mx-md-ngutter-2{margin-left:-1.25rem!important}.m-md-nxs-1{margin:-.125rem!important}.mt-md-nxs-1,.my-md-nxs-1{margin-top:-.125rem!important}.mr-md-nxs-1,.mx-md-nxs-1{margin-right:-.125rem!important}.mb-md-nxs-1,.my-md-nxs-1{margin-bottom:-.125rem!important}.ml-md-nxs-1,.mx-md-nxs-1{margin-left:-.125rem!important}.m-md-nxs-2{margin:-.25rem!important}.mt-md-nxs-2,.my-md-nxs-2{margin-top:-.25rem!important}.mr-md-nxs-2,.mx-md-nxs-2{margin-right:-.25rem!important}.mb-md-nxs-2,.my-md-nxs-2{margin-bottom:-.25rem!important}.ml-md-nxs-2,.mx-md-nxs-2{margin-left:-.25rem!important}.m-md-nxs-3{margin:-.25rem!important}.mt-md-nxs-3,.my-md-nxs-3{margin-top:-.25rem!important}.mr-md-nxs-3,.mx-md-nxs-3{margin-right:-.25rem!important}.mb-md-nxs-3,.my-md-nxs-3{margin-bottom:-.25rem!important}.ml-md-nxs-3,.mx-md-nxs-3{margin-left:-.25rem!important}.m-md-nsm-1{margin:-.625rem!important}.mt-md-nsm-1,.my-md-nsm-1{margin-top:-.625rem!important}.mr-md-nsm-1,.mx-md-nsm-1{margin-right:-.625rem!important}.mb-md-nsm-1,.my-md-nsm-1{margin-bottom:-.625rem!important}.ml-md-nsm-1,.mx-md-nsm-1{margin-left:-.625rem!important}.m-md-nsm-2{margin:-.9375rem!important}.mt-md-nsm-2,.my-md-nsm-2{margin-top:-.9375rem!important}.mr-md-nsm-2,.mx-md-nsm-2{margin-right:-.9375rem!important}.mb-md-nsm-2,.my-md-nsm-2{margin-bottom:-.9375rem!important}.ml-md-nsm-2,.mx-md-nsm-2{margin-left:-.9375rem!important}.m-md-nsm-3{margin:-1.25rem!important}.mt-md-nsm-3,.my-md-nsm-3{margin-top:-1.25rem!important}.mr-md-nsm-3,.mx-md-nsm-3{margin-right:-1.25rem!important}.mb-md-nsm-3,.my-md-nsm-3{margin-bottom:-1.25rem!important}.ml-md-nsm-3,.mx-md-nsm-3{margin-left:-1.25rem!important}.m-md-nmd-1{margin:-1.25rem!important}.mt-md-nmd-1,.my-md-nmd-1{margin-top:-1.25rem!important}.mr-md-nmd-1,.mx-md-nmd-1{margin-right:-1.25rem!important}.mb-md-nmd-1,.my-md-nmd-1{margin-bottom:-1.25rem!important}.ml-md-nmd-1,.mx-md-nmd-1{margin-left:-1.25rem!important}.m-md-nmd-2{margin:-1.875rem!important}.mt-md-nmd-2,.my-md-nmd-2{margin-top:-1.875rem!important}.mr-md-nmd-2,.mx-md-nmd-2{margin-right:-1.875rem!important}.mb-md-nmd-2,.my-md-nmd-2{margin-bottom:-1.875rem!important}.ml-md-nmd-2,.mx-md-nmd-2{margin-left:-1.875rem!important}.m-md-nmd-3{margin:-2.5rem!important}.mt-md-nmd-3,.my-md-nmd-3{margin-top:-2.5rem!important}.mr-md-nmd-3,.mx-md-nmd-3{margin-right:-2.5rem!important}.mb-md-nmd-3,.my-md-nmd-3{margin-bottom:-2.5rem!important}.ml-md-nmd-3,.mx-md-nmd-3{margin-left:-2.5rem!important}.m-md-nlg-1{margin:-2.5rem!important}.mt-md-nlg-1,.my-md-nlg-1{margin-top:-2.5rem!important}.mr-md-nlg-1,.mx-md-nlg-1{margin-right:-2.5rem!important}.mb-md-nlg-1,.my-md-nlg-1{margin-bottom:-2.5rem!important}.ml-md-nlg-1,.mx-md-nlg-1{margin-left:-2.5rem!important}.m-md-nlg-2{margin:-3.125rem!important}.mt-md-nlg-2,.my-md-nlg-2{margin-top:-3.125rem!important}.mr-md-nlg-2,.mx-md-nlg-2{margin-right:-3.125rem!important}.mb-md-nlg-2,.my-md-nlg-2{margin-bottom:-3.125rem!important}.ml-md-nlg-2,.mx-md-nlg-2{margin-left:-3.125rem!important}.m-md-nlg-3{margin:-3.75rem!important}.mt-md-nlg-3,.my-md-nlg-3{margin-top:-3.75rem!important}.mr-md-nlg-3,.mx-md-nlg-3{margin-right:-3.75rem!important}.mb-md-nlg-3,.my-md-nlg-3{margin-bottom:-3.75rem!important}.ml-md-nlg-3,.mx-md-nlg-3{margin-left:-3.75rem!important}.m-md-nxl-1{margin:-3.75rem!important}.mt-md-nxl-1,.my-md-nxl-1{margin-top:-3.75rem!important}.mr-md-nxl-1,.mx-md-nxl-1{margin-right:-3.75rem!important}.mb-md-nxl-1,.my-md-nxl-1{margin-bottom:-3.75rem!important}.ml-md-nxl-1,.mx-md-nxl-1{margin-left:-3.75rem!important}.m-md-nxl-2{margin:-4.375rem!important}.mt-md-nxl-2,.my-md-nxl-2{margin-top:-4.375rem!important}.mr-md-nxl-2,.mx-md-nxl-2{margin-right:-4.375rem!important}.mb-md-nxl-2,.my-md-nxl-2{margin-bottom:-4.375rem!important}.ml-md-nxl-2,.mx-md-nxl-2{margin-left:-4.375rem!important}.m-md-nxl-3{margin:-5rem!important}.mt-md-nxl-3,.my-md-nxl-3{margin-top:-5rem!important}.mr-md-nxl-3,.mx-md-nxl-3{margin-right:-5rem!important}.mb-md-nxl-3,.my-md-nxl-3{margin-bottom:-5rem!important}.ml-md-nxl-3,.mx-md-nxl-3{margin-left:-5rem!important}.m-md-nxxl-1{margin:-5rem!important}.mt-md-nxxl-1,.my-md-nxxl-1{margin-top:-5rem!important}.mr-md-nxxl-1,.mx-md-nxxl-1{margin-right:-5rem!important}.mb-md-nxxl-1,.my-md-nxxl-1{margin-bottom:-5rem!important}.ml-md-nxxl-1,.mx-md-nxxl-1{margin-left:-5rem!important}.m-md-nxxl-2{margin:-5.625rem!important}.mt-md-nxxl-2,.my-md-nxxl-2{margin-top:-5.625rem!important}.mr-md-nxxl-2,.mx-md-nxxl-2{margin-right:-5.625rem!important}.mb-md-nxxl-2,.my-md-nxxl-2{margin-bottom:-5.625rem!important}.ml-md-nxxl-2,.mx-md-nxxl-2{margin-left:-5.625rem!important}.m-md-nxxl-3{margin:-6.25rem!important}.mt-md-nxxl-3,.my-md-nxxl-3{margin-top:-6.25rem!important}.mr-md-nxxl-3,.mx-md-nxxl-3{margin-right:-6.25rem!important}.mb-md-nxxl-3,.my-md-nxxl-3{margin-bottom:-6.25rem!important}.ml-md-nxxl-3,.mx-md-nxxl-3{margin-left:-6.25rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1024px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-gutter-1{margin:.625rem!important}.mt-lg-gutter-1,.my-lg-gutter-1{margin-top:.625rem!important}.mr-lg-gutter-1,.mx-lg-gutter-1{margin-right:.625rem!important}.mb-lg-gutter-1,.my-lg-gutter-1{margin-bottom:.625rem!important}.ml-lg-gutter-1,.mx-lg-gutter-1{margin-left:.625rem!important}.m-lg-gutter-2{margin:1.25rem!important}.mt-lg-gutter-2,.my-lg-gutter-2{margin-top:1.25rem!important}.mr-lg-gutter-2,.mx-lg-gutter-2{margin-right:1.25rem!important}.mb-lg-gutter-2,.my-lg-gutter-2{margin-bottom:1.25rem!important}.ml-lg-gutter-2,.mx-lg-gutter-2{margin-left:1.25rem!important}.m-lg-xs-1{margin:.125rem!important}.mt-lg-xs-1,.my-lg-xs-1{margin-top:.125rem!important}.mr-lg-xs-1,.mx-lg-xs-1{margin-right:.125rem!important}.mb-lg-xs-1,.my-lg-xs-1{margin-bottom:.125rem!important}.ml-lg-xs-1,.mx-lg-xs-1{margin-left:.125rem!important}.m-lg-xs-2{margin:.25rem!important}.mt-lg-xs-2,.my-lg-xs-2{margin-top:.25rem!important}.mr-lg-xs-2,.mx-lg-xs-2{margin-right:.25rem!important}.mb-lg-xs-2,.my-lg-xs-2{margin-bottom:.25rem!important}.ml-lg-xs-2,.mx-lg-xs-2{margin-left:.25rem!important}.m-lg-xs-3{margin:.25rem!important}.mt-lg-xs-3,.my-lg-xs-3{margin-top:.25rem!important}.mr-lg-xs-3,.mx-lg-xs-3{margin-right:.25rem!important}.mb-lg-xs-3,.my-lg-xs-3{margin-bottom:.25rem!important}.ml-lg-xs-3,.mx-lg-xs-3{margin-left:.25rem!important}.m-lg-sm-1{margin:.625rem!important}.mt-lg-sm-1,.my-lg-sm-1{margin-top:.625rem!important}.mr-lg-sm-1,.mx-lg-sm-1{margin-right:.625rem!important}.mb-lg-sm-1,.my-lg-sm-1{margin-bottom:.625rem!important}.ml-lg-sm-1,.mx-lg-sm-1{margin-left:.625rem!important}.m-lg-sm-2{margin:.9375rem!important}.mt-lg-sm-2,.my-lg-sm-2{margin-top:.9375rem!important}.mr-lg-sm-2,.mx-lg-sm-2{margin-right:.9375rem!important}.mb-lg-sm-2,.my-lg-sm-2{margin-bottom:.9375rem!important}.ml-lg-sm-2,.mx-lg-sm-2{margin-left:.9375rem!important}.m-lg-sm-3{margin:1.25rem!important}.mt-lg-sm-3,.my-lg-sm-3{margin-top:1.25rem!important}.mr-lg-sm-3,.mx-lg-sm-3{margin-right:1.25rem!important}.mb-lg-sm-3,.my-lg-sm-3{margin-bottom:1.25rem!important}.ml-lg-sm-3,.mx-lg-sm-3{margin-left:1.25rem!important}.m-lg-md-1{margin:1.25rem!important}.mt-lg-md-1,.my-lg-md-1{margin-top:1.25rem!important}.mr-lg-md-1,.mx-lg-md-1{margin-right:1.25rem!important}.mb-lg-md-1,.my-lg-md-1{margin-bottom:1.25rem!important}.ml-lg-md-1,.mx-lg-md-1{margin-left:1.25rem!important}.m-lg-md-2{margin:1.875rem!important}.mt-lg-md-2,.my-lg-md-2{margin-top:1.875rem!important}.mr-lg-md-2,.mx-lg-md-2{margin-right:1.875rem!important}.mb-lg-md-2,.my-lg-md-2{margin-bottom:1.875rem!important}.ml-lg-md-2,.mx-lg-md-2{margin-left:1.875rem!important}.m-lg-md-3{margin:2.5rem!important}.mt-lg-md-3,.my-lg-md-3{margin-top:2.5rem!important}.mr-lg-md-3,.mx-lg-md-3{margin-right:2.5rem!important}.mb-lg-md-3,.my-lg-md-3{margin-bottom:2.5rem!important}.ml-lg-md-3,.mx-lg-md-3{margin-left:2.5rem!important}.m-lg-lg-1{margin:2.5rem!important}.mt-lg-lg-1,.my-lg-lg-1{margin-top:2.5rem!important}.mr-lg-lg-1,.mx-lg-lg-1{margin-right:2.5rem!important}.mb-lg-lg-1,.my-lg-lg-1{margin-bottom:2.5rem!important}.ml-lg-lg-1,.mx-lg-lg-1{margin-left:2.5rem!important}.m-lg-lg-2{margin:3.125rem!important}.mt-lg-lg-2,.my-lg-lg-2{margin-top:3.125rem!important}.mr-lg-lg-2,.mx-lg-lg-2{margin-right:3.125rem!important}.mb-lg-lg-2,.my-lg-lg-2{margin-bottom:3.125rem!important}.ml-lg-lg-2,.mx-lg-lg-2{margin-left:3.125rem!important}.m-lg-lg-3{margin:3.75rem!important}.mt-lg-lg-3,.my-lg-lg-3{margin-top:3.75rem!important}.mr-lg-lg-3,.mx-lg-lg-3{margin-right:3.75rem!important}.mb-lg-lg-3,.my-lg-lg-3{margin-bottom:3.75rem!important}.ml-lg-lg-3,.mx-lg-lg-3{margin-left:3.75rem!important}.m-lg-xl-1{margin:3.75rem!important}.mt-lg-xl-1,.my-lg-xl-1{margin-top:3.75rem!important}.mr-lg-xl-1,.mx-lg-xl-1{margin-right:3.75rem!important}.mb-lg-xl-1,.my-lg-xl-1{margin-bottom:3.75rem!important}.ml-lg-xl-1,.mx-lg-xl-1{margin-left:3.75rem!important}.m-lg-xl-2{margin:4.375rem!important}.mt-lg-xl-2,.my-lg-xl-2{margin-top:4.375rem!important}.mr-lg-xl-2,.mx-lg-xl-2{margin-right:4.375rem!important}.mb-lg-xl-2,.my-lg-xl-2{margin-bottom:4.375rem!important}.ml-lg-xl-2,.mx-lg-xl-2{margin-left:4.375rem!important}.m-lg-xl-3{margin:5rem!important}.mt-lg-xl-3,.my-lg-xl-3{margin-top:5rem!important}.mr-lg-xl-3,.mx-lg-xl-3{margin-right:5rem!important}.mb-lg-xl-3,.my-lg-xl-3{margin-bottom:5rem!important}.ml-lg-xl-3,.mx-lg-xl-3{margin-left:5rem!important}.m-lg-xxl-1{margin:5rem!important}.mt-lg-xxl-1,.my-lg-xxl-1{margin-top:5rem!important}.mr-lg-xxl-1,.mx-lg-xxl-1{margin-right:5rem!important}.mb-lg-xxl-1,.my-lg-xxl-1{margin-bottom:5rem!important}.ml-lg-xxl-1,.mx-lg-xxl-1{margin-left:5rem!important}.m-lg-xxl-2{margin:5.625rem!important}.mt-lg-xxl-2,.my-lg-xxl-2{margin-top:5.625rem!important}.mr-lg-xxl-2,.mx-lg-xxl-2{margin-right:5.625rem!important}.mb-lg-xxl-2,.my-lg-xxl-2{margin-bottom:5.625rem!important}.ml-lg-xxl-2,.mx-lg-xxl-2{margin-left:5.625rem!important}.m-lg-xxl-3{margin:6.25rem!important}.mt-lg-xxl-3,.my-lg-xxl-3{margin-top:6.25rem!important}.mr-lg-xxl-3,.mx-lg-xxl-3{margin-right:6.25rem!important}.mb-lg-xxl-3,.my-lg-xxl-3{margin-bottom:6.25rem!important}.ml-lg-xxl-3,.mx-lg-xxl-3{margin-left:6.25rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-gutter-1{padding:.625rem!important}.pt-lg-gutter-1,.py-lg-gutter-1{padding-top:.625rem!important}.pr-lg-gutter-1,.px-lg-gutter-1{padding-right:.625rem!important}.pb-lg-gutter-1,.py-lg-gutter-1{padding-bottom:.625rem!important}.pl-lg-gutter-1,.px-lg-gutter-1{padding-left:.625rem!important}.p-lg-gutter-2{padding:1.25rem!important}.pt-lg-gutter-2,.py-lg-gutter-2{padding-top:1.25rem!important}.pr-lg-gutter-2,.px-lg-gutter-2{padding-right:1.25rem!important}.pb-lg-gutter-2,.py-lg-gutter-2{padding-bottom:1.25rem!important}.pl-lg-gutter-2,.px-lg-gutter-2{padding-left:1.25rem!important}.p-lg-xs-1{padding:.125rem!important}.pt-lg-xs-1,.py-lg-xs-1{padding-top:.125rem!important}.pr-lg-xs-1,.px-lg-xs-1{padding-right:.125rem!important}.pb-lg-xs-1,.py-lg-xs-1{padding-bottom:.125rem!important}.pl-lg-xs-1,.px-lg-xs-1{padding-left:.125rem!important}.p-lg-xs-2{padding:.25rem!important}.pt-lg-xs-2,.py-lg-xs-2{padding-top:.25rem!important}.pr-lg-xs-2,.px-lg-xs-2{padding-right:.25rem!important}.pb-lg-xs-2,.py-lg-xs-2{padding-bottom:.25rem!important}.pl-lg-xs-2,.px-lg-xs-2{padding-left:.25rem!important}.p-lg-xs-3{padding:.25rem!important}.pt-lg-xs-3,.py-lg-xs-3{padding-top:.25rem!important}.pr-lg-xs-3,.px-lg-xs-3{padding-right:.25rem!important}.pb-lg-xs-3,.py-lg-xs-3{padding-bottom:.25rem!important}.pl-lg-xs-3,.px-lg-xs-3{padding-left:.25rem!important}.p-lg-sm-1{padding:.625rem!important}.pt-lg-sm-1,.py-lg-sm-1{padding-top:.625rem!important}.pr-lg-sm-1,.px-lg-sm-1{padding-right:.625rem!important}.pb-lg-sm-1,.py-lg-sm-1{padding-bottom:.625rem!important}.pl-lg-sm-1,.px-lg-sm-1{padding-left:.625rem!important}.p-lg-sm-2{padding:.9375rem!important}.pt-lg-sm-2,.py-lg-sm-2{padding-top:.9375rem!important}.pr-lg-sm-2,.px-lg-sm-2{padding-right:.9375rem!important}.pb-lg-sm-2,.py-lg-sm-2{padding-bottom:.9375rem!important}.pl-lg-sm-2,.px-lg-sm-2{padding-left:.9375rem!important}.p-lg-sm-3{padding:1.25rem!important}.pt-lg-sm-3,.py-lg-sm-3{padding-top:1.25rem!important}.pr-lg-sm-3,.px-lg-sm-3{padding-right:1.25rem!important}.pb-lg-sm-3,.py-lg-sm-3{padding-bottom:1.25rem!important}.pl-lg-sm-3,.px-lg-sm-3{padding-left:1.25rem!important}.p-lg-md-1{padding:1.25rem!important}.pt-lg-md-1,.py-lg-md-1{padding-top:1.25rem!important}.pr-lg-md-1,.px-lg-md-1{padding-right:1.25rem!important}.pb-lg-md-1,.py-lg-md-1{padding-bottom:1.25rem!important}.pl-lg-md-1,.px-lg-md-1{padding-left:1.25rem!important}.p-lg-md-2{padding:1.875rem!important}.pt-lg-md-2,.py-lg-md-2{padding-top:1.875rem!important}.pr-lg-md-2,.px-lg-md-2{padding-right:1.875rem!important}.pb-lg-md-2,.py-lg-md-2{padding-bottom:1.875rem!important}.pl-lg-md-2,.px-lg-md-2{padding-left:1.875rem!important}.p-lg-md-3{padding:2.5rem!important}.pt-lg-md-3,.py-lg-md-3{padding-top:2.5rem!important}.pr-lg-md-3,.px-lg-md-3{padding-right:2.5rem!important}.pb-lg-md-3,.py-lg-md-3{padding-bottom:2.5rem!important}.pl-lg-md-3,.px-lg-md-3{padding-left:2.5rem!important}.p-lg-lg-1{padding:2.5rem!important}.pt-lg-lg-1,.py-lg-lg-1{padding-top:2.5rem!important}.pr-lg-lg-1,.px-lg-lg-1{padding-right:2.5rem!important}.pb-lg-lg-1,.py-lg-lg-1{padding-bottom:2.5rem!important}.pl-lg-lg-1,.px-lg-lg-1{padding-left:2.5rem!important}.p-lg-lg-2{padding:3.125rem!important}.pt-lg-lg-2,.py-lg-lg-2{padding-top:3.125rem!important}.pr-lg-lg-2,.px-lg-lg-2{padding-right:3.125rem!important}.pb-lg-lg-2,.py-lg-lg-2{padding-bottom:3.125rem!important}.pl-lg-lg-2,.px-lg-lg-2{padding-left:3.125rem!important}.p-lg-lg-3{padding:3.75rem!important}.pt-lg-lg-3,.py-lg-lg-3{padding-top:3.75rem!important}.pr-lg-lg-3,.px-lg-lg-3{padding-right:3.75rem!important}.pb-lg-lg-3,.py-lg-lg-3{padding-bottom:3.75rem!important}.pl-lg-lg-3,.px-lg-lg-3{padding-left:3.75rem!important}.p-lg-xl-1{padding:3.75rem!important}.pt-lg-xl-1,.py-lg-xl-1{padding-top:3.75rem!important}.pr-lg-xl-1,.px-lg-xl-1{padding-right:3.75rem!important}.pb-lg-xl-1,.py-lg-xl-1{padding-bottom:3.75rem!important}.pl-lg-xl-1,.px-lg-xl-1{padding-left:3.75rem!important}.p-lg-xl-2{padding:4.375rem!important}.pt-lg-xl-2,.py-lg-xl-2{padding-top:4.375rem!important}.pr-lg-xl-2,.px-lg-xl-2{padding-right:4.375rem!important}.pb-lg-xl-2,.py-lg-xl-2{padding-bottom:4.375rem!important}.pl-lg-xl-2,.px-lg-xl-2{padding-left:4.375rem!important}.p-lg-xl-3{padding:5rem!important}.pt-lg-xl-3,.py-lg-xl-3{padding-top:5rem!important}.pr-lg-xl-3,.px-lg-xl-3{padding-right:5rem!important}.pb-lg-xl-3,.py-lg-xl-3{padding-bottom:5rem!important}.pl-lg-xl-3,.px-lg-xl-3{padding-left:5rem!important}.p-lg-xxl-1{padding:5rem!important}.pt-lg-xxl-1,.py-lg-xxl-1{padding-top:5rem!important}.pr-lg-xxl-1,.px-lg-xxl-1{padding-right:5rem!important}.pb-lg-xxl-1,.py-lg-xxl-1{padding-bottom:5rem!important}.pl-lg-xxl-1,.px-lg-xxl-1{padding-left:5rem!important}.p-lg-xxl-2{padding:5.625rem!important}.pt-lg-xxl-2,.py-lg-xxl-2{padding-top:5.625rem!important}.pr-lg-xxl-2,.px-lg-xxl-2{padding-right:5.625rem!important}.pb-lg-xxl-2,.py-lg-xxl-2{padding-bottom:5.625rem!important}.pl-lg-xxl-2,.px-lg-xxl-2{padding-left:5.625rem!important}.p-lg-xxl-3{padding:6.25rem!important}.pt-lg-xxl-3,.py-lg-xxl-3{padding-top:6.25rem!important}.pr-lg-xxl-3,.px-lg-xxl-3{padding-right:6.25rem!important}.pb-lg-xxl-3,.py-lg-xxl-3{padding-bottom:6.25rem!important}.pl-lg-xxl-3,.px-lg-xxl-3{padding-left:6.25rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-ngutter-1{margin:-.625rem!important}.mt-lg-ngutter-1,.my-lg-ngutter-1{margin-top:-.625rem!important}.mr-lg-ngutter-1,.mx-lg-ngutter-1{margin-right:-.625rem!important}.mb-lg-ngutter-1,.my-lg-ngutter-1{margin-bottom:-.625rem!important}.ml-lg-ngutter-1,.mx-lg-ngutter-1{margin-left:-.625rem!important}.m-lg-ngutter-2{margin:-1.25rem!important}.mt-lg-ngutter-2,.my-lg-ngutter-2{margin-top:-1.25rem!important}.mr-lg-ngutter-2,.mx-lg-ngutter-2{margin-right:-1.25rem!important}.mb-lg-ngutter-2,.my-lg-ngutter-2{margin-bottom:-1.25rem!important}.ml-lg-ngutter-2,.mx-lg-ngutter-2{margin-left:-1.25rem!important}.m-lg-nxs-1{margin:-.125rem!important}.mt-lg-nxs-1,.my-lg-nxs-1{margin-top:-.125rem!important}.mr-lg-nxs-1,.mx-lg-nxs-1{margin-right:-.125rem!important}.mb-lg-nxs-1,.my-lg-nxs-1{margin-bottom:-.125rem!important}.ml-lg-nxs-1,.mx-lg-nxs-1{margin-left:-.125rem!important}.m-lg-nxs-2{margin:-.25rem!important}.mt-lg-nxs-2,.my-lg-nxs-2{margin-top:-.25rem!important}.mr-lg-nxs-2,.mx-lg-nxs-2{margin-right:-.25rem!important}.mb-lg-nxs-2,.my-lg-nxs-2{margin-bottom:-.25rem!important}.ml-lg-nxs-2,.mx-lg-nxs-2{margin-left:-.25rem!important}.m-lg-nxs-3{margin:-.25rem!important}.mt-lg-nxs-3,.my-lg-nxs-3{margin-top:-.25rem!important}.mr-lg-nxs-3,.mx-lg-nxs-3{margin-right:-.25rem!important}.mb-lg-nxs-3,.my-lg-nxs-3{margin-bottom:-.25rem!important}.ml-lg-nxs-3,.mx-lg-nxs-3{margin-left:-.25rem!important}.m-lg-nsm-1{margin:-.625rem!important}.mt-lg-nsm-1,.my-lg-nsm-1{margin-top:-.625rem!important}.mr-lg-nsm-1,.mx-lg-nsm-1{margin-right:-.625rem!important}.mb-lg-nsm-1,.my-lg-nsm-1{margin-bottom:-.625rem!important}.ml-lg-nsm-1,.mx-lg-nsm-1{margin-left:-.625rem!important}.m-lg-nsm-2{margin:-.9375rem!important}.mt-lg-nsm-2,.my-lg-nsm-2{margin-top:-.9375rem!important}.mr-lg-nsm-2,.mx-lg-nsm-2{margin-right:-.9375rem!important}.mb-lg-nsm-2,.my-lg-nsm-2{margin-bottom:-.9375rem!important}.ml-lg-nsm-2,.mx-lg-nsm-2{margin-left:-.9375rem!important}.m-lg-nsm-3{margin:-1.25rem!important}.mt-lg-nsm-3,.my-lg-nsm-3{margin-top:-1.25rem!important}.mr-lg-nsm-3,.mx-lg-nsm-3{margin-right:-1.25rem!important}.mb-lg-nsm-3,.my-lg-nsm-3{margin-bottom:-1.25rem!important}.ml-lg-nsm-3,.mx-lg-nsm-3{margin-left:-1.25rem!important}.m-lg-nmd-1{margin:-1.25rem!important}.mt-lg-nmd-1,.my-lg-nmd-1{margin-top:-1.25rem!important}.mr-lg-nmd-1,.mx-lg-nmd-1{margin-right:-1.25rem!important}.mb-lg-nmd-1,.my-lg-nmd-1{margin-bottom:-1.25rem!important}.ml-lg-nmd-1,.mx-lg-nmd-1{margin-left:-1.25rem!important}.m-lg-nmd-2{margin:-1.875rem!important}.mt-lg-nmd-2,.my-lg-nmd-2{margin-top:-1.875rem!important}.mr-lg-nmd-2,.mx-lg-nmd-2{margin-right:-1.875rem!important}.mb-lg-nmd-2,.my-lg-nmd-2{margin-bottom:-1.875rem!important}.ml-lg-nmd-2,.mx-lg-nmd-2{margin-left:-1.875rem!important}.m-lg-nmd-3{margin:-2.5rem!important}.mt-lg-nmd-3,.my-lg-nmd-3{margin-top:-2.5rem!important}.mr-lg-nmd-3,.mx-lg-nmd-3{margin-right:-2.5rem!important}.mb-lg-nmd-3,.my-lg-nmd-3{margin-bottom:-2.5rem!important}.ml-lg-nmd-3,.mx-lg-nmd-3{margin-left:-2.5rem!important}.m-lg-nlg-1{margin:-2.5rem!important}.mt-lg-nlg-1,.my-lg-nlg-1{margin-top:-2.5rem!important}.mr-lg-nlg-1,.mx-lg-nlg-1{margin-right:-2.5rem!important}.mb-lg-nlg-1,.my-lg-nlg-1{margin-bottom:-2.5rem!important}.ml-lg-nlg-1,.mx-lg-nlg-1{margin-left:-2.5rem!important}.m-lg-nlg-2{margin:-3.125rem!important}.mt-lg-nlg-2,.my-lg-nlg-2{margin-top:-3.125rem!important}.mr-lg-nlg-2,.mx-lg-nlg-2{margin-right:-3.125rem!important}.mb-lg-nlg-2,.my-lg-nlg-2{margin-bottom:-3.125rem!important}.ml-lg-nlg-2,.mx-lg-nlg-2{margin-left:-3.125rem!important}.m-lg-nlg-3{margin:-3.75rem!important}.mt-lg-nlg-3,.my-lg-nlg-3{margin-top:-3.75rem!important}.mr-lg-nlg-3,.mx-lg-nlg-3{margin-right:-3.75rem!important}.mb-lg-nlg-3,.my-lg-nlg-3{margin-bottom:-3.75rem!important}.ml-lg-nlg-3,.mx-lg-nlg-3{margin-left:-3.75rem!important}.m-lg-nxl-1{margin:-3.75rem!important}.mt-lg-nxl-1,.my-lg-nxl-1{margin-top:-3.75rem!important}.mr-lg-nxl-1,.mx-lg-nxl-1{margin-right:-3.75rem!important}.mb-lg-nxl-1,.my-lg-nxl-1{margin-bottom:-3.75rem!important}.ml-lg-nxl-1,.mx-lg-nxl-1{margin-left:-3.75rem!important}.m-lg-nxl-2{margin:-4.375rem!important}.mt-lg-nxl-2,.my-lg-nxl-2{margin-top:-4.375rem!important}.mr-lg-nxl-2,.mx-lg-nxl-2{margin-right:-4.375rem!important}.mb-lg-nxl-2,.my-lg-nxl-2{margin-bottom:-4.375rem!important}.ml-lg-nxl-2,.mx-lg-nxl-2{margin-left:-4.375rem!important}.m-lg-nxl-3{margin:-5rem!important}.mt-lg-nxl-3,.my-lg-nxl-3{margin-top:-5rem!important}.mr-lg-nxl-3,.mx-lg-nxl-3{margin-right:-5rem!important}.mb-lg-nxl-3,.my-lg-nxl-3{margin-bottom:-5rem!important}.ml-lg-nxl-3,.mx-lg-nxl-3{margin-left:-5rem!important}.m-lg-nxxl-1{margin:-5rem!important}.mt-lg-nxxl-1,.my-lg-nxxl-1{margin-top:-5rem!important}.mr-lg-nxxl-1,.mx-lg-nxxl-1{margin-right:-5rem!important}.mb-lg-nxxl-1,.my-lg-nxxl-1{margin-bottom:-5rem!important}.ml-lg-nxxl-1,.mx-lg-nxxl-1{margin-left:-5rem!important}.m-lg-nxxl-2{margin:-5.625rem!important}.mt-lg-nxxl-2,.my-lg-nxxl-2{margin-top:-5.625rem!important}.mr-lg-nxxl-2,.mx-lg-nxxl-2{margin-right:-5.625rem!important}.mb-lg-nxxl-2,.my-lg-nxxl-2{margin-bottom:-5.625rem!important}.ml-lg-nxxl-2,.mx-lg-nxxl-2{margin-left:-5.625rem!important}.m-lg-nxxl-3{margin:-6.25rem!important}.mt-lg-nxxl-3,.my-lg-nxxl-3{margin-top:-6.25rem!important}.mr-lg-nxxl-3,.mx-lg-nxxl-3{margin-right:-6.25rem!important}.mb-lg-nxxl-3,.my-lg-nxxl-3{margin-bottom:-6.25rem!important}.ml-lg-nxxl-3,.mx-lg-nxxl-3{margin-left:-6.25rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1440px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-gutter-1{margin:.625rem!important}.mt-xl-gutter-1,.my-xl-gutter-1{margin-top:.625rem!important}.mr-xl-gutter-1,.mx-xl-gutter-1{margin-right:.625rem!important}.mb-xl-gutter-1,.my-xl-gutter-1{margin-bottom:.625rem!important}.ml-xl-gutter-1,.mx-xl-gutter-1{margin-left:.625rem!important}.m-xl-gutter-2{margin:1.25rem!important}.mt-xl-gutter-2,.my-xl-gutter-2{margin-top:1.25rem!important}.mr-xl-gutter-2,.mx-xl-gutter-2{margin-right:1.25rem!important}.mb-xl-gutter-2,.my-xl-gutter-2{margin-bottom:1.25rem!important}.ml-xl-gutter-2,.mx-xl-gutter-2{margin-left:1.25rem!important}.m-xl-xs-1{margin:.125rem!important}.mt-xl-xs-1,.my-xl-xs-1{margin-top:.125rem!important}.mr-xl-xs-1,.mx-xl-xs-1{margin-right:.125rem!important}.mb-xl-xs-1,.my-xl-xs-1{margin-bottom:.125rem!important}.ml-xl-xs-1,.mx-xl-xs-1{margin-left:.125rem!important}.m-xl-xs-2{margin:.25rem!important}.mt-xl-xs-2,.my-xl-xs-2{margin-top:.25rem!important}.mr-xl-xs-2,.mx-xl-xs-2{margin-right:.25rem!important}.mb-xl-xs-2,.my-xl-xs-2{margin-bottom:.25rem!important}.ml-xl-xs-2,.mx-xl-xs-2{margin-left:.25rem!important}.m-xl-xs-3{margin:.25rem!important}.mt-xl-xs-3,.my-xl-xs-3{margin-top:.25rem!important}.mr-xl-xs-3,.mx-xl-xs-3{margin-right:.25rem!important}.mb-xl-xs-3,.my-xl-xs-3{margin-bottom:.25rem!important}.ml-xl-xs-3,.mx-xl-xs-3{margin-left:.25rem!important}.m-xl-sm-1{margin:.625rem!important}.mt-xl-sm-1,.my-xl-sm-1{margin-top:.625rem!important}.mr-xl-sm-1,.mx-xl-sm-1{margin-right:.625rem!important}.mb-xl-sm-1,.my-xl-sm-1{margin-bottom:.625rem!important}.ml-xl-sm-1,.mx-xl-sm-1{margin-left:.625rem!important}.m-xl-sm-2{margin:.9375rem!important}.mt-xl-sm-2,.my-xl-sm-2{margin-top:.9375rem!important}.mr-xl-sm-2,.mx-xl-sm-2{margin-right:.9375rem!important}.mb-xl-sm-2,.my-xl-sm-2{margin-bottom:.9375rem!important}.ml-xl-sm-2,.mx-xl-sm-2{margin-left:.9375rem!important}.m-xl-sm-3{margin:1.25rem!important}.mt-xl-sm-3,.my-xl-sm-3{margin-top:1.25rem!important}.mr-xl-sm-3,.mx-xl-sm-3{margin-right:1.25rem!important}.mb-xl-sm-3,.my-xl-sm-3{margin-bottom:1.25rem!important}.ml-xl-sm-3,.mx-xl-sm-3{margin-left:1.25rem!important}.m-xl-md-1{margin:1.25rem!important}.mt-xl-md-1,.my-xl-md-1{margin-top:1.25rem!important}.mr-xl-md-1,.mx-xl-md-1{margin-right:1.25rem!important}.mb-xl-md-1,.my-xl-md-1{margin-bottom:1.25rem!important}.ml-xl-md-1,.mx-xl-md-1{margin-left:1.25rem!important}.m-xl-md-2{margin:1.875rem!important}.mt-xl-md-2,.my-xl-md-2{margin-top:1.875rem!important}.mr-xl-md-2,.mx-xl-md-2{margin-right:1.875rem!important}.mb-xl-md-2,.my-xl-md-2{margin-bottom:1.875rem!important}.ml-xl-md-2,.mx-xl-md-2{margin-left:1.875rem!important}.m-xl-md-3{margin:2.5rem!important}.mt-xl-md-3,.my-xl-md-3{margin-top:2.5rem!important}.mr-xl-md-3,.mx-xl-md-3{margin-right:2.5rem!important}.mb-xl-md-3,.my-xl-md-3{margin-bottom:2.5rem!important}.ml-xl-md-3,.mx-xl-md-3{margin-left:2.5rem!important}.m-xl-lg-1{margin:2.5rem!important}.mt-xl-lg-1,.my-xl-lg-1{margin-top:2.5rem!important}.mr-xl-lg-1,.mx-xl-lg-1{margin-right:2.5rem!important}.mb-xl-lg-1,.my-xl-lg-1{margin-bottom:2.5rem!important}.ml-xl-lg-1,.mx-xl-lg-1{margin-left:2.5rem!important}.m-xl-lg-2{margin:3.125rem!important}.mt-xl-lg-2,.my-xl-lg-2{margin-top:3.125rem!important}.mr-xl-lg-2,.mx-xl-lg-2{margin-right:3.125rem!important}.mb-xl-lg-2,.my-xl-lg-2{margin-bottom:3.125rem!important}.ml-xl-lg-2,.mx-xl-lg-2{margin-left:3.125rem!important}.m-xl-lg-3{margin:3.75rem!important}.mt-xl-lg-3,.my-xl-lg-3{margin-top:3.75rem!important}.mr-xl-lg-3,.mx-xl-lg-3{margin-right:3.75rem!important}.mb-xl-lg-3,.my-xl-lg-3{margin-bottom:3.75rem!important}.ml-xl-lg-3,.mx-xl-lg-3{margin-left:3.75rem!important}.m-xl-xl-1{margin:3.75rem!important}.mt-xl-xl-1,.my-xl-xl-1{margin-top:3.75rem!important}.mr-xl-xl-1,.mx-xl-xl-1{margin-right:3.75rem!important}.mb-xl-xl-1,.my-xl-xl-1{margin-bottom:3.75rem!important}.ml-xl-xl-1,.mx-xl-xl-1{margin-left:3.75rem!important}.m-xl-xl-2{margin:4.375rem!important}.mt-xl-xl-2,.my-xl-xl-2{margin-top:4.375rem!important}.mr-xl-xl-2,.mx-xl-xl-2{margin-right:4.375rem!important}.mb-xl-xl-2,.my-xl-xl-2{margin-bottom:4.375rem!important}.ml-xl-xl-2,.mx-xl-xl-2{margin-left:4.375rem!important}.m-xl-xl-3{margin:5rem!important}.mt-xl-xl-3,.my-xl-xl-3{margin-top:5rem!important}.mr-xl-xl-3,.mx-xl-xl-3{margin-right:5rem!important}.mb-xl-xl-3,.my-xl-xl-3{margin-bottom:5rem!important}.ml-xl-xl-3,.mx-xl-xl-3{margin-left:5rem!important}.m-xl-xxl-1{margin:5rem!important}.mt-xl-xxl-1,.my-xl-xxl-1{margin-top:5rem!important}.mr-xl-xxl-1,.mx-xl-xxl-1{margin-right:5rem!important}.mb-xl-xxl-1,.my-xl-xxl-1{margin-bottom:5rem!important}.ml-xl-xxl-1,.mx-xl-xxl-1{margin-left:5rem!important}.m-xl-xxl-2{margin:5.625rem!important}.mt-xl-xxl-2,.my-xl-xxl-2{margin-top:5.625rem!important}.mr-xl-xxl-2,.mx-xl-xxl-2{margin-right:5.625rem!important}.mb-xl-xxl-2,.my-xl-xxl-2{margin-bottom:5.625rem!important}.ml-xl-xxl-2,.mx-xl-xxl-2{margin-left:5.625rem!important}.m-xl-xxl-3{margin:6.25rem!important}.mt-xl-xxl-3,.my-xl-xxl-3{margin-top:6.25rem!important}.mr-xl-xxl-3,.mx-xl-xxl-3{margin-right:6.25rem!important}.mb-xl-xxl-3,.my-xl-xxl-3{margin-bottom:6.25rem!important}.ml-xl-xxl-3,.mx-xl-xxl-3{margin-left:6.25rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-gutter-1{padding:.625rem!important}.pt-xl-gutter-1,.py-xl-gutter-1{padding-top:.625rem!important}.pr-xl-gutter-1,.px-xl-gutter-1{padding-right:.625rem!important}.pb-xl-gutter-1,.py-xl-gutter-1{padding-bottom:.625rem!important}.pl-xl-gutter-1,.px-xl-gutter-1{padding-left:.625rem!important}.p-xl-gutter-2{padding:1.25rem!important}.pt-xl-gutter-2,.py-xl-gutter-2{padding-top:1.25rem!important}.pr-xl-gutter-2,.px-xl-gutter-2{padding-right:1.25rem!important}.pb-xl-gutter-2,.py-xl-gutter-2{padding-bottom:1.25rem!important}.pl-xl-gutter-2,.px-xl-gutter-2{padding-left:1.25rem!important}.p-xl-xs-1{padding:.125rem!important}.pt-xl-xs-1,.py-xl-xs-1{padding-top:.125rem!important}.pr-xl-xs-1,.px-xl-xs-1{padding-right:.125rem!important}.pb-xl-xs-1,.py-xl-xs-1{padding-bottom:.125rem!important}.pl-xl-xs-1,.px-xl-xs-1{padding-left:.125rem!important}.p-xl-xs-2{padding:.25rem!important}.pt-xl-xs-2,.py-xl-xs-2{padding-top:.25rem!important}.pr-xl-xs-2,.px-xl-xs-2{padding-right:.25rem!important}.pb-xl-xs-2,.py-xl-xs-2{padding-bottom:.25rem!important}.pl-xl-xs-2,.px-xl-xs-2{padding-left:.25rem!important}.p-xl-xs-3{padding:.25rem!important}.pt-xl-xs-3,.py-xl-xs-3{padding-top:.25rem!important}.pr-xl-xs-3,.px-xl-xs-3{padding-right:.25rem!important}.pb-xl-xs-3,.py-xl-xs-3{padding-bottom:.25rem!important}.pl-xl-xs-3,.px-xl-xs-3{padding-left:.25rem!important}.p-xl-sm-1{padding:.625rem!important}.pt-xl-sm-1,.py-xl-sm-1{padding-top:.625rem!important}.pr-xl-sm-1,.px-xl-sm-1{padding-right:.625rem!important}.pb-xl-sm-1,.py-xl-sm-1{padding-bottom:.625rem!important}.pl-xl-sm-1,.px-xl-sm-1{padding-left:.625rem!important}.p-xl-sm-2{padding:.9375rem!important}.pt-xl-sm-2,.py-xl-sm-2{padding-top:.9375rem!important}.pr-xl-sm-2,.px-xl-sm-2{padding-right:.9375rem!important}.pb-xl-sm-2,.py-xl-sm-2{padding-bottom:.9375rem!important}.pl-xl-sm-2,.px-xl-sm-2{padding-left:.9375rem!important}.p-xl-sm-3{padding:1.25rem!important}.pt-xl-sm-3,.py-xl-sm-3{padding-top:1.25rem!important}.pr-xl-sm-3,.px-xl-sm-3{padding-right:1.25rem!important}.pb-xl-sm-3,.py-xl-sm-3{padding-bottom:1.25rem!important}.pl-xl-sm-3,.px-xl-sm-3{padding-left:1.25rem!important}.p-xl-md-1{padding:1.25rem!important}.pt-xl-md-1,.py-xl-md-1{padding-top:1.25rem!important}.pr-xl-md-1,.px-xl-md-1{padding-right:1.25rem!important}.pb-xl-md-1,.py-xl-md-1{padding-bottom:1.25rem!important}.pl-xl-md-1,.px-xl-md-1{padding-left:1.25rem!important}.p-xl-md-2{padding:1.875rem!important}.pt-xl-md-2,.py-xl-md-2{padding-top:1.875rem!important}.pr-xl-md-2,.px-xl-md-2{padding-right:1.875rem!important}.pb-xl-md-2,.py-xl-md-2{padding-bottom:1.875rem!important}.pl-xl-md-2,.px-xl-md-2{padding-left:1.875rem!important}.p-xl-md-3{padding:2.5rem!important}.pt-xl-md-3,.py-xl-md-3{padding-top:2.5rem!important}.pr-xl-md-3,.px-xl-md-3{padding-right:2.5rem!important}.pb-xl-md-3,.py-xl-md-3{padding-bottom:2.5rem!important}.pl-xl-md-3,.px-xl-md-3{padding-left:2.5rem!important}.p-xl-lg-1{padding:2.5rem!important}.pt-xl-lg-1,.py-xl-lg-1{padding-top:2.5rem!important}.pr-xl-lg-1,.px-xl-lg-1{padding-right:2.5rem!important}.pb-xl-lg-1,.py-xl-lg-1{padding-bottom:2.5rem!important}.pl-xl-lg-1,.px-xl-lg-1{padding-left:2.5rem!important}.p-xl-lg-2{padding:3.125rem!important}.pt-xl-lg-2,.py-xl-lg-2{padding-top:3.125rem!important}.pr-xl-lg-2,.px-xl-lg-2{padding-right:3.125rem!important}.pb-xl-lg-2,.py-xl-lg-2{padding-bottom:3.125rem!important}.pl-xl-lg-2,.px-xl-lg-2{padding-left:3.125rem!important}.p-xl-lg-3{padding:3.75rem!important}.pt-xl-lg-3,.py-xl-lg-3{padding-top:3.75rem!important}.pr-xl-lg-3,.px-xl-lg-3{padding-right:3.75rem!important}.pb-xl-lg-3,.py-xl-lg-3{padding-bottom:3.75rem!important}.pl-xl-lg-3,.px-xl-lg-3{padding-left:3.75rem!important}.p-xl-xl-1{padding:3.75rem!important}.pt-xl-xl-1,.py-xl-xl-1{padding-top:3.75rem!important}.pr-xl-xl-1,.px-xl-xl-1{padding-right:3.75rem!important}.pb-xl-xl-1,.py-xl-xl-1{padding-bottom:3.75rem!important}.pl-xl-xl-1,.px-xl-xl-1{padding-left:3.75rem!important}.p-xl-xl-2{padding:4.375rem!important}.pt-xl-xl-2,.py-xl-xl-2{padding-top:4.375rem!important}.pr-xl-xl-2,.px-xl-xl-2{padding-right:4.375rem!important}.pb-xl-xl-2,.py-xl-xl-2{padding-bottom:4.375rem!important}.pl-xl-xl-2,.px-xl-xl-2{padding-left:4.375rem!important}.p-xl-xl-3{padding:5rem!important}.pt-xl-xl-3,.py-xl-xl-3{padding-top:5rem!important}.pr-xl-xl-3,.px-xl-xl-3{padding-right:5rem!important}.pb-xl-xl-3,.py-xl-xl-3{padding-bottom:5rem!important}.pl-xl-xl-3,.px-xl-xl-3{padding-left:5rem!important}.p-xl-xxl-1{padding:5rem!important}.pt-xl-xxl-1,.py-xl-xxl-1{padding-top:5rem!important}.pr-xl-xxl-1,.px-xl-xxl-1{padding-right:5rem!important}.pb-xl-xxl-1,.py-xl-xxl-1{padding-bottom:5rem!important}.pl-xl-xxl-1,.px-xl-xxl-1{padding-left:5rem!important}.p-xl-xxl-2{padding:5.625rem!important}.pt-xl-xxl-2,.py-xl-xxl-2{padding-top:5.625rem!important}.pr-xl-xxl-2,.px-xl-xxl-2{padding-right:5.625rem!important}.pb-xl-xxl-2,.py-xl-xxl-2{padding-bottom:5.625rem!important}.pl-xl-xxl-2,.px-xl-xxl-2{padding-left:5.625rem!important}.p-xl-xxl-3{padding:6.25rem!important}.pt-xl-xxl-3,.py-xl-xxl-3{padding-top:6.25rem!important}.pr-xl-xxl-3,.px-xl-xxl-3{padding-right:6.25rem!important}.pb-xl-xxl-3,.py-xl-xxl-3{padding-bottom:6.25rem!important}.pl-xl-xxl-3,.px-xl-xxl-3{padding-left:6.25rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-ngutter-1{margin:-.625rem!important}.mt-xl-ngutter-1,.my-xl-ngutter-1{margin-top:-.625rem!important}.mr-xl-ngutter-1,.mx-xl-ngutter-1{margin-right:-.625rem!important}.mb-xl-ngutter-1,.my-xl-ngutter-1{margin-bottom:-.625rem!important}.ml-xl-ngutter-1,.mx-xl-ngutter-1{margin-left:-.625rem!important}.m-xl-ngutter-2{margin:-1.25rem!important}.mt-xl-ngutter-2,.my-xl-ngutter-2{margin-top:-1.25rem!important}.mr-xl-ngutter-2,.mx-xl-ngutter-2{margin-right:-1.25rem!important}.mb-xl-ngutter-2,.my-xl-ngutter-2{margin-bottom:-1.25rem!important}.ml-xl-ngutter-2,.mx-xl-ngutter-2{margin-left:-1.25rem!important}.m-xl-nxs-1{margin:-.125rem!important}.mt-xl-nxs-1,.my-xl-nxs-1{margin-top:-.125rem!important}.mr-xl-nxs-1,.mx-xl-nxs-1{margin-right:-.125rem!important}.mb-xl-nxs-1,.my-xl-nxs-1{margin-bottom:-.125rem!important}.ml-xl-nxs-1,.mx-xl-nxs-1{margin-left:-.125rem!important}.m-xl-nxs-2{margin:-.25rem!important}.mt-xl-nxs-2,.my-xl-nxs-2{margin-top:-.25rem!important}.mr-xl-nxs-2,.mx-xl-nxs-2{margin-right:-.25rem!important}.mb-xl-nxs-2,.my-xl-nxs-2{margin-bottom:-.25rem!important}.ml-xl-nxs-2,.mx-xl-nxs-2{margin-left:-.25rem!important}.m-xl-nxs-3{margin:-.25rem!important}.mt-xl-nxs-3,.my-xl-nxs-3{margin-top:-.25rem!important}.mr-xl-nxs-3,.mx-xl-nxs-3{margin-right:-.25rem!important}.mb-xl-nxs-3,.my-xl-nxs-3{margin-bottom:-.25rem!important}.ml-xl-nxs-3,.mx-xl-nxs-3{margin-left:-.25rem!important}.m-xl-nsm-1{margin:-.625rem!important}.mt-xl-nsm-1,.my-xl-nsm-1{margin-top:-.625rem!important}.mr-xl-nsm-1,.mx-xl-nsm-1{margin-right:-.625rem!important}.mb-xl-nsm-1,.my-xl-nsm-1{margin-bottom:-.625rem!important}.ml-xl-nsm-1,.mx-xl-nsm-1{margin-left:-.625rem!important}.m-xl-nsm-2{margin:-.9375rem!important}.mt-xl-nsm-2,.my-xl-nsm-2{margin-top:-.9375rem!important}.mr-xl-nsm-2,.mx-xl-nsm-2{margin-right:-.9375rem!important}.mb-xl-nsm-2,.my-xl-nsm-2{margin-bottom:-.9375rem!important}.ml-xl-nsm-2,.mx-xl-nsm-2{margin-left:-.9375rem!important}.m-xl-nsm-3{margin:-1.25rem!important}.mt-xl-nsm-3,.my-xl-nsm-3{margin-top:-1.25rem!important}.mr-xl-nsm-3,.mx-xl-nsm-3{margin-right:-1.25rem!important}.mb-xl-nsm-3,.my-xl-nsm-3{margin-bottom:-1.25rem!important}.ml-xl-nsm-3,.mx-xl-nsm-3{margin-left:-1.25rem!important}.m-xl-nmd-1{margin:-1.25rem!important}.mt-xl-nmd-1,.my-xl-nmd-1{margin-top:-1.25rem!important}.mr-xl-nmd-1,.mx-xl-nmd-1{margin-right:-1.25rem!important}.mb-xl-nmd-1,.my-xl-nmd-1{margin-bottom:-1.25rem!important}.ml-xl-nmd-1,.mx-xl-nmd-1{margin-left:-1.25rem!important}.m-xl-nmd-2{margin:-1.875rem!important}.mt-xl-nmd-2,.my-xl-nmd-2{margin-top:-1.875rem!important}.mr-xl-nmd-2,.mx-xl-nmd-2{margin-right:-1.875rem!important}.mb-xl-nmd-2,.my-xl-nmd-2{margin-bottom:-1.875rem!important}.ml-xl-nmd-2,.mx-xl-nmd-2{margin-left:-1.875rem!important}.m-xl-nmd-3{margin:-2.5rem!important}.mt-xl-nmd-3,.my-xl-nmd-3{margin-top:-2.5rem!important}.mr-xl-nmd-3,.mx-xl-nmd-3{margin-right:-2.5rem!important}.mb-xl-nmd-3,.my-xl-nmd-3{margin-bottom:-2.5rem!important}.ml-xl-nmd-3,.mx-xl-nmd-3{margin-left:-2.5rem!important}.m-xl-nlg-1{margin:-2.5rem!important}.mt-xl-nlg-1,.my-xl-nlg-1{margin-top:-2.5rem!important}.mr-xl-nlg-1,.mx-xl-nlg-1{margin-right:-2.5rem!important}.mb-xl-nlg-1,.my-xl-nlg-1{margin-bottom:-2.5rem!important}.ml-xl-nlg-1,.mx-xl-nlg-1{margin-left:-2.5rem!important}.m-xl-nlg-2{margin:-3.125rem!important}.mt-xl-nlg-2,.my-xl-nlg-2{margin-top:-3.125rem!important}.mr-xl-nlg-2,.mx-xl-nlg-2{margin-right:-3.125rem!important}.mb-xl-nlg-2,.my-xl-nlg-2{margin-bottom:-3.125rem!important}.ml-xl-nlg-2,.mx-xl-nlg-2{margin-left:-3.125rem!important}.m-xl-nlg-3{margin:-3.75rem!important}.mt-xl-nlg-3,.my-xl-nlg-3{margin-top:-3.75rem!important}.mr-xl-nlg-3,.mx-xl-nlg-3{margin-right:-3.75rem!important}.mb-xl-nlg-3,.my-xl-nlg-3{margin-bottom:-3.75rem!important}.ml-xl-nlg-3,.mx-xl-nlg-3{margin-left:-3.75rem!important}.m-xl-nxl-1{margin:-3.75rem!important}.mt-xl-nxl-1,.my-xl-nxl-1{margin-top:-3.75rem!important}.mr-xl-nxl-1,.mx-xl-nxl-1{margin-right:-3.75rem!important}.mb-xl-nxl-1,.my-xl-nxl-1{margin-bottom:-3.75rem!important}.ml-xl-nxl-1,.mx-xl-nxl-1{margin-left:-3.75rem!important}.m-xl-nxl-2{margin:-4.375rem!important}.mt-xl-nxl-2,.my-xl-nxl-2{margin-top:-4.375rem!important}.mr-xl-nxl-2,.mx-xl-nxl-2{margin-right:-4.375rem!important}.mb-xl-nxl-2,.my-xl-nxl-2{margin-bottom:-4.375rem!important}.ml-xl-nxl-2,.mx-xl-nxl-2{margin-left:-4.375rem!important}.m-xl-nxl-3{margin:-5rem!important}.mt-xl-nxl-3,.my-xl-nxl-3{margin-top:-5rem!important}.mr-xl-nxl-3,.mx-xl-nxl-3{margin-right:-5rem!important}.mb-xl-nxl-3,.my-xl-nxl-3{margin-bottom:-5rem!important}.ml-xl-nxl-3,.mx-xl-nxl-3{margin-left:-5rem!important}.m-xl-nxxl-1{margin:-5rem!important}.mt-xl-nxxl-1,.my-xl-nxxl-1{margin-top:-5rem!important}.mr-xl-nxxl-1,.mx-xl-nxxl-1{margin-right:-5rem!important}.mb-xl-nxxl-1,.my-xl-nxxl-1{margin-bottom:-5rem!important}.ml-xl-nxxl-1,.mx-xl-nxxl-1{margin-left:-5rem!important}.m-xl-nxxl-2{margin:-5.625rem!important}.mt-xl-nxxl-2,.my-xl-nxxl-2{margin-top:-5.625rem!important}.mr-xl-nxxl-2,.mx-xl-nxxl-2{margin-right:-5.625rem!important}.mb-xl-nxxl-2,.my-xl-nxxl-2{margin-bottom:-5.625rem!important}.ml-xl-nxxl-2,.mx-xl-nxxl-2{margin-left:-5.625rem!important}.m-xl-nxxl-3{margin:-6.25rem!important}.mt-xl-nxxl-3,.my-xl-nxxl-3{margin-top:-6.25rem!important}.mr-xl-nxxl-3,.mx-xl-nxxl-3{margin-right:-6.25rem!important}.mb-xl-nxxl-3,.my-xl-nxxl-3{margin-bottom:-6.25rem!important}.ml-xl-nxxl-3,.mx-xl-nxxl-3{margin-left:-6.25rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1600px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.m-xxl-gutter-1{margin:.625rem!important}.mt-xxl-gutter-1,.my-xxl-gutter-1{margin-top:.625rem!important}.mr-xxl-gutter-1,.mx-xxl-gutter-1{margin-right:.625rem!important}.mb-xxl-gutter-1,.my-xxl-gutter-1{margin-bottom:.625rem!important}.ml-xxl-gutter-1,.mx-xxl-gutter-1{margin-left:.625rem!important}.m-xxl-gutter-2{margin:1.25rem!important}.mt-xxl-gutter-2,.my-xxl-gutter-2{margin-top:1.25rem!important}.mr-xxl-gutter-2,.mx-xxl-gutter-2{margin-right:1.25rem!important}.mb-xxl-gutter-2,.my-xxl-gutter-2{margin-bottom:1.25rem!important}.ml-xxl-gutter-2,.mx-xxl-gutter-2{margin-left:1.25rem!important}.m-xxl-xs-1{margin:.125rem!important}.mt-xxl-xs-1,.my-xxl-xs-1{margin-top:.125rem!important}.mr-xxl-xs-1,.mx-xxl-xs-1{margin-right:.125rem!important}.mb-xxl-xs-1,.my-xxl-xs-1{margin-bottom:.125rem!important}.ml-xxl-xs-1,.mx-xxl-xs-1{margin-left:.125rem!important}.m-xxl-xs-2{margin:.25rem!important}.mt-xxl-xs-2,.my-xxl-xs-2{margin-top:.25rem!important}.mr-xxl-xs-2,.mx-xxl-xs-2{margin-right:.25rem!important}.mb-xxl-xs-2,.my-xxl-xs-2{margin-bottom:.25rem!important}.ml-xxl-xs-2,.mx-xxl-xs-2{margin-left:.25rem!important}.m-xxl-xs-3{margin:.25rem!important}.mt-xxl-xs-3,.my-xxl-xs-3{margin-top:.25rem!important}.mr-xxl-xs-3,.mx-xxl-xs-3{margin-right:.25rem!important}.mb-xxl-xs-3,.my-xxl-xs-3{margin-bottom:.25rem!important}.ml-xxl-xs-3,.mx-xxl-xs-3{margin-left:.25rem!important}.m-xxl-sm-1{margin:.625rem!important}.mt-xxl-sm-1,.my-xxl-sm-1{margin-top:.625rem!important}.mr-xxl-sm-1,.mx-xxl-sm-1{margin-right:.625rem!important}.mb-xxl-sm-1,.my-xxl-sm-1{margin-bottom:.625rem!important}.ml-xxl-sm-1,.mx-xxl-sm-1{margin-left:.625rem!important}.m-xxl-sm-2{margin:.9375rem!important}.mt-xxl-sm-2,.my-xxl-sm-2{margin-top:.9375rem!important}.mr-xxl-sm-2,.mx-xxl-sm-2{margin-right:.9375rem!important}.mb-xxl-sm-2,.my-xxl-sm-2{margin-bottom:.9375rem!important}.ml-xxl-sm-2,.mx-xxl-sm-2{margin-left:.9375rem!important}.m-xxl-sm-3{margin:1.25rem!important}.mt-xxl-sm-3,.my-xxl-sm-3{margin-top:1.25rem!important}.mr-xxl-sm-3,.mx-xxl-sm-3{margin-right:1.25rem!important}.mb-xxl-sm-3,.my-xxl-sm-3{margin-bottom:1.25rem!important}.ml-xxl-sm-3,.mx-xxl-sm-3{margin-left:1.25rem!important}.m-xxl-md-1{margin:1.25rem!important}.mt-xxl-md-1,.my-xxl-md-1{margin-top:1.25rem!important}.mr-xxl-md-1,.mx-xxl-md-1{margin-right:1.25rem!important}.mb-xxl-md-1,.my-xxl-md-1{margin-bottom:1.25rem!important}.ml-xxl-md-1,.mx-xxl-md-1{margin-left:1.25rem!important}.m-xxl-md-2{margin:1.875rem!important}.mt-xxl-md-2,.my-xxl-md-2{margin-top:1.875rem!important}.mr-xxl-md-2,.mx-xxl-md-2{margin-right:1.875rem!important}.mb-xxl-md-2,.my-xxl-md-2{margin-bottom:1.875rem!important}.ml-xxl-md-2,.mx-xxl-md-2{margin-left:1.875rem!important}.m-xxl-md-3{margin:2.5rem!important}.mt-xxl-md-3,.my-xxl-md-3{margin-top:2.5rem!important}.mr-xxl-md-3,.mx-xxl-md-3{margin-right:2.5rem!important}.mb-xxl-md-3,.my-xxl-md-3{margin-bottom:2.5rem!important}.ml-xxl-md-3,.mx-xxl-md-3{margin-left:2.5rem!important}.m-xxl-lg-1{margin:2.5rem!important}.mt-xxl-lg-1,.my-xxl-lg-1{margin-top:2.5rem!important}.mr-xxl-lg-1,.mx-xxl-lg-1{margin-right:2.5rem!important}.mb-xxl-lg-1,.my-xxl-lg-1{margin-bottom:2.5rem!important}.ml-xxl-lg-1,.mx-xxl-lg-1{margin-left:2.5rem!important}.m-xxl-lg-2{margin:3.125rem!important}.mt-xxl-lg-2,.my-xxl-lg-2{margin-top:3.125rem!important}.mr-xxl-lg-2,.mx-xxl-lg-2{margin-right:3.125rem!important}.mb-xxl-lg-2,.my-xxl-lg-2{margin-bottom:3.125rem!important}.ml-xxl-lg-2,.mx-xxl-lg-2{margin-left:3.125rem!important}.m-xxl-lg-3{margin:3.75rem!important}.mt-xxl-lg-3,.my-xxl-lg-3{margin-top:3.75rem!important}.mr-xxl-lg-3,.mx-xxl-lg-3{margin-right:3.75rem!important}.mb-xxl-lg-3,.my-xxl-lg-3{margin-bottom:3.75rem!important}.ml-xxl-lg-3,.mx-xxl-lg-3{margin-left:3.75rem!important}.m-xxl-xl-1{margin:3.75rem!important}.mt-xxl-xl-1,.my-xxl-xl-1{margin-top:3.75rem!important}.mr-xxl-xl-1,.mx-xxl-xl-1{margin-right:3.75rem!important}.mb-xxl-xl-1,.my-xxl-xl-1{margin-bottom:3.75rem!important}.ml-xxl-xl-1,.mx-xxl-xl-1{margin-left:3.75rem!important}.m-xxl-xl-2{margin:4.375rem!important}.mt-xxl-xl-2,.my-xxl-xl-2{margin-top:4.375rem!important}.mr-xxl-xl-2,.mx-xxl-xl-2{margin-right:4.375rem!important}.mb-xxl-xl-2,.my-xxl-xl-2{margin-bottom:4.375rem!important}.ml-xxl-xl-2,.mx-xxl-xl-2{margin-left:4.375rem!important}.m-xxl-xl-3{margin:5rem!important}.mt-xxl-xl-3,.my-xxl-xl-3{margin-top:5rem!important}.mr-xxl-xl-3,.mx-xxl-xl-3{margin-right:5rem!important}.mb-xxl-xl-3,.my-xxl-xl-3{margin-bottom:5rem!important}.ml-xxl-xl-3,.mx-xxl-xl-3{margin-left:5rem!important}.m-xxl-xxl-1{margin:5rem!important}.mt-xxl-xxl-1,.my-xxl-xxl-1{margin-top:5rem!important}.mr-xxl-xxl-1,.mx-xxl-xxl-1{margin-right:5rem!important}.mb-xxl-xxl-1,.my-xxl-xxl-1{margin-bottom:5rem!important}.ml-xxl-xxl-1,.mx-xxl-xxl-1{margin-left:5rem!important}.m-xxl-xxl-2{margin:5.625rem!important}.mt-xxl-xxl-2,.my-xxl-xxl-2{margin-top:5.625rem!important}.mr-xxl-xxl-2,.mx-xxl-xxl-2{margin-right:5.625rem!important}.mb-xxl-xxl-2,.my-xxl-xxl-2{margin-bottom:5.625rem!important}.ml-xxl-xxl-2,.mx-xxl-xxl-2{margin-left:5.625rem!important}.m-xxl-xxl-3{margin:6.25rem!important}.mt-xxl-xxl-3,.my-xxl-xxl-3{margin-top:6.25rem!important}.mr-xxl-xxl-3,.mx-xxl-xxl-3{margin-right:6.25rem!important}.mb-xxl-xxl-3,.my-xxl-xxl-3{margin-bottom:6.25rem!important}.ml-xxl-xxl-3,.mx-xxl-xxl-3{margin-left:6.25rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.p-xxl-gutter-1{padding:.625rem!important}.pt-xxl-gutter-1,.py-xxl-gutter-1{padding-top:.625rem!important}.pr-xxl-gutter-1,.px-xxl-gutter-1{padding-right:.625rem!important}.pb-xxl-gutter-1,.py-xxl-gutter-1{padding-bottom:.625rem!important}.pl-xxl-gutter-1,.px-xxl-gutter-1{padding-left:.625rem!important}.p-xxl-gutter-2{padding:1.25rem!important}.pt-xxl-gutter-2,.py-xxl-gutter-2{padding-top:1.25rem!important}.pr-xxl-gutter-2,.px-xxl-gutter-2{padding-right:1.25rem!important}.pb-xxl-gutter-2,.py-xxl-gutter-2{padding-bottom:1.25rem!important}.pl-xxl-gutter-2,.px-xxl-gutter-2{padding-left:1.25rem!important}.p-xxl-xs-1{padding:.125rem!important}.pt-xxl-xs-1,.py-xxl-xs-1{padding-top:.125rem!important}.pr-xxl-xs-1,.px-xxl-xs-1{padding-right:.125rem!important}.pb-xxl-xs-1,.py-xxl-xs-1{padding-bottom:.125rem!important}.pl-xxl-xs-1,.px-xxl-xs-1{padding-left:.125rem!important}.p-xxl-xs-2{padding:.25rem!important}.pt-xxl-xs-2,.py-xxl-xs-2{padding-top:.25rem!important}.pr-xxl-xs-2,.px-xxl-xs-2{padding-right:.25rem!important}.pb-xxl-xs-2,.py-xxl-xs-2{padding-bottom:.25rem!important}.pl-xxl-xs-2,.px-xxl-xs-2{padding-left:.25rem!important}.p-xxl-xs-3{padding:.25rem!important}.pt-xxl-xs-3,.py-xxl-xs-3{padding-top:.25rem!important}.pr-xxl-xs-3,.px-xxl-xs-3{padding-right:.25rem!important}.pb-xxl-xs-3,.py-xxl-xs-3{padding-bottom:.25rem!important}.pl-xxl-xs-3,.px-xxl-xs-3{padding-left:.25rem!important}.p-xxl-sm-1{padding:.625rem!important}.pt-xxl-sm-1,.py-xxl-sm-1{padding-top:.625rem!important}.pr-xxl-sm-1,.px-xxl-sm-1{padding-right:.625rem!important}.pb-xxl-sm-1,.py-xxl-sm-1{padding-bottom:.625rem!important}.pl-xxl-sm-1,.px-xxl-sm-1{padding-left:.625rem!important}.p-xxl-sm-2{padding:.9375rem!important}.pt-xxl-sm-2,.py-xxl-sm-2{padding-top:.9375rem!important}.pr-xxl-sm-2,.px-xxl-sm-2{padding-right:.9375rem!important}.pb-xxl-sm-2,.py-xxl-sm-2{padding-bottom:.9375rem!important}.pl-xxl-sm-2,.px-xxl-sm-2{padding-left:.9375rem!important}.p-xxl-sm-3{padding:1.25rem!important}.pt-xxl-sm-3,.py-xxl-sm-3{padding-top:1.25rem!important}.pr-xxl-sm-3,.px-xxl-sm-3{padding-right:1.25rem!important}.pb-xxl-sm-3,.py-xxl-sm-3{padding-bottom:1.25rem!important}.pl-xxl-sm-3,.px-xxl-sm-3{padding-left:1.25rem!important}.p-xxl-md-1{padding:1.25rem!important}.pt-xxl-md-1,.py-xxl-md-1{padding-top:1.25rem!important}.pr-xxl-md-1,.px-xxl-md-1{padding-right:1.25rem!important}.pb-xxl-md-1,.py-xxl-md-1{padding-bottom:1.25rem!important}.pl-xxl-md-1,.px-xxl-md-1{padding-left:1.25rem!important}.p-xxl-md-2{padding:1.875rem!important}.pt-xxl-md-2,.py-xxl-md-2{padding-top:1.875rem!important}.pr-xxl-md-2,.px-xxl-md-2{padding-right:1.875rem!important}.pb-xxl-md-2,.py-xxl-md-2{padding-bottom:1.875rem!important}.pl-xxl-md-2,.px-xxl-md-2{padding-left:1.875rem!important}.p-xxl-md-3{padding:2.5rem!important}.pt-xxl-md-3,.py-xxl-md-3{padding-top:2.5rem!important}.pr-xxl-md-3,.px-xxl-md-3{padding-right:2.5rem!important}.pb-xxl-md-3,.py-xxl-md-3{padding-bottom:2.5rem!important}.pl-xxl-md-3,.px-xxl-md-3{padding-left:2.5rem!important}.p-xxl-lg-1{padding:2.5rem!important}.pt-xxl-lg-1,.py-xxl-lg-1{padding-top:2.5rem!important}.pr-xxl-lg-1,.px-xxl-lg-1{padding-right:2.5rem!important}.pb-xxl-lg-1,.py-xxl-lg-1{padding-bottom:2.5rem!important}.pl-xxl-lg-1,.px-xxl-lg-1{padding-left:2.5rem!important}.p-xxl-lg-2{padding:3.125rem!important}.pt-xxl-lg-2,.py-xxl-lg-2{padding-top:3.125rem!important}.pr-xxl-lg-2,.px-xxl-lg-2{padding-right:3.125rem!important}.pb-xxl-lg-2,.py-xxl-lg-2{padding-bottom:3.125rem!important}.pl-xxl-lg-2,.px-xxl-lg-2{padding-left:3.125rem!important}.p-xxl-lg-3{padding:3.75rem!important}.pt-xxl-lg-3,.py-xxl-lg-3{padding-top:3.75rem!important}.pr-xxl-lg-3,.px-xxl-lg-3{padding-right:3.75rem!important}.pb-xxl-lg-3,.py-xxl-lg-3{padding-bottom:3.75rem!important}.pl-xxl-lg-3,.px-xxl-lg-3{padding-left:3.75rem!important}.p-xxl-xl-1{padding:3.75rem!important}.pt-xxl-xl-1,.py-xxl-xl-1{padding-top:3.75rem!important}.pr-xxl-xl-1,.px-xxl-xl-1{padding-right:3.75rem!important}.pb-xxl-xl-1,.py-xxl-xl-1{padding-bottom:3.75rem!important}.pl-xxl-xl-1,.px-xxl-xl-1{padding-left:3.75rem!important}.p-xxl-xl-2{padding:4.375rem!important}.pt-xxl-xl-2,.py-xxl-xl-2{padding-top:4.375rem!important}.pr-xxl-xl-2,.px-xxl-xl-2{padding-right:4.375rem!important}.pb-xxl-xl-2,.py-xxl-xl-2{padding-bottom:4.375rem!important}.pl-xxl-xl-2,.px-xxl-xl-2{padding-left:4.375rem!important}.p-xxl-xl-3{padding:5rem!important}.pt-xxl-xl-3,.py-xxl-xl-3{padding-top:5rem!important}.pr-xxl-xl-3,.px-xxl-xl-3{padding-right:5rem!important}.pb-xxl-xl-3,.py-xxl-xl-3{padding-bottom:5rem!important}.pl-xxl-xl-3,.px-xxl-xl-3{padding-left:5rem!important}.p-xxl-xxl-1{padding:5rem!important}.pt-xxl-xxl-1,.py-xxl-xxl-1{padding-top:5rem!important}.pr-xxl-xxl-1,.px-xxl-xxl-1{padding-right:5rem!important}.pb-xxl-xxl-1,.py-xxl-xxl-1{padding-bottom:5rem!important}.pl-xxl-xxl-1,.px-xxl-xxl-1{padding-left:5rem!important}.p-xxl-xxl-2{padding:5.625rem!important}.pt-xxl-xxl-2,.py-xxl-xxl-2{padding-top:5.625rem!important}.pr-xxl-xxl-2,.px-xxl-xxl-2{padding-right:5.625rem!important}.pb-xxl-xxl-2,.py-xxl-xxl-2{padding-bottom:5.625rem!important}.pl-xxl-xxl-2,.px-xxl-xxl-2{padding-left:5.625rem!important}.p-xxl-xxl-3{padding:6.25rem!important}.pt-xxl-xxl-3,.py-xxl-xxl-3{padding-top:6.25rem!important}.pr-xxl-xxl-3,.px-xxl-xxl-3{padding-right:6.25rem!important}.pb-xxl-xxl-3,.py-xxl-xxl-3{padding-bottom:6.25rem!important}.pl-xxl-xxl-3,.px-xxl-xxl-3{padding-left:6.25rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-ngutter-1{margin:-.625rem!important}.mt-xxl-ngutter-1,.my-xxl-ngutter-1{margin-top:-.625rem!important}.mr-xxl-ngutter-1,.mx-xxl-ngutter-1{margin-right:-.625rem!important}.mb-xxl-ngutter-1,.my-xxl-ngutter-1{margin-bottom:-.625rem!important}.ml-xxl-ngutter-1,.mx-xxl-ngutter-1{margin-left:-.625rem!important}.m-xxl-ngutter-2{margin:-1.25rem!important}.mt-xxl-ngutter-2,.my-xxl-ngutter-2{margin-top:-1.25rem!important}.mr-xxl-ngutter-2,.mx-xxl-ngutter-2{margin-right:-1.25rem!important}.mb-xxl-ngutter-2,.my-xxl-ngutter-2{margin-bottom:-1.25rem!important}.ml-xxl-ngutter-2,.mx-xxl-ngutter-2{margin-left:-1.25rem!important}.m-xxl-nxs-1{margin:-.125rem!important}.mt-xxl-nxs-1,.my-xxl-nxs-1{margin-top:-.125rem!important}.mr-xxl-nxs-1,.mx-xxl-nxs-1{margin-right:-.125rem!important}.mb-xxl-nxs-1,.my-xxl-nxs-1{margin-bottom:-.125rem!important}.ml-xxl-nxs-1,.mx-xxl-nxs-1{margin-left:-.125rem!important}.m-xxl-nxs-2{margin:-.25rem!important}.mt-xxl-nxs-2,.my-xxl-nxs-2{margin-top:-.25rem!important}.mr-xxl-nxs-2,.mx-xxl-nxs-2{margin-right:-.25rem!important}.mb-xxl-nxs-2,.my-xxl-nxs-2{margin-bottom:-.25rem!important}.ml-xxl-nxs-2,.mx-xxl-nxs-2{margin-left:-.25rem!important}.m-xxl-nxs-3{margin:-.25rem!important}.mt-xxl-nxs-3,.my-xxl-nxs-3{margin-top:-.25rem!important}.mr-xxl-nxs-3,.mx-xxl-nxs-3{margin-right:-.25rem!important}.mb-xxl-nxs-3,.my-xxl-nxs-3{margin-bottom:-.25rem!important}.ml-xxl-nxs-3,.mx-xxl-nxs-3{margin-left:-.25rem!important}.m-xxl-nsm-1{margin:-.625rem!important}.mt-xxl-nsm-1,.my-xxl-nsm-1{margin-top:-.625rem!important}.mr-xxl-nsm-1,.mx-xxl-nsm-1{margin-right:-.625rem!important}.mb-xxl-nsm-1,.my-xxl-nsm-1{margin-bottom:-.625rem!important}.ml-xxl-nsm-1,.mx-xxl-nsm-1{margin-left:-.625rem!important}.m-xxl-nsm-2{margin:-.9375rem!important}.mt-xxl-nsm-2,.my-xxl-nsm-2{margin-top:-.9375rem!important}.mr-xxl-nsm-2,.mx-xxl-nsm-2{margin-right:-.9375rem!important}.mb-xxl-nsm-2,.my-xxl-nsm-2{margin-bottom:-.9375rem!important}.ml-xxl-nsm-2,.mx-xxl-nsm-2{margin-left:-.9375rem!important}.m-xxl-nsm-3{margin:-1.25rem!important}.mt-xxl-nsm-3,.my-xxl-nsm-3{margin-top:-1.25rem!important}.mr-xxl-nsm-3,.mx-xxl-nsm-3{margin-right:-1.25rem!important}.mb-xxl-nsm-3,.my-xxl-nsm-3{margin-bottom:-1.25rem!important}.ml-xxl-nsm-3,.mx-xxl-nsm-3{margin-left:-1.25rem!important}.m-xxl-nmd-1{margin:-1.25rem!important}.mt-xxl-nmd-1,.my-xxl-nmd-1{margin-top:-1.25rem!important}.mr-xxl-nmd-1,.mx-xxl-nmd-1{margin-right:-1.25rem!important}.mb-xxl-nmd-1,.my-xxl-nmd-1{margin-bottom:-1.25rem!important}.ml-xxl-nmd-1,.mx-xxl-nmd-1{margin-left:-1.25rem!important}.m-xxl-nmd-2{margin:-1.875rem!important}.mt-xxl-nmd-2,.my-xxl-nmd-2{margin-top:-1.875rem!important}.mr-xxl-nmd-2,.mx-xxl-nmd-2{margin-right:-1.875rem!important}.mb-xxl-nmd-2,.my-xxl-nmd-2{margin-bottom:-1.875rem!important}.ml-xxl-nmd-2,.mx-xxl-nmd-2{margin-left:-1.875rem!important}.m-xxl-nmd-3{margin:-2.5rem!important}.mt-xxl-nmd-3,.my-xxl-nmd-3{margin-top:-2.5rem!important}.mr-xxl-nmd-3,.mx-xxl-nmd-3{margin-right:-2.5rem!important}.mb-xxl-nmd-3,.my-xxl-nmd-3{margin-bottom:-2.5rem!important}.ml-xxl-nmd-3,.mx-xxl-nmd-3{margin-left:-2.5rem!important}.m-xxl-nlg-1{margin:-2.5rem!important}.mt-xxl-nlg-1,.my-xxl-nlg-1{margin-top:-2.5rem!important}.mr-xxl-nlg-1,.mx-xxl-nlg-1{margin-right:-2.5rem!important}.mb-xxl-nlg-1,.my-xxl-nlg-1{margin-bottom:-2.5rem!important}.ml-xxl-nlg-1,.mx-xxl-nlg-1{margin-left:-2.5rem!important}.m-xxl-nlg-2{margin:-3.125rem!important}.mt-xxl-nlg-2,.my-xxl-nlg-2{margin-top:-3.125rem!important}.mr-xxl-nlg-2,.mx-xxl-nlg-2{margin-right:-3.125rem!important}.mb-xxl-nlg-2,.my-xxl-nlg-2{margin-bottom:-3.125rem!important}.ml-xxl-nlg-2,.mx-xxl-nlg-2{margin-left:-3.125rem!important}.m-xxl-nlg-3{margin:-3.75rem!important}.mt-xxl-nlg-3,.my-xxl-nlg-3{margin-top:-3.75rem!important}.mr-xxl-nlg-3,.mx-xxl-nlg-3{margin-right:-3.75rem!important}.mb-xxl-nlg-3,.my-xxl-nlg-3{margin-bottom:-3.75rem!important}.ml-xxl-nlg-3,.mx-xxl-nlg-3{margin-left:-3.75rem!important}.m-xxl-nxl-1{margin:-3.75rem!important}.mt-xxl-nxl-1,.my-xxl-nxl-1{margin-top:-3.75rem!important}.mr-xxl-nxl-1,.mx-xxl-nxl-1{margin-right:-3.75rem!important}.mb-xxl-nxl-1,.my-xxl-nxl-1{margin-bottom:-3.75rem!important}.ml-xxl-nxl-1,.mx-xxl-nxl-1{margin-left:-3.75rem!important}.m-xxl-nxl-2{margin:-4.375rem!important}.mt-xxl-nxl-2,.my-xxl-nxl-2{margin-top:-4.375rem!important}.mr-xxl-nxl-2,.mx-xxl-nxl-2{margin-right:-4.375rem!important}.mb-xxl-nxl-2,.my-xxl-nxl-2{margin-bottom:-4.375rem!important}.ml-xxl-nxl-2,.mx-xxl-nxl-2{margin-left:-4.375rem!important}.m-xxl-nxl-3{margin:-5rem!important}.mt-xxl-nxl-3,.my-xxl-nxl-3{margin-top:-5rem!important}.mr-xxl-nxl-3,.mx-xxl-nxl-3{margin-right:-5rem!important}.mb-xxl-nxl-3,.my-xxl-nxl-3{margin-bottom:-5rem!important}.ml-xxl-nxl-3,.mx-xxl-nxl-3{margin-left:-5rem!important}.m-xxl-nxxl-1{margin:-5rem!important}.mt-xxl-nxxl-1,.my-xxl-nxxl-1{margin-top:-5rem!important}.mr-xxl-nxxl-1,.mx-xxl-nxxl-1{margin-right:-5rem!important}.mb-xxl-nxxl-1,.my-xxl-nxxl-1{margin-bottom:-5rem!important}.ml-xxl-nxxl-1,.mx-xxl-nxxl-1{margin-left:-5rem!important}.m-xxl-nxxl-2{margin:-5.625rem!important}.mt-xxl-nxxl-2,.my-xxl-nxxl-2{margin-top:-5.625rem!important}.mr-xxl-nxxl-2,.mx-xxl-nxxl-2{margin-right:-5.625rem!important}.mb-xxl-nxxl-2,.my-xxl-nxxl-2{margin-bottom:-5.625rem!important}.ml-xxl-nxxl-2,.mx-xxl-nxxl-2{margin-left:-5.625rem!important}.m-xxl-nxxl-3{margin:-6.25rem!important}.mt-xxl-nxxl-3,.my-xxl-nxxl-3{margin-top:-6.25rem!important}.mr-xxl-nxxl-3,.mx-xxl-nxxl-3{margin-right:-6.25rem!important}.mb-xxl-nxxl-3,.my-xxl-nxxl-3{margin-bottom:-6.25rem!important}.ml-xxl-nxxl-3,.mx-xxl-nxxl-3{margin-left:-6.25rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width:1920px){.m-xxxl-0{margin:0!important}.mt-xxxl-0,.my-xxxl-0{margin-top:0!important}.mr-xxxl-0,.mx-xxxl-0{margin-right:0!important}.mb-xxxl-0,.my-xxxl-0{margin-bottom:0!important}.ml-xxxl-0,.mx-xxxl-0{margin-left:0!important}.m-xxxl-1{margin:.25rem!important}.mt-xxxl-1,.my-xxxl-1{margin-top:.25rem!important}.mr-xxxl-1,.mx-xxxl-1{margin-right:.25rem!important}.mb-xxxl-1,.my-xxxl-1{margin-bottom:.25rem!important}.ml-xxxl-1,.mx-xxxl-1{margin-left:.25rem!important}.m-xxxl-2{margin:.5rem!important}.mt-xxxl-2,.my-xxxl-2{margin-top:.5rem!important}.mr-xxxl-2,.mx-xxxl-2{margin-right:.5rem!important}.mb-xxxl-2,.my-xxxl-2{margin-bottom:.5rem!important}.ml-xxxl-2,.mx-xxxl-2{margin-left:.5rem!important}.m-xxxl-3{margin:1rem!important}.mt-xxxl-3,.my-xxxl-3{margin-top:1rem!important}.mr-xxxl-3,.mx-xxxl-3{margin-right:1rem!important}.mb-xxxl-3,.my-xxxl-3{margin-bottom:1rem!important}.ml-xxxl-3,.mx-xxxl-3{margin-left:1rem!important}.m-xxxl-4{margin:1.5rem!important}.mt-xxxl-4,.my-xxxl-4{margin-top:1.5rem!important}.mr-xxxl-4,.mx-xxxl-4{margin-right:1.5rem!important}.mb-xxxl-4,.my-xxxl-4{margin-bottom:1.5rem!important}.ml-xxxl-4,.mx-xxxl-4{margin-left:1.5rem!important}.m-xxxl-5{margin:3rem!important}.mt-xxxl-5,.my-xxxl-5{margin-top:3rem!important}.mr-xxxl-5,.mx-xxxl-5{margin-right:3rem!important}.mb-xxxl-5,.my-xxxl-5{margin-bottom:3rem!important}.ml-xxxl-5,.mx-xxxl-5{margin-left:3rem!important}.m-xxxl-gutter-1{margin:.625rem!important}.mt-xxxl-gutter-1,.my-xxxl-gutter-1{margin-top:.625rem!important}.mr-xxxl-gutter-1,.mx-xxxl-gutter-1{margin-right:.625rem!important}.mb-xxxl-gutter-1,.my-xxxl-gutter-1{margin-bottom:.625rem!important}.ml-xxxl-gutter-1,.mx-xxxl-gutter-1{margin-left:.625rem!important}.m-xxxl-gutter-2{margin:1.25rem!important}.mt-xxxl-gutter-2,.my-xxxl-gutter-2{margin-top:1.25rem!important}.mr-xxxl-gutter-2,.mx-xxxl-gutter-2{margin-right:1.25rem!important}.mb-xxxl-gutter-2,.my-xxxl-gutter-2{margin-bottom:1.25rem!important}.ml-xxxl-gutter-2,.mx-xxxl-gutter-2{margin-left:1.25rem!important}.m-xxxl-xs-1{margin:.125rem!important}.mt-xxxl-xs-1,.my-xxxl-xs-1{margin-top:.125rem!important}.mr-xxxl-xs-1,.mx-xxxl-xs-1{margin-right:.125rem!important}.mb-xxxl-xs-1,.my-xxxl-xs-1{margin-bottom:.125rem!important}.ml-xxxl-xs-1,.mx-xxxl-xs-1{margin-left:.125rem!important}.m-xxxl-xs-2{margin:.25rem!important}.mt-xxxl-xs-2,.my-xxxl-xs-2{margin-top:.25rem!important}.mr-xxxl-xs-2,.mx-xxxl-xs-2{margin-right:.25rem!important}.mb-xxxl-xs-2,.my-xxxl-xs-2{margin-bottom:.25rem!important}.ml-xxxl-xs-2,.mx-xxxl-xs-2{margin-left:.25rem!important}.m-xxxl-xs-3{margin:.25rem!important}.mt-xxxl-xs-3,.my-xxxl-xs-3{margin-top:.25rem!important}.mr-xxxl-xs-3,.mx-xxxl-xs-3{margin-right:.25rem!important}.mb-xxxl-xs-3,.my-xxxl-xs-3{margin-bottom:.25rem!important}.ml-xxxl-xs-3,.mx-xxxl-xs-3{margin-left:.25rem!important}.m-xxxl-sm-1{margin:.625rem!important}.mt-xxxl-sm-1,.my-xxxl-sm-1{margin-top:.625rem!important}.mr-xxxl-sm-1,.mx-xxxl-sm-1{margin-right:.625rem!important}.mb-xxxl-sm-1,.my-xxxl-sm-1{margin-bottom:.625rem!important}.ml-xxxl-sm-1,.mx-xxxl-sm-1{margin-left:.625rem!important}.m-xxxl-sm-2{margin:.9375rem!important}.mt-xxxl-sm-2,.my-xxxl-sm-2{margin-top:.9375rem!important}.mr-xxxl-sm-2,.mx-xxxl-sm-2{margin-right:.9375rem!important}.mb-xxxl-sm-2,.my-xxxl-sm-2{margin-bottom:.9375rem!important}.ml-xxxl-sm-2,.mx-xxxl-sm-2{margin-left:.9375rem!important}.m-xxxl-sm-3{margin:1.25rem!important}.mt-xxxl-sm-3,.my-xxxl-sm-3{margin-top:1.25rem!important}.mr-xxxl-sm-3,.mx-xxxl-sm-3{margin-right:1.25rem!important}.mb-xxxl-sm-3,.my-xxxl-sm-3{margin-bottom:1.25rem!important}.ml-xxxl-sm-3,.mx-xxxl-sm-3{margin-left:1.25rem!important}.m-xxxl-md-1{margin:1.25rem!important}.mt-xxxl-md-1,.my-xxxl-md-1{margin-top:1.25rem!important}.mr-xxxl-md-1,.mx-xxxl-md-1{margin-right:1.25rem!important}.mb-xxxl-md-1,.my-xxxl-md-1{margin-bottom:1.25rem!important}.ml-xxxl-md-1,.mx-xxxl-md-1{margin-left:1.25rem!important}.m-xxxl-md-2{margin:1.875rem!important}.mt-xxxl-md-2,.my-xxxl-md-2{margin-top:1.875rem!important}.mr-xxxl-md-2,.mx-xxxl-md-2{margin-right:1.875rem!important}.mb-xxxl-md-2,.my-xxxl-md-2{margin-bottom:1.875rem!important}.ml-xxxl-md-2,.mx-xxxl-md-2{margin-left:1.875rem!important}.m-xxxl-md-3{margin:2.5rem!important}.mt-xxxl-md-3,.my-xxxl-md-3{margin-top:2.5rem!important}.mr-xxxl-md-3,.mx-xxxl-md-3{margin-right:2.5rem!important}.mb-xxxl-md-3,.my-xxxl-md-3{margin-bottom:2.5rem!important}.ml-xxxl-md-3,.mx-xxxl-md-3{margin-left:2.5rem!important}.m-xxxl-lg-1{margin:2.5rem!important}.mt-xxxl-lg-1,.my-xxxl-lg-1{margin-top:2.5rem!important}.mr-xxxl-lg-1,.mx-xxxl-lg-1{margin-right:2.5rem!important}.mb-xxxl-lg-1,.my-xxxl-lg-1{margin-bottom:2.5rem!important}.ml-xxxl-lg-1,.mx-xxxl-lg-1{margin-left:2.5rem!important}.m-xxxl-lg-2{margin:3.125rem!important}.mt-xxxl-lg-2,.my-xxxl-lg-2{margin-top:3.125rem!important}.mr-xxxl-lg-2,.mx-xxxl-lg-2{margin-right:3.125rem!important}.mb-xxxl-lg-2,.my-xxxl-lg-2{margin-bottom:3.125rem!important}.ml-xxxl-lg-2,.mx-xxxl-lg-2{margin-left:3.125rem!important}.m-xxxl-lg-3{margin:3.75rem!important}.mt-xxxl-lg-3,.my-xxxl-lg-3{margin-top:3.75rem!important}.mr-xxxl-lg-3,.mx-xxxl-lg-3{margin-right:3.75rem!important}.mb-xxxl-lg-3,.my-xxxl-lg-3{margin-bottom:3.75rem!important}.ml-xxxl-lg-3,.mx-xxxl-lg-3{margin-left:3.75rem!important}.m-xxxl-xl-1{margin:3.75rem!important}.mt-xxxl-xl-1,.my-xxxl-xl-1{margin-top:3.75rem!important}.mr-xxxl-xl-1,.mx-xxxl-xl-1{margin-right:3.75rem!important}.mb-xxxl-xl-1,.my-xxxl-xl-1{margin-bottom:3.75rem!important}.ml-xxxl-xl-1,.mx-xxxl-xl-1{margin-left:3.75rem!important}.m-xxxl-xl-2{margin:4.375rem!important}.mt-xxxl-xl-2,.my-xxxl-xl-2{margin-top:4.375rem!important}.mr-xxxl-xl-2,.mx-xxxl-xl-2{margin-right:4.375rem!important}.mb-xxxl-xl-2,.my-xxxl-xl-2{margin-bottom:4.375rem!important}.ml-xxxl-xl-2,.mx-xxxl-xl-2{margin-left:4.375rem!important}.m-xxxl-xl-3{margin:5rem!important}.mt-xxxl-xl-3,.my-xxxl-xl-3{margin-top:5rem!important}.mr-xxxl-xl-3,.mx-xxxl-xl-3{margin-right:5rem!important}.mb-xxxl-xl-3,.my-xxxl-xl-3{margin-bottom:5rem!important}.ml-xxxl-xl-3,.mx-xxxl-xl-3{margin-left:5rem!important}.m-xxxl-xxl-1{margin:5rem!important}.mt-xxxl-xxl-1,.my-xxxl-xxl-1{margin-top:5rem!important}.mr-xxxl-xxl-1,.mx-xxxl-xxl-1{margin-right:5rem!important}.mb-xxxl-xxl-1,.my-xxxl-xxl-1{margin-bottom:5rem!important}.ml-xxxl-xxl-1,.mx-xxxl-xxl-1{margin-left:5rem!important}.m-xxxl-xxl-2{margin:5.625rem!important}.mt-xxxl-xxl-2,.my-xxxl-xxl-2{margin-top:5.625rem!important}.mr-xxxl-xxl-2,.mx-xxxl-xxl-2{margin-right:5.625rem!important}.mb-xxxl-xxl-2,.my-xxxl-xxl-2{margin-bottom:5.625rem!important}.ml-xxxl-xxl-2,.mx-xxxl-xxl-2{margin-left:5.625rem!important}.m-xxxl-xxl-3{margin:6.25rem!important}.mt-xxxl-xxl-3,.my-xxxl-xxl-3{margin-top:6.25rem!important}.mr-xxxl-xxl-3,.mx-xxxl-xxl-3{margin-right:6.25rem!important}.mb-xxxl-xxl-3,.my-xxxl-xxl-3{margin-bottom:6.25rem!important}.ml-xxxl-xxl-3,.mx-xxxl-xxl-3{margin-left:6.25rem!important}.p-xxxl-0{padding:0!important}.pt-xxxl-0,.py-xxxl-0{padding-top:0!important}.pr-xxxl-0,.px-xxxl-0{padding-right:0!important}.pb-xxxl-0,.py-xxxl-0{padding-bottom:0!important}.pl-xxxl-0,.px-xxxl-0{padding-left:0!important}.p-xxxl-1{padding:.25rem!important}.pt-xxxl-1,.py-xxxl-1{padding-top:.25rem!important}.pr-xxxl-1,.px-xxxl-1{padding-right:.25rem!important}.pb-xxxl-1,.py-xxxl-1{padding-bottom:.25rem!important}.pl-xxxl-1,.px-xxxl-1{padding-left:.25rem!important}.p-xxxl-2{padding:.5rem!important}.pt-xxxl-2,.py-xxxl-2{padding-top:.5rem!important}.pr-xxxl-2,.px-xxxl-2{padding-right:.5rem!important}.pb-xxxl-2,.py-xxxl-2{padding-bottom:.5rem!important}.pl-xxxl-2,.px-xxxl-2{padding-left:.5rem!important}.p-xxxl-3{padding:1rem!important}.pt-xxxl-3,.py-xxxl-3{padding-top:1rem!important}.pr-xxxl-3,.px-xxxl-3{padding-right:1rem!important}.pb-xxxl-3,.py-xxxl-3{padding-bottom:1rem!important}.pl-xxxl-3,.px-xxxl-3{padding-left:1rem!important}.p-xxxl-4{padding:1.5rem!important}.pt-xxxl-4,.py-xxxl-4{padding-top:1.5rem!important}.pr-xxxl-4,.px-xxxl-4{padding-right:1.5rem!important}.pb-xxxl-4,.py-xxxl-4{padding-bottom:1.5rem!important}.pl-xxxl-4,.px-xxxl-4{padding-left:1.5rem!important}.p-xxxl-5{padding:3rem!important}.pt-xxxl-5,.py-xxxl-5{padding-top:3rem!important}.pr-xxxl-5,.px-xxxl-5{padding-right:3rem!important}.pb-xxxl-5,.py-xxxl-5{padding-bottom:3rem!important}.pl-xxxl-5,.px-xxxl-5{padding-left:3rem!important}.p-xxxl-gutter-1{padding:.625rem!important}.pt-xxxl-gutter-1,.py-xxxl-gutter-1{padding-top:.625rem!important}.pr-xxxl-gutter-1,.px-xxxl-gutter-1{padding-right:.625rem!important}.pb-xxxl-gutter-1,.py-xxxl-gutter-1{padding-bottom:.625rem!important}.pl-xxxl-gutter-1,.px-xxxl-gutter-1{padding-left:.625rem!important}.p-xxxl-gutter-2{padding:1.25rem!important}.pt-xxxl-gutter-2,.py-xxxl-gutter-2{padding-top:1.25rem!important}.pr-xxxl-gutter-2,.px-xxxl-gutter-2{padding-right:1.25rem!important}.pb-xxxl-gutter-2,.py-xxxl-gutter-2{padding-bottom:1.25rem!important}.pl-xxxl-gutter-2,.px-xxxl-gutter-2{padding-left:1.25rem!important}.p-xxxl-xs-1{padding:.125rem!important}.pt-xxxl-xs-1,.py-xxxl-xs-1{padding-top:.125rem!important}.pr-xxxl-xs-1,.px-xxxl-xs-1{padding-right:.125rem!important}.pb-xxxl-xs-1,.py-xxxl-xs-1{padding-bottom:.125rem!important}.pl-xxxl-xs-1,.px-xxxl-xs-1{padding-left:.125rem!important}.p-xxxl-xs-2{padding:.25rem!important}.pt-xxxl-xs-2,.py-xxxl-xs-2{padding-top:.25rem!important}.pr-xxxl-xs-2,.px-xxxl-xs-2{padding-right:.25rem!important}.pb-xxxl-xs-2,.py-xxxl-xs-2{padding-bottom:.25rem!important}.pl-xxxl-xs-2,.px-xxxl-xs-2{padding-left:.25rem!important}.p-xxxl-xs-3{padding:.25rem!important}.pt-xxxl-xs-3,.py-xxxl-xs-3{padding-top:.25rem!important}.pr-xxxl-xs-3,.px-xxxl-xs-3{padding-right:.25rem!important}.pb-xxxl-xs-3,.py-xxxl-xs-3{padding-bottom:.25rem!important}.pl-xxxl-xs-3,.px-xxxl-xs-3{padding-left:.25rem!important}.p-xxxl-sm-1{padding:.625rem!important}.pt-xxxl-sm-1,.py-xxxl-sm-1{padding-top:.625rem!important}.pr-xxxl-sm-1,.px-xxxl-sm-1{padding-right:.625rem!important}.pb-xxxl-sm-1,.py-xxxl-sm-1{padding-bottom:.625rem!important}.pl-xxxl-sm-1,.px-xxxl-sm-1{padding-left:.625rem!important}.p-xxxl-sm-2{padding:.9375rem!important}.pt-xxxl-sm-2,.py-xxxl-sm-2{padding-top:.9375rem!important}.pr-xxxl-sm-2,.px-xxxl-sm-2{padding-right:.9375rem!important}.pb-xxxl-sm-2,.py-xxxl-sm-2{padding-bottom:.9375rem!important}.pl-xxxl-sm-2,.px-xxxl-sm-2{padding-left:.9375rem!important}.p-xxxl-sm-3{padding:1.25rem!important}.pt-xxxl-sm-3,.py-xxxl-sm-3{padding-top:1.25rem!important}.pr-xxxl-sm-3,.px-xxxl-sm-3{padding-right:1.25rem!important}.pb-xxxl-sm-3,.py-xxxl-sm-3{padding-bottom:1.25rem!important}.pl-xxxl-sm-3,.px-xxxl-sm-3{padding-left:1.25rem!important}.p-xxxl-md-1{padding:1.25rem!important}.pt-xxxl-md-1,.py-xxxl-md-1{padding-top:1.25rem!important}.pr-xxxl-md-1,.px-xxxl-md-1{padding-right:1.25rem!important}.pb-xxxl-md-1,.py-xxxl-md-1{padding-bottom:1.25rem!important}.pl-xxxl-md-1,.px-xxxl-md-1{padding-left:1.25rem!important}.p-xxxl-md-2{padding:1.875rem!important}.pt-xxxl-md-2,.py-xxxl-md-2{padding-top:1.875rem!important}.pr-xxxl-md-2,.px-xxxl-md-2{padding-right:1.875rem!important}.pb-xxxl-md-2,.py-xxxl-md-2{padding-bottom:1.875rem!important}.pl-xxxl-md-2,.px-xxxl-md-2{padding-left:1.875rem!important}.p-xxxl-md-3{padding:2.5rem!important}.pt-xxxl-md-3,.py-xxxl-md-3{padding-top:2.5rem!important}.pr-xxxl-md-3,.px-xxxl-md-3{padding-right:2.5rem!important}.pb-xxxl-md-3,.py-xxxl-md-3{padding-bottom:2.5rem!important}.pl-xxxl-md-3,.px-xxxl-md-3{padding-left:2.5rem!important}.p-xxxl-lg-1{padding:2.5rem!important}.pt-xxxl-lg-1,.py-xxxl-lg-1{padding-top:2.5rem!important}.pr-xxxl-lg-1,.px-xxxl-lg-1{padding-right:2.5rem!important}.pb-xxxl-lg-1,.py-xxxl-lg-1{padding-bottom:2.5rem!important}.pl-xxxl-lg-1,.px-xxxl-lg-1{padding-left:2.5rem!important}.p-xxxl-lg-2{padding:3.125rem!important}.pt-xxxl-lg-2,.py-xxxl-lg-2{padding-top:3.125rem!important}.pr-xxxl-lg-2,.px-xxxl-lg-2{padding-right:3.125rem!important}.pb-xxxl-lg-2,.py-xxxl-lg-2{padding-bottom:3.125rem!important}.pl-xxxl-lg-2,.px-xxxl-lg-2{padding-left:3.125rem!important}.p-xxxl-lg-3{padding:3.75rem!important}.pt-xxxl-lg-3,.py-xxxl-lg-3{padding-top:3.75rem!important}.pr-xxxl-lg-3,.px-xxxl-lg-3{padding-right:3.75rem!important}.pb-xxxl-lg-3,.py-xxxl-lg-3{padding-bottom:3.75rem!important}.pl-xxxl-lg-3,.px-xxxl-lg-3{padding-left:3.75rem!important}.p-xxxl-xl-1{padding:3.75rem!important}.pt-xxxl-xl-1,.py-xxxl-xl-1{padding-top:3.75rem!important}.pr-xxxl-xl-1,.px-xxxl-xl-1{padding-right:3.75rem!important}.pb-xxxl-xl-1,.py-xxxl-xl-1{padding-bottom:3.75rem!important}.pl-xxxl-xl-1,.px-xxxl-xl-1{padding-left:3.75rem!important}.p-xxxl-xl-2{padding:4.375rem!important}.pt-xxxl-xl-2,.py-xxxl-xl-2{padding-top:4.375rem!important}.pr-xxxl-xl-2,.px-xxxl-xl-2{padding-right:4.375rem!important}.pb-xxxl-xl-2,.py-xxxl-xl-2{padding-bottom:4.375rem!important}.pl-xxxl-xl-2,.px-xxxl-xl-2{padding-left:4.375rem!important}.p-xxxl-xl-3{padding:5rem!important}.pt-xxxl-xl-3,.py-xxxl-xl-3{padding-top:5rem!important}.pr-xxxl-xl-3,.px-xxxl-xl-3{padding-right:5rem!important}.pb-xxxl-xl-3,.py-xxxl-xl-3{padding-bottom:5rem!important}.pl-xxxl-xl-3,.px-xxxl-xl-3{padding-left:5rem!important}.p-xxxl-xxl-1{padding:5rem!important}.pt-xxxl-xxl-1,.py-xxxl-xxl-1{padding-top:5rem!important}.pr-xxxl-xxl-1,.px-xxxl-xxl-1{padding-right:5rem!important}.pb-xxxl-xxl-1,.py-xxxl-xxl-1{padding-bottom:5rem!important}.pl-xxxl-xxl-1,.px-xxxl-xxl-1{padding-left:5rem!important}.p-xxxl-xxl-2{padding:5.625rem!important}.pt-xxxl-xxl-2,.py-xxxl-xxl-2{padding-top:5.625rem!important}.pr-xxxl-xxl-2,.px-xxxl-xxl-2{padding-right:5.625rem!important}.pb-xxxl-xxl-2,.py-xxxl-xxl-2{padding-bottom:5.625rem!important}.pl-xxxl-xxl-2,.px-xxxl-xxl-2{padding-left:5.625rem!important}.p-xxxl-xxl-3{padding:6.25rem!important}.pt-xxxl-xxl-3,.py-xxxl-xxl-3{padding-top:6.25rem!important}.pr-xxxl-xxl-3,.px-xxxl-xxl-3{padding-right:6.25rem!important}.pb-xxxl-xxl-3,.py-xxxl-xxl-3{padding-bottom:6.25rem!important}.pl-xxxl-xxl-3,.px-xxxl-xxl-3{padding-left:6.25rem!important}.m-xxxl-n1{margin:-.25rem!important}.mt-xxxl-n1,.my-xxxl-n1{margin-top:-.25rem!important}.mr-xxxl-n1,.mx-xxxl-n1{margin-right:-.25rem!important}.mb-xxxl-n1,.my-xxxl-n1{margin-bottom:-.25rem!important}.ml-xxxl-n1,.mx-xxxl-n1{margin-left:-.25rem!important}.m-xxxl-n2{margin:-.5rem!important}.mt-xxxl-n2,.my-xxxl-n2{margin-top:-.5rem!important}.mr-xxxl-n2,.mx-xxxl-n2{margin-right:-.5rem!important}.mb-xxxl-n2,.my-xxxl-n2{margin-bottom:-.5rem!important}.ml-xxxl-n2,.mx-xxxl-n2{margin-left:-.5rem!important}.m-xxxl-n3{margin:-1rem!important}.mt-xxxl-n3,.my-xxxl-n3{margin-top:-1rem!important}.mr-xxxl-n3,.mx-xxxl-n3{margin-right:-1rem!important}.mb-xxxl-n3,.my-xxxl-n3{margin-bottom:-1rem!important}.ml-xxxl-n3,.mx-xxxl-n3{margin-left:-1rem!important}.m-xxxl-n4{margin:-1.5rem!important}.mt-xxxl-n4,.my-xxxl-n4{margin-top:-1.5rem!important}.mr-xxxl-n4,.mx-xxxl-n4{margin-right:-1.5rem!important}.mb-xxxl-n4,.my-xxxl-n4{margin-bottom:-1.5rem!important}.ml-xxxl-n4,.mx-xxxl-n4{margin-left:-1.5rem!important}.m-xxxl-n5{margin:-3rem!important}.mt-xxxl-n5,.my-xxxl-n5{margin-top:-3rem!important}.mr-xxxl-n5,.mx-xxxl-n5{margin-right:-3rem!important}.mb-xxxl-n5,.my-xxxl-n5{margin-bottom:-3rem!important}.ml-xxxl-n5,.mx-xxxl-n5{margin-left:-3rem!important}.m-xxxl-ngutter-1{margin:-.625rem!important}.mt-xxxl-ngutter-1,.my-xxxl-ngutter-1{margin-top:-.625rem!important}.mr-xxxl-ngutter-1,.mx-xxxl-ngutter-1{margin-right:-.625rem!important}.mb-xxxl-ngutter-1,.my-xxxl-ngutter-1{margin-bottom:-.625rem!important}.ml-xxxl-ngutter-1,.mx-xxxl-ngutter-1{margin-left:-.625rem!important}.m-xxxl-ngutter-2{margin:-1.25rem!important}.mt-xxxl-ngutter-2,.my-xxxl-ngutter-2{margin-top:-1.25rem!important}.mr-xxxl-ngutter-2,.mx-xxxl-ngutter-2{margin-right:-1.25rem!important}.mb-xxxl-ngutter-2,.my-xxxl-ngutter-2{margin-bottom:-1.25rem!important}.ml-xxxl-ngutter-2,.mx-xxxl-ngutter-2{margin-left:-1.25rem!important}.m-xxxl-nxs-1{margin:-.125rem!important}.mt-xxxl-nxs-1,.my-xxxl-nxs-1{margin-top:-.125rem!important}.mr-xxxl-nxs-1,.mx-xxxl-nxs-1{margin-right:-.125rem!important}.mb-xxxl-nxs-1,.my-xxxl-nxs-1{margin-bottom:-.125rem!important}.ml-xxxl-nxs-1,.mx-xxxl-nxs-1{margin-left:-.125rem!important}.m-xxxl-nxs-2{margin:-.25rem!important}.mt-xxxl-nxs-2,.my-xxxl-nxs-2{margin-top:-.25rem!important}.mr-xxxl-nxs-2,.mx-xxxl-nxs-2{margin-right:-.25rem!important}.mb-xxxl-nxs-2,.my-xxxl-nxs-2{margin-bottom:-.25rem!important}.ml-xxxl-nxs-2,.mx-xxxl-nxs-2{margin-left:-.25rem!important}.m-xxxl-nxs-3{margin:-.25rem!important}.mt-xxxl-nxs-3,.my-xxxl-nxs-3{margin-top:-.25rem!important}.mr-xxxl-nxs-3,.mx-xxxl-nxs-3{margin-right:-.25rem!important}.mb-xxxl-nxs-3,.my-xxxl-nxs-3{margin-bottom:-.25rem!important}.ml-xxxl-nxs-3,.mx-xxxl-nxs-3{margin-left:-.25rem!important}.m-xxxl-nsm-1{margin:-.625rem!important}.mt-xxxl-nsm-1,.my-xxxl-nsm-1{margin-top:-.625rem!important}.mr-xxxl-nsm-1,.mx-xxxl-nsm-1{margin-right:-.625rem!important}.mb-xxxl-nsm-1,.my-xxxl-nsm-1{margin-bottom:-.625rem!important}.ml-xxxl-nsm-1,.mx-xxxl-nsm-1{margin-left:-.625rem!important}.m-xxxl-nsm-2{margin:-.9375rem!important}.mt-xxxl-nsm-2,.my-xxxl-nsm-2{margin-top:-.9375rem!important}.mr-xxxl-nsm-2,.mx-xxxl-nsm-2{margin-right:-.9375rem!important}.mb-xxxl-nsm-2,.my-xxxl-nsm-2{margin-bottom:-.9375rem!important}.ml-xxxl-nsm-2,.mx-xxxl-nsm-2{margin-left:-.9375rem!important}.m-xxxl-nsm-3{margin:-1.25rem!important}.mt-xxxl-nsm-3,.my-xxxl-nsm-3{margin-top:-1.25rem!important}.mr-xxxl-nsm-3,.mx-xxxl-nsm-3{margin-right:-1.25rem!important}.mb-xxxl-nsm-3,.my-xxxl-nsm-3{margin-bottom:-1.25rem!important}.ml-xxxl-nsm-3,.mx-xxxl-nsm-3{margin-left:-1.25rem!important}.m-xxxl-nmd-1{margin:-1.25rem!important}.mt-xxxl-nmd-1,.my-xxxl-nmd-1{margin-top:-1.25rem!important}.mr-xxxl-nmd-1,.mx-xxxl-nmd-1{margin-right:-1.25rem!important}.mb-xxxl-nmd-1,.my-xxxl-nmd-1{margin-bottom:-1.25rem!important}.ml-xxxl-nmd-1,.mx-xxxl-nmd-1{margin-left:-1.25rem!important}.m-xxxl-nmd-2{margin:-1.875rem!important}.mt-xxxl-nmd-2,.my-xxxl-nmd-2{margin-top:-1.875rem!important}.mr-xxxl-nmd-2,.mx-xxxl-nmd-2{margin-right:-1.875rem!important}.mb-xxxl-nmd-2,.my-xxxl-nmd-2{margin-bottom:-1.875rem!important}.ml-xxxl-nmd-2,.mx-xxxl-nmd-2{margin-left:-1.875rem!important}.m-xxxl-nmd-3{margin:-2.5rem!important}.mt-xxxl-nmd-3,.my-xxxl-nmd-3{margin-top:-2.5rem!important}.mr-xxxl-nmd-3,.mx-xxxl-nmd-3{margin-right:-2.5rem!important}.mb-xxxl-nmd-3,.my-xxxl-nmd-3{margin-bottom:-2.5rem!important}.ml-xxxl-nmd-3,.mx-xxxl-nmd-3{margin-left:-2.5rem!important}.m-xxxl-nlg-1{margin:-2.5rem!important}.mt-xxxl-nlg-1,.my-xxxl-nlg-1{margin-top:-2.5rem!important}.mr-xxxl-nlg-1,.mx-xxxl-nlg-1{margin-right:-2.5rem!important}.mb-xxxl-nlg-1,.my-xxxl-nlg-1{margin-bottom:-2.5rem!important}.ml-xxxl-nlg-1,.mx-xxxl-nlg-1{margin-left:-2.5rem!important}.m-xxxl-nlg-2{margin:-3.125rem!important}.mt-xxxl-nlg-2,.my-xxxl-nlg-2{margin-top:-3.125rem!important}.mr-xxxl-nlg-2,.mx-xxxl-nlg-2{margin-right:-3.125rem!important}.mb-xxxl-nlg-2,.my-xxxl-nlg-2{margin-bottom:-3.125rem!important}.ml-xxxl-nlg-2,.mx-xxxl-nlg-2{margin-left:-3.125rem!important}.m-xxxl-nlg-3{margin:-3.75rem!important}.mt-xxxl-nlg-3,.my-xxxl-nlg-3{margin-top:-3.75rem!important}.mr-xxxl-nlg-3,.mx-xxxl-nlg-3{margin-right:-3.75rem!important}.mb-xxxl-nlg-3,.my-xxxl-nlg-3{margin-bottom:-3.75rem!important}.ml-xxxl-nlg-3,.mx-xxxl-nlg-3{margin-left:-3.75rem!important}.m-xxxl-nxl-1{margin:-3.75rem!important}.mt-xxxl-nxl-1,.my-xxxl-nxl-1{margin-top:-3.75rem!important}.mr-xxxl-nxl-1,.mx-xxxl-nxl-1{margin-right:-3.75rem!important}.mb-xxxl-nxl-1,.my-xxxl-nxl-1{margin-bottom:-3.75rem!important}.ml-xxxl-nxl-1,.mx-xxxl-nxl-1{margin-left:-3.75rem!important}.m-xxxl-nxl-2{margin:-4.375rem!important}.mt-xxxl-nxl-2,.my-xxxl-nxl-2{margin-top:-4.375rem!important}.mr-xxxl-nxl-2,.mx-xxxl-nxl-2{margin-right:-4.375rem!important}.mb-xxxl-nxl-2,.my-xxxl-nxl-2{margin-bottom:-4.375rem!important}.ml-xxxl-nxl-2,.mx-xxxl-nxl-2{margin-left:-4.375rem!important}.m-xxxl-nxl-3{margin:-5rem!important}.mt-xxxl-nxl-3,.my-xxxl-nxl-3{margin-top:-5rem!important}.mr-xxxl-nxl-3,.mx-xxxl-nxl-3{margin-right:-5rem!important}.mb-xxxl-nxl-3,.my-xxxl-nxl-3{margin-bottom:-5rem!important}.ml-xxxl-nxl-3,.mx-xxxl-nxl-3{margin-left:-5rem!important}.m-xxxl-nxxl-1{margin:-5rem!important}.mt-xxxl-nxxl-1,.my-xxxl-nxxl-1{margin-top:-5rem!important}.mr-xxxl-nxxl-1,.mx-xxxl-nxxl-1{margin-right:-5rem!important}.mb-xxxl-nxxl-1,.my-xxxl-nxxl-1{margin-bottom:-5rem!important}.ml-xxxl-nxxl-1,.mx-xxxl-nxxl-1{margin-left:-5rem!important}.m-xxxl-nxxl-2{margin:-5.625rem!important}.mt-xxxl-nxxl-2,.my-xxxl-nxxl-2{margin-top:-5.625rem!important}.mr-xxxl-nxxl-2,.mx-xxxl-nxxl-2{margin-right:-5.625rem!important}.mb-xxxl-nxxl-2,.my-xxxl-nxxl-2{margin-bottom:-5.625rem!important}.ml-xxxl-nxxl-2,.mx-xxxl-nxxl-2{margin-left:-5.625rem!important}.m-xxxl-nxxl-3{margin:-6.25rem!important}.mt-xxxl-nxxl-3,.my-xxxl-nxxl-3{margin-top:-6.25rem!important}.mr-xxxl-nxxl-3,.mx-xxxl-nxxl-3{margin-right:-6.25rem!important}.mb-xxxl-nxxl-3,.my-xxxl-nxxl-3{margin-bottom:-6.25rem!important}.ml-xxxl-nxxl-3,.mx-xxxl-nxxl-3{margin-left:-6.25rem!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1024px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1440px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1600px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1920px){.text-xxxl-left{text-align:left!important}.text-xxxl-right{text-align:right!important}.text-xxxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary,a.text-primary:focus,a.text-primary:hover{color:#000!important}.text-secondary{color:#7c7c7c!important}a.text-secondary:focus,a.text-secondary:hover{color:#565656!important}.text-success{color:#91c5ae!important}a.text-success:focus,a.text-success:hover{color:#5fab89!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:red!important}a.text-danger:focus,a.text-danger:hover{color:#b30000!important}.text-light{color:#f6f6f6!important}a.text-light:focus,a.text-light:hover{color:#d0d0d0!important}.text-body,.text-dark,a.text-dark:focus,a.text-dark:hover{color:#000!important}.text-muted{color:#7c7c7c!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-300.eot);src:local("Open Sans Light"),local("OpenSans-Light"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-300.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-300.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-300.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-300.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-300.svg#OpenSans) format("svg")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-regular.eot);src:local("Open Sans Regular"),local("OpenSans-Regular"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-regular.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-regular.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-regular.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-regular.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-regular.svg#OpenSans) format("svg")}@font-face{font-display:swap;font-family:Open Sans;font-style:italic;font-weight:400;src:url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-italic.eot);src:local("Open Sans Italic"),local("OpenSans-Italic"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-italic.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-italic.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-italic.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-italic.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-italic.svg#OpenSans) format("svg")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-700.eot);src:local("Open Sans Bold"),local("OpenSans-Bold"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-700.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-700.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-700.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-700.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/open_sans/open-sans-v16-latin-700.svg#OpenSans) format("svg")}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:300;src:url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-300.eot);src:local("Noto Sans SC Light"),local("NotoSansSC-Light"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-300.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-300.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-300.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-300.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-300.svg#NotoSansSC) format("svg")}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:400;src:url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-regular.eot);src:local("Noto Sans SC Regular"),local("NotoSansSC-Regular"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-regular.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-regular.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-regular.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-regular.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-regular.svg#NotoSansSC) format("svg")}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:700;src:url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-700.eot);src:local("Noto Sans SC Bold"),local("NotoSansSC-Bold"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-700.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-700.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-700.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-700.ttf) format("truetype"),url(/themes/custom/arocom/assets/css/../../fonts/noto-sans-sc-v11-chinese-simplified-700.svg#NotoSansSC) format("svg")}@font-face{font-family:NB Grotesk;font-style:normal;font-weight:200;src:url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-ultralight-webfont.eot);src:local("NB Grotesk Ultra-Light"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-ultralight-webfont.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-ultralight-webfont.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-ultralight-webfont.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-ultralight-webfont.ttf) format("truetype")}@font-face{font-family:NB Grotesk;font-style:normal;font-weight:300;src:url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-light-webfont.eot);src:local("NB Grotesk Light"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-light-webfont.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-light-webfont.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-light-webfont.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-light-webfont.ttf) format("truetype")}@font-face{font-family:NB Grotesk;font-style:normal;font-weight:400;src:url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-regular-webfont.eot);src:local("NB Grotesk Regular"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-regular-webfont.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-regular-webfont.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-regular-webfont.ttf) format("truetype")}@font-face{font-family:NB Grotesk;font-style:normal;font-weight:600;src:url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-semibold-webfont.eot);src:local("NB Grotesk Semi-Bold"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-semibold-webfont.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-semibold-webfont.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-semibold-webfont.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-semibold-webfont.ttf) format("truetype")}@font-face{font-family:NB Grotesk;font-style:normal;font-weight:700;src:url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-bold-webfont.eot);src:local("NB Grotesk Bold"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-bold-webfont.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-bold-webfont.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-bold-webfont.ttf) format("truetype")}@font-face{font-family:NB Grotesk;font-style:normal;font-weight:800;src:url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-black-webfont.eot);src:local("NB Grotesk Black"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-black-webfont.eot?#iefix) format("embedded-opentype"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-black-webfont.woff2) format("woff2"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-black-webfont.woff) format("woff"),url(/themes/custom/arocom/assets/css/../../fonts/NBGroteskEditionWebFonts/nbgrotesk-black-webfont.ttf) format("truetype")}.mt-responsive-1,.mt-responsive-xs{margin-top:.125rem!important}@media (min-width:768px){.mt-responsive-1,.mt-responsive-xs{margin-top:.25rem!important}}@media (min-width:1024px){.mt-responsive-1,.mt-responsive-xs{margin-top:.25rem!important}}.-mt-responsive-1,.-mt-responsive-xs{margin-top:-.125rem!important}@media (min-width:768px){.-mt-responsive-1,.-mt-responsive-xs{margin-top:-.25rem!important}}@media (min-width:1024px){.-mt-responsive-1,.-mt-responsive-xs{margin-top:-.25rem!important}}.mr-responsive-1,.mr-responsive-xs{margin-right:.125rem!important}@media (min-width:768px){.mr-responsive-1,.mr-responsive-xs{margin-right:.25rem!important}}@media (min-width:1024px){.mr-responsive-1,.mr-responsive-xs{margin-right:.25rem!important}}.-mr-responsive-1,.-mr-responsive-xs{margin-right:-.125rem!important}@media (min-width:768px){.-mr-responsive-1,.-mr-responsive-xs{margin-right:-.25rem!important}}@media (min-width:1024px){.-mr-responsive-1,.-mr-responsive-xs{margin-right:-.25rem!important}}.mb-responsive-1,.mb-responsive-xs{margin-bottom:.125rem!important}@media (min-width:768px){.mb-responsive-1,.mb-responsive-xs{margin-bottom:.25rem!important}}@media (min-width:1024px){.mb-responsive-1,.mb-responsive-xs{margin-bottom:.25rem!important}}.-mb-responsive-1,.-mb-responsive-xs{margin-bottom:-.125rem!important}@media (min-width:768px){.-mb-responsive-1,.-mb-responsive-xs{margin-bottom:-.25rem!important}}@media (min-width:1024px){.-mb-responsive-1,.-mb-responsive-xs{margin-bottom:-.25rem!important}}.ml-responsive-1,.ml-responsive-xs{margin-left:.125rem!important}@media (min-width:768px){.ml-responsive-1,.ml-responsive-xs{margin-left:.25rem!important}}@media (min-width:1024px){.ml-responsive-1,.ml-responsive-xs{margin-left:.25rem!important}}.mx-responsive-1,.mx-responsive-xs{margin-left:.125rem!important;margin-right:.125rem!important}@media (min-width:768px){.mx-responsive-1,.mx-responsive-xs{margin-left:.25rem!important;margin-right:.25rem!important}}@media (min-width:1024px){.mx-responsive-1,.mx-responsive-xs{margin-left:.25rem!important;margin-right:.25rem!important}}.my-responsive-1,.my-responsive-xs{margin-bottom:.125rem!important;margin-top:.125rem!important}@media (min-width:768px){.my-responsive-1,.my-responsive-xs{margin-bottom:.25rem!important;margin-top:.25rem!important}}@media (min-width:1024px){.my-responsive-1,.my-responsive-xs{margin-bottom:.25rem!important;margin-top:.25rem!important}}.m-responsive-1,.m-responsive-xs{margin:.125rem!important}@media (min-width:768px){.m-responsive-1,.m-responsive-xs{margin:.25rem!important}}@media (min-width:1024px){.m-responsive-1,.m-responsive-xs{margin:.25rem!important}}.-ml-responsive-1,.-ml-responsive-xs{margin-left:-.125rem!important}@media (min-width:768px){.-ml-responsive-1,.-ml-responsive-xs{margin-left:-.25rem!important}}@media (min-width:1024px){.-ml-responsive-1,.-ml-responsive-xs{margin-left:-.25rem!important}}.-mx-responsive-1,.-mx-responsive-xs{margin-left:-.125rem!important;margin-right:-.125rem!important}@media (min-width:768px){.-mx-responsive-1,.-mx-responsive-xs{margin-left:-.25rem!important;margin-right:-.25rem!important}}@media (min-width:1024px){.-mx-responsive-1,.-mx-responsive-xs{margin-left:-.25rem!important;margin-right:-.25rem!important}}.-my-responsive-1,.-my-responsive-xs{margin-bottom:-.125rem!important;margin-top:-.125rem!important}@media (min-width:768px){.-my-responsive-1,.-my-responsive-xs{margin-bottom:-.25rem!important;margin-top:-.25rem!important}}@media (min-width:1024px){.-my-responsive-1,.-my-responsive-xs{margin-bottom:-.25rem!important;margin-top:-.25rem!important}}.-m-responsive-1,.-m-responsive-xs{margin:-.125rem!important}@media (min-width:768px){.-m-responsive-1,.-m-responsive-xs{margin:-.25rem!important}}@media (min-width:1024px){.-m-responsive-1,.-m-responsive-xs{margin:-.25rem!important}}.pt-responsive-1,.pt-responsive-xs{padding-top:.125rem!important}@media (min-width:768px){.pt-responsive-1,.pt-responsive-xs{padding-top:.25rem!important}}@media (min-width:1024px){.pt-responsive-1,.pt-responsive-xs{padding-top:.25rem!important}}.-pt-responsive-1,.-pt-responsive-xs{padding-top:-.125rem!important}@media (min-width:768px){.-pt-responsive-1,.-pt-responsive-xs{padding-top:-.25rem!important}}@media (min-width:1024px){.-pt-responsive-1,.-pt-responsive-xs{padding-top:-.25rem!important}}.pr-responsive-1,.pr-responsive-xs{padding-right:.125rem!important}@media (min-width:768px){.pr-responsive-1,.pr-responsive-xs{padding-right:.25rem!important}}@media (min-width:1024px){.pr-responsive-1,.pr-responsive-xs{padding-right:.25rem!important}}.-pr-responsive-1,.-pr-responsive-xs{padding-right:-.125rem!important}@media (min-width:768px){.-pr-responsive-1,.-pr-responsive-xs{padding-right:-.25rem!important}}@media (min-width:1024px){.-pr-responsive-1,.-pr-responsive-xs{padding-right:-.25rem!important}}.pb-responsive-1,.pb-responsive-xs{padding-bottom:.125rem!important}@media (min-width:768px){.pb-responsive-1,.pb-responsive-xs{padding-bottom:.25rem!important}}@media (min-width:1024px){.pb-responsive-1,.pb-responsive-xs{padding-bottom:.25rem!important}}.-pb-responsive-1,.-pb-responsive-xs{padding-bottom:-.125rem!important}@media (min-width:768px){.-pb-responsive-1,.-pb-responsive-xs{padding-bottom:-.25rem!important}}@media (min-width:1024px){.-pb-responsive-1,.-pb-responsive-xs{padding-bottom:-.25rem!important}}.pl-responsive-1,.pl-responsive-xs{padding-left:.125rem!important}@media (min-width:768px){.pl-responsive-1,.pl-responsive-xs{padding-left:.25rem!important}}@media (min-width:1024px){.pl-responsive-1,.pl-responsive-xs{padding-left:.25rem!important}}.px-responsive-1,.px-responsive-xs{padding-left:.125rem!important;padding-right:.125rem!important}@media (min-width:768px){.px-responsive-1,.px-responsive-xs{padding-left:.25rem!important;padding-right:.25rem!important}}@media (min-width:1024px){.px-responsive-1,.px-responsive-xs{padding-left:.25rem!important;padding-right:.25rem!important}}.py-responsive-1,.py-responsive-xs{padding-bottom:.125rem!important;padding-top:.125rem!important}@media (min-width:768px){.py-responsive-1,.py-responsive-xs{padding-bottom:.25rem!important;padding-top:.25rem!important}}@media (min-width:1024px){.py-responsive-1,.py-responsive-xs{padding-bottom:.25rem!important;padding-top:.25rem!important}}.p-responsive-1,.p-responsive-xs{padding:.125rem!important}@media (min-width:768px){.p-responsive-1,.p-responsive-xs{padding:.25rem!important}}@media (min-width:1024px){.p-responsive-1,.p-responsive-xs{padding:.25rem!important}}.-pl-responsive-1,.-pl-responsive-xs{padding-left:-.125rem!important}@media (min-width:768px){.-pl-responsive-1,.-pl-responsive-xs{padding-left:-.25rem!important}}@media (min-width:1024px){.-pl-responsive-1,.-pl-responsive-xs{padding-left:-.25rem!important}}.-px-responsive-1,.-px-responsive-xs{padding-left:-.125rem!important;padding-right:-.125rem!important}@media (min-width:768px){.-px-responsive-1,.-px-responsive-xs{padding-left:-.25rem!important;padding-right:-.25rem!important}}@media (min-width:1024px){.-px-responsive-1,.-px-responsive-xs{padding-left:-.25rem!important;padding-right:-.25rem!important}}.-py-responsive-1,.-py-responsive-xs{padding-bottom:-.125rem!important;padding-top:-.125rem!important}@media (min-width:768px){.-py-responsive-1,.-py-responsive-xs{padding-bottom:-.25rem!important;padding-top:-.25rem!important}}@media (min-width:1024px){.-py-responsive-1,.-py-responsive-xs{padding-bottom:-.25rem!important;padding-top:-.25rem!important}}.-p-responsive-1,.-p-responsive-xs{padding:-.125rem!important}@media (min-width:768px){.-p-responsive-1,.-p-responsive-xs{padding:-.25rem!important}}@media (min-width:1024px){.-p-responsive-1,.-p-responsive-xs{padding:-.25rem!important}}.mt-responsive-2,.mt-responsive-sm{margin-top:.625rem!important}@media (min-width:768px){.mt-responsive-2,.mt-responsive-sm{margin-top:.9375rem!important}}@media (min-width:1024px){.mt-responsive-2,.mt-responsive-sm{margin-top:1.25rem!important}}.-mt-responsive-2,.-mt-responsive-sm{margin-top:-.625rem!important}@media (min-width:768px){.-mt-responsive-2,.-mt-responsive-sm{margin-top:-.9375rem!important}}@media (min-width:1024px){.-mt-responsive-2,.-mt-responsive-sm{margin-top:-1.25rem!important}}.mr-responsive-2,.mr-responsive-sm{margin-right:.625rem!important}@media (min-width:768px){.mr-responsive-2,.mr-responsive-sm{margin-right:.9375rem!important}}@media (min-width:1024px){.mr-responsive-2,.mr-responsive-sm{margin-right:1.25rem!important}}.-mr-responsive-2,.-mr-responsive-sm{margin-right:-.625rem!important}@media (min-width:768px){.-mr-responsive-2,.-mr-responsive-sm{margin-right:-.9375rem!important}}@media (min-width:1024px){.-mr-responsive-2,.-mr-responsive-sm{margin-right:-1.25rem!important}}.mb-responsive-2,.mb-responsive-sm{margin-bottom:.625rem!important}@media (min-width:768px){.mb-responsive-2,.mb-responsive-sm{margin-bottom:.9375rem!important}}@media (min-width:1024px){.mb-responsive-2,.mb-responsive-sm{margin-bottom:1.25rem!important}}.-mb-responsive-2,.-mb-responsive-sm{margin-bottom:-.625rem!important}@media (min-width:768px){.-mb-responsive-2,.-mb-responsive-sm{margin-bottom:-.9375rem!important}}@media (min-width:1024px){.-mb-responsive-2,.-mb-responsive-sm{margin-bottom:-1.25rem!important}}.ml-responsive-2,.ml-responsive-sm{margin-left:.625rem!important}@media (min-width:768px){.ml-responsive-2,.ml-responsive-sm{margin-left:.9375rem!important}}@media (min-width:1024px){.ml-responsive-2,.ml-responsive-sm{margin-left:1.25rem!important}}.mx-responsive-2,.mx-responsive-sm{margin-left:.625rem!important;margin-right:.625rem!important}@media (min-width:768px){.mx-responsive-2,.mx-responsive-sm{margin-left:.9375rem!important;margin-right:.9375rem!important}}@media (min-width:1024px){.mx-responsive-2,.mx-responsive-sm{margin-left:1.25rem!important;margin-right:1.25rem!important}}.my-responsive-2,.my-responsive-sm{margin-bottom:.625rem!important;margin-top:.625rem!important}@media (min-width:768px){.my-responsive-2,.my-responsive-sm{margin-bottom:.9375rem!important;margin-top:.9375rem!important}}@media (min-width:1024px){.my-responsive-2,.my-responsive-sm{margin-bottom:1.25rem!important;margin-top:1.25rem!important}}.m-responsive-2,.m-responsive-sm{margin:.625rem!important}@media (min-width:768px){.m-responsive-2,.m-responsive-sm{margin:.9375rem!important}}@media (min-width:1024px){.m-responsive-2,.m-responsive-sm{margin:1.25rem!important}}.-ml-responsive-2,.-ml-responsive-sm{margin-left:-.625rem!important}@media (min-width:768px){.-ml-responsive-2,.-ml-responsive-sm{margin-left:-.9375rem!important}}@media (min-width:1024px){.-ml-responsive-2,.-ml-responsive-sm{margin-left:-1.25rem!important}}.-mx-responsive-2,.-mx-responsive-sm{margin-left:-.625rem!important;margin-right:-.625rem!important}@media (min-width:768px){.-mx-responsive-2,.-mx-responsive-sm{margin-left:-.9375rem!important;margin-right:-.9375rem!important}}@media (min-width:1024px){.-mx-responsive-2,.-mx-responsive-sm{margin-left:-1.25rem!important;margin-right:-1.25rem!important}}.-my-responsive-2,.-my-responsive-sm{margin-bottom:-.625rem!important;margin-top:-.625rem!important}@media (min-width:768px){.-my-responsive-2,.-my-responsive-sm{margin-bottom:-.9375rem!important;margin-top:-.9375rem!important}}@media (min-width:1024px){.-my-responsive-2,.-my-responsive-sm{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}}.-m-responsive-2,.-m-responsive-sm{margin:-.625rem!important}@media (min-width:768px){.-m-responsive-2,.-m-responsive-sm{margin:-.9375rem!important}}@media (min-width:1024px){.-m-responsive-2,.-m-responsive-sm{margin:-1.25rem!important}}.pt-responsive-2,.pt-responsive-sm{padding-top:.625rem!important}@media (min-width:768px){.pt-responsive-2,.pt-responsive-sm{padding-top:.9375rem!important}}@media (min-width:1024px){.pt-responsive-2,.pt-responsive-sm{padding-top:1.25rem!important}}.-pt-responsive-2,.-pt-responsive-sm{padding-top:-.625rem!important}@media (min-width:768px){.-pt-responsive-2,.-pt-responsive-sm{padding-top:-.9375rem!important}}@media (min-width:1024px){.-pt-responsive-2,.-pt-responsive-sm{padding-top:-1.25rem!important}}.pr-responsive-2,.pr-responsive-sm{padding-right:.625rem!important}@media (min-width:768px){.pr-responsive-2,.pr-responsive-sm{padding-right:.9375rem!important}}@media (min-width:1024px){.pr-responsive-2,.pr-responsive-sm{padding-right:1.25rem!important}}.-pr-responsive-2,.-pr-responsive-sm{padding-right:-.625rem!important}@media (min-width:768px){.-pr-responsive-2,.-pr-responsive-sm{padding-right:-.9375rem!important}}@media (min-width:1024px){.-pr-responsive-2,.-pr-responsive-sm{padding-right:-1.25rem!important}}.pb-responsive-2,.pb-responsive-sm{padding-bottom:.625rem!important}@media (min-width:768px){.pb-responsive-2,.pb-responsive-sm{padding-bottom:.9375rem!important}}@media (min-width:1024px){.pb-responsive-2,.pb-responsive-sm{padding-bottom:1.25rem!important}}.-pb-responsive-2,.-pb-responsive-sm{padding-bottom:-.625rem!important}@media (min-width:768px){.-pb-responsive-2,.-pb-responsive-sm{padding-bottom:-.9375rem!important}}@media (min-width:1024px){.-pb-responsive-2,.-pb-responsive-sm{padding-bottom:-1.25rem!important}}.pl-responsive-2,.pl-responsive-sm{padding-left:.625rem!important}@media (min-width:768px){.pl-responsive-2,.pl-responsive-sm{padding-left:.9375rem!important}}@media (min-width:1024px){.pl-responsive-2,.pl-responsive-sm{padding-left:1.25rem!important}}.px-responsive-2,.px-responsive-sm{padding-left:.625rem!important;padding-right:.625rem!important}@media (min-width:768px){.px-responsive-2,.px-responsive-sm{padding-left:.9375rem!important;padding-right:.9375rem!important}}@media (min-width:1024px){.px-responsive-2,.px-responsive-sm{padding-left:1.25rem!important;padding-right:1.25rem!important}}.py-responsive-2,.py-responsive-sm{padding-bottom:.625rem!important;padding-top:.625rem!important}@media (min-width:768px){.py-responsive-2,.py-responsive-sm{padding-bottom:.9375rem!important;padding-top:.9375rem!important}}@media (min-width:1024px){.py-responsive-2,.py-responsive-sm{padding-bottom:1.25rem!important;padding-top:1.25rem!important}}.p-responsive-2,.p-responsive-sm{padding:.625rem!important}@media (min-width:768px){.p-responsive-2,.p-responsive-sm{padding:.9375rem!important}}@media (min-width:1024px){.p-responsive-2,.p-responsive-sm{padding:1.25rem!important}}.-pl-responsive-2,.-pl-responsive-sm{padding-left:-.625rem!important}@media (min-width:768px){.-pl-responsive-2,.-pl-responsive-sm{padding-left:-.9375rem!important}}@media (min-width:1024px){.-pl-responsive-2,.-pl-responsive-sm{padding-left:-1.25rem!important}}.-px-responsive-2,.-px-responsive-sm{padding-left:-.625rem!important;padding-right:-.625rem!important}@media (min-width:768px){.-px-responsive-2,.-px-responsive-sm{padding-left:-.9375rem!important;padding-right:-.9375rem!important}}@media (min-width:1024px){.-px-responsive-2,.-px-responsive-sm{padding-left:-1.25rem!important;padding-right:-1.25rem!important}}.-py-responsive-2,.-py-responsive-sm{padding-bottom:-.625rem!important;padding-top:-.625rem!important}@media (min-width:768px){.-py-responsive-2,.-py-responsive-sm{padding-bottom:-.9375rem!important;padding-top:-.9375rem!important}}@media (min-width:1024px){.-py-responsive-2,.-py-responsive-sm{padding-bottom:-1.25rem!important;padding-top:-1.25rem!important}}.-p-responsive-2,.-p-responsive-sm{padding:-.625rem!important}@media (min-width:768px){.-p-responsive-2,.-p-responsive-sm{padding:-.9375rem!important}}@media (min-width:1024px){.-p-responsive-2,.-p-responsive-sm{padding:-1.25rem!important}}.mt-responsive-3,.mt-responsive-md{margin-top:1.25rem!important}@media (min-width:768px){.mt-responsive-3,.mt-responsive-md{margin-top:1.875rem!important}}@media (min-width:1024px){.mt-responsive-3,.mt-responsive-md{margin-top:2.5rem!important}}.-mt-responsive-3,.-mt-responsive-md{margin-top:-1.25rem!important}@media (min-width:768px){.-mt-responsive-3,.-mt-responsive-md{margin-top:-1.875rem!important}}@media (min-width:1024px){.-mt-responsive-3,.-mt-responsive-md{margin-top:-2.5rem!important}}.mr-responsive-3,.mr-responsive-md{margin-right:1.25rem!important}@media (min-width:768px){.mr-responsive-3,.mr-responsive-md{margin-right:1.875rem!important}}@media (min-width:1024px){.mr-responsive-3,.mr-responsive-md{margin-right:2.5rem!important}}.-mr-responsive-3,.-mr-responsive-md{margin-right:-1.25rem!important}@media (min-width:768px){.-mr-responsive-3,.-mr-responsive-md{margin-right:-1.875rem!important}}@media (min-width:1024px){.-mr-responsive-3,.-mr-responsive-md{margin-right:-2.5rem!important}}.mb-responsive-3,.mb-responsive-md{margin-bottom:1.25rem!important}@media (min-width:768px){.mb-responsive-3,.mb-responsive-md{margin-bottom:1.875rem!important}}@media (min-width:1024px){.mb-responsive-3,.mb-responsive-md{margin-bottom:2.5rem!important}}.-mb-responsive-3,.-mb-responsive-md{margin-bottom:-1.25rem!important}@media (min-width:768px){.-mb-responsive-3,.-mb-responsive-md{margin-bottom:-1.875rem!important}}@media (min-width:1024px){.-mb-responsive-3,.-mb-responsive-md{margin-bottom:-2.5rem!important}}.ml-responsive-3,.ml-responsive-md{margin-left:1.25rem!important}@media (min-width:768px){.ml-responsive-3,.ml-responsive-md{margin-left:1.875rem!important}}@media (min-width:1024px){.ml-responsive-3,.ml-responsive-md{margin-left:2.5rem!important}}.mx-responsive-3,.mx-responsive-md{margin-left:1.25rem!important;margin-right:1.25rem!important}@media (min-width:768px){.mx-responsive-3,.mx-responsive-md{margin-left:1.875rem!important;margin-right:1.875rem!important}}@media (min-width:1024px){.mx-responsive-3,.mx-responsive-md{margin-left:2.5rem!important;margin-right:2.5rem!important}}.my-responsive-3,.my-responsive-md{margin-bottom:1.25rem!important;margin-top:1.25rem!important}@media (min-width:768px){.my-responsive-3,.my-responsive-md{margin-bottom:1.875rem!important;margin-top:1.875rem!important}}@media (min-width:1024px){.my-responsive-3,.my-responsive-md{margin-bottom:2.5rem!important;margin-top:2.5rem!important}}.m-responsive-3,.m-responsive-md{margin:1.25rem!important}@media (min-width:768px){.m-responsive-3,.m-responsive-md{margin:1.875rem!important}}@media (min-width:1024px){.m-responsive-3,.m-responsive-md{margin:2.5rem!important}}.-ml-responsive-3,.-ml-responsive-md{margin-left:-1.25rem!important}@media (min-width:768px){.-ml-responsive-3,.-ml-responsive-md{margin-left:-1.875rem!important}}@media (min-width:1024px){.-ml-responsive-3,.-ml-responsive-md{margin-left:-2.5rem!important}}.-mx-responsive-3,.-mx-responsive-md{margin-left:-1.25rem!important;margin-right:-1.25rem!important}@media (min-width:768px){.-mx-responsive-3,.-mx-responsive-md{margin-left:-1.875rem!important;margin-right:-1.875rem!important}}@media (min-width:1024px){.-mx-responsive-3,.-mx-responsive-md{margin-left:-2.5rem!important;margin-right:-2.5rem!important}}.-my-responsive-3,.-my-responsive-md{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}@media (min-width:768px){.-my-responsive-3,.-my-responsive-md{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}}@media (min-width:1024px){.-my-responsive-3,.-my-responsive-md{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}}.-m-responsive-3,.-m-responsive-md{margin:-1.25rem!important}@media (min-width:768px){.-m-responsive-3,.-m-responsive-md{margin:-1.875rem!important}}@media (min-width:1024px){.-m-responsive-3,.-m-responsive-md{margin:-2.5rem!important}}.pt-responsive-3,.pt-responsive-md{padding-top:1.25rem!important}@media (min-width:768px){.pt-responsive-3,.pt-responsive-md{padding-top:1.875rem!important}}@media (min-width:1024px){.pt-responsive-3,.pt-responsive-md{padding-top:2.5rem!important}}.-pt-responsive-3,.-pt-responsive-md{padding-top:-1.25rem!important}@media (min-width:768px){.-pt-responsive-3,.-pt-responsive-md{padding-top:-1.875rem!important}}@media (min-width:1024px){.-pt-responsive-3,.-pt-responsive-md{padding-top:-2.5rem!important}}.pr-responsive-3,.pr-responsive-md{padding-right:1.25rem!important}@media (min-width:768px){.pr-responsive-3,.pr-responsive-md{padding-right:1.875rem!important}}@media (min-width:1024px){.pr-responsive-3,.pr-responsive-md{padding-right:2.5rem!important}}.-pr-responsive-3,.-pr-responsive-md{padding-right:-1.25rem!important}@media (min-width:768px){.-pr-responsive-3,.-pr-responsive-md{padding-right:-1.875rem!important}}@media (min-width:1024px){.-pr-responsive-3,.-pr-responsive-md{padding-right:-2.5rem!important}}.pb-responsive-3,.pb-responsive-md{padding-bottom:1.25rem!important}@media (min-width:768px){.pb-responsive-3,.pb-responsive-md{padding-bottom:1.875rem!important}}@media (min-width:1024px){.pb-responsive-3,.pb-responsive-md{padding-bottom:2.5rem!important}}.-pb-responsive-3,.-pb-responsive-md{padding-bottom:-1.25rem!important}@media (min-width:768px){.-pb-responsive-3,.-pb-responsive-md{padding-bottom:-1.875rem!important}}@media (min-width:1024px){.-pb-responsive-3,.-pb-responsive-md{padding-bottom:-2.5rem!important}}.pl-responsive-3,.pl-responsive-md{padding-left:1.25rem!important}@media (min-width:768px){.pl-responsive-3,.pl-responsive-md{padding-left:1.875rem!important}}@media (min-width:1024px){.pl-responsive-3,.pl-responsive-md{padding-left:2.5rem!important}}.px-responsive-3,.px-responsive-md{padding-left:1.25rem!important;padding-right:1.25rem!important}@media (min-width:768px){.px-responsive-3,.px-responsive-md{padding-left:1.875rem!important;padding-right:1.875rem!important}}@media (min-width:1024px){.px-responsive-3,.px-responsive-md{padding-left:2.5rem!important;padding-right:2.5rem!important}}.py-responsive-3,.py-responsive-md{padding-bottom:1.25rem!important;padding-top:1.25rem!important}@media (min-width:768px){.py-responsive-3,.py-responsive-md{padding-bottom:1.875rem!important;padding-top:1.875rem!important}}@media (min-width:1024px){.py-responsive-3,.py-responsive-md{padding-bottom:2.5rem!important;padding-top:2.5rem!important}}.p-responsive-3,.p-responsive-md{padding:1.25rem!important}@media (min-width:768px){.p-responsive-3,.p-responsive-md{padding:1.875rem!important}}@media (min-width:1024px){.p-responsive-3,.p-responsive-md{padding:2.5rem!important}}.-pl-responsive-3,.-pl-responsive-md{padding-left:-1.25rem!important}@media (min-width:768px){.-pl-responsive-3,.-pl-responsive-md{padding-left:-1.875rem!important}}@media (min-width:1024px){.-pl-responsive-3,.-pl-responsive-md{padding-left:-2.5rem!important}}.-px-responsive-3,.-px-responsive-md{padding-left:-1.25rem!important;padding-right:-1.25rem!important}@media (min-width:768px){.-px-responsive-3,.-px-responsive-md{padding-left:-1.875rem!important;padding-right:-1.875rem!important}}@media (min-width:1024px){.-px-responsive-3,.-px-responsive-md{padding-left:-2.5rem!important;padding-right:-2.5rem!important}}.-py-responsive-3,.-py-responsive-md{padding-bottom:-1.25rem!important;padding-top:-1.25rem!important}@media (min-width:768px){.-py-responsive-3,.-py-responsive-md{padding-bottom:-1.875rem!important;padding-top:-1.875rem!important}}@media (min-width:1024px){.-py-responsive-3,.-py-responsive-md{padding-bottom:-2.5rem!important;padding-top:-2.5rem!important}}.-p-responsive-3,.-p-responsive-md{padding:-1.25rem!important}@media (min-width:768px){.-p-responsive-3,.-p-responsive-md{padding:-1.875rem!important}}@media (min-width:1024px){.-p-responsive-3,.-p-responsive-md{padding:-2.5rem!important}}.mt-responsive-4,.mt-responsive-lg{margin-top:2.5rem!important}@media (min-width:768px){.mt-responsive-4,.mt-responsive-lg{margin-top:3.125rem!important}}@media (min-width:1024px){.mt-responsive-4,.mt-responsive-lg{margin-top:3.75rem!important}}.-mt-responsive-4,.-mt-responsive-lg{margin-top:-2.5rem!important}@media (min-width:768px){.-mt-responsive-4,.-mt-responsive-lg{margin-top:-3.125rem!important}}@media (min-width:1024px){.-mt-responsive-4,.-mt-responsive-lg{margin-top:-3.75rem!important}}.mr-responsive-4,.mr-responsive-lg{margin-right:2.5rem!important}@media (min-width:768px){.mr-responsive-4,.mr-responsive-lg{margin-right:3.125rem!important}}@media (min-width:1024px){.mr-responsive-4,.mr-responsive-lg{margin-right:3.75rem!important}}.-mr-responsive-4,.-mr-responsive-lg{margin-right:-2.5rem!important}@media (min-width:768px){.-mr-responsive-4,.-mr-responsive-lg{margin-right:-3.125rem!important}}@media (min-width:1024px){.-mr-responsive-4,.-mr-responsive-lg{margin-right:-3.75rem!important}}.mb-responsive-4,.mb-responsive-lg{margin-bottom:2.5rem!important}@media (min-width:768px){.mb-responsive-4,.mb-responsive-lg{margin-bottom:3.125rem!important}}@media (min-width:1024px){.mb-responsive-4,.mb-responsive-lg{margin-bottom:3.75rem!important}}.-mb-responsive-4,.-mb-responsive-lg{margin-bottom:-2.5rem!important}@media (min-width:768px){.-mb-responsive-4,.-mb-responsive-lg{margin-bottom:-3.125rem!important}}@media (min-width:1024px){.-mb-responsive-4,.-mb-responsive-lg{margin-bottom:-3.75rem!important}}.ml-responsive-4,.ml-responsive-lg{margin-left:2.5rem!important}@media (min-width:768px){.ml-responsive-4,.ml-responsive-lg{margin-left:3.125rem!important}}@media (min-width:1024px){.ml-responsive-4,.ml-responsive-lg{margin-left:3.75rem!important}}.mx-responsive-4,.mx-responsive-lg{margin-left:2.5rem!important;margin-right:2.5rem!important}@media (min-width:768px){.mx-responsive-4,.mx-responsive-lg{margin-left:3.125rem!important;margin-right:3.125rem!important}}@media (min-width:1024px){.mx-responsive-4,.mx-responsive-lg{margin-left:3.75rem!important;margin-right:3.75rem!important}}.my-responsive-4,.my-responsive-lg{margin-bottom:2.5rem!important;margin-top:2.5rem!important}@media (min-width:768px){.my-responsive-4,.my-responsive-lg{margin-bottom:3.125rem!important;margin-top:3.125rem!important}}@media (min-width:1024px){.my-responsive-4,.my-responsive-lg{margin-bottom:3.75rem!important;margin-top:3.75rem!important}}.m-responsive-4,.m-responsive-lg{margin:2.5rem!important}@media (min-width:768px){.m-responsive-4,.m-responsive-lg{margin:3.125rem!important}}@media (min-width:1024px){.m-responsive-4,.m-responsive-lg{margin:3.75rem!important}}.-ml-responsive-4,.-ml-responsive-lg{margin-left:-2.5rem!important}@media (min-width:768px){.-ml-responsive-4,.-ml-responsive-lg{margin-left:-3.125rem!important}}@media (min-width:1024px){.-ml-responsive-4,.-ml-responsive-lg{margin-left:-3.75rem!important}}.-mx-responsive-4,.-mx-responsive-lg{margin-left:-2.5rem!important;margin-right:-2.5rem!important}@media (min-width:768px){.-mx-responsive-4,.-mx-responsive-lg{margin-left:-3.125rem!important;margin-right:-3.125rem!important}}@media (min-width:1024px){.-mx-responsive-4,.-mx-responsive-lg{margin-left:-3.75rem!important;margin-right:-3.75rem!important}}.-my-responsive-4,.-my-responsive-lg{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}@media (min-width:768px){.-my-responsive-4,.-my-responsive-lg{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}}@media (min-width:1024px){.-my-responsive-4,.-my-responsive-lg{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}}.-m-responsive-4,.-m-responsive-lg{margin:-2.5rem!important}@media (min-width:768px){.-m-responsive-4,.-m-responsive-lg{margin:-3.125rem!important}}@media (min-width:1024px){.-m-responsive-4,.-m-responsive-lg{margin:-3.75rem!important}}.pt-responsive-4,.pt-responsive-lg{padding-top:2.5rem!important}@media (min-width:768px){.pt-responsive-4,.pt-responsive-lg{padding-top:3.125rem!important}}@media (min-width:1024px){.pt-responsive-4,.pt-responsive-lg{padding-top:3.75rem!important}}.-pt-responsive-4,.-pt-responsive-lg{padding-top:-2.5rem!important}@media (min-width:768px){.-pt-responsive-4,.-pt-responsive-lg{padding-top:-3.125rem!important}}@media (min-width:1024px){.-pt-responsive-4,.-pt-responsive-lg{padding-top:-3.75rem!important}}.pr-responsive-4,.pr-responsive-lg{padding-right:2.5rem!important}@media (min-width:768px){.pr-responsive-4,.pr-responsive-lg{padding-right:3.125rem!important}}@media (min-width:1024px){.pr-responsive-4,.pr-responsive-lg{padding-right:3.75rem!important}}.-pr-responsive-4,.-pr-responsive-lg{padding-right:-2.5rem!important}@media (min-width:768px){.-pr-responsive-4,.-pr-responsive-lg{padding-right:-3.125rem!important}}@media (min-width:1024px){.-pr-responsive-4,.-pr-responsive-lg{padding-right:-3.75rem!important}}.pb-responsive-4,.pb-responsive-lg{padding-bottom:2.5rem!important}@media (min-width:768px){.pb-responsive-4,.pb-responsive-lg{padding-bottom:3.125rem!important}}@media (min-width:1024px){.pb-responsive-4,.pb-responsive-lg{padding-bottom:3.75rem!important}}.-pb-responsive-4,.-pb-responsive-lg{padding-bottom:-2.5rem!important}@media (min-width:768px){.-pb-responsive-4,.-pb-responsive-lg{padding-bottom:-3.125rem!important}}@media (min-width:1024px){.-pb-responsive-4,.-pb-responsive-lg{padding-bottom:-3.75rem!important}}.pl-responsive-4,.pl-responsive-lg{padding-left:2.5rem!important}@media (min-width:768px){.pl-responsive-4,.pl-responsive-lg{padding-left:3.125rem!important}}@media (min-width:1024px){.pl-responsive-4,.pl-responsive-lg{padding-left:3.75rem!important}}.px-responsive-4,.px-responsive-lg{padding-left:2.5rem!important;padding-right:2.5rem!important}@media (min-width:768px){.px-responsive-4,.px-responsive-lg{padding-left:3.125rem!important;padding-right:3.125rem!important}}@media (min-width:1024px){.px-responsive-4,.px-responsive-lg{padding-left:3.75rem!important;padding-right:3.75rem!important}}.py-responsive-4,.py-responsive-lg{padding-bottom:2.5rem!important;padding-top:2.5rem!important}@media (min-width:768px){.py-responsive-4,.py-responsive-lg{padding-bottom:3.125rem!important;padding-top:3.125rem!important}}@media (min-width:1024px){.py-responsive-4,.py-responsive-lg{padding-bottom:3.75rem!important;padding-top:3.75rem!important}}.p-responsive-4,.p-responsive-lg{padding:2.5rem!important}@media (min-width:768px){.p-responsive-4,.p-responsive-lg{padding:3.125rem!important}}@media (min-width:1024px){.p-responsive-4,.p-responsive-lg{padding:3.75rem!important}}.-pl-responsive-4,.-pl-responsive-lg{padding-left:-2.5rem!important}@media (min-width:768px){.-pl-responsive-4,.-pl-responsive-lg{padding-left:-3.125rem!important}}@media (min-width:1024px){.-pl-responsive-4,.-pl-responsive-lg{padding-left:-3.75rem!important}}.-px-responsive-4,.-px-responsive-lg{padding-left:-2.5rem!important;padding-right:-2.5rem!important}@media (min-width:768px){.-px-responsive-4,.-px-responsive-lg{padding-left:-3.125rem!important;padding-right:-3.125rem!important}}@media (min-width:1024px){.-px-responsive-4,.-px-responsive-lg{padding-left:-3.75rem!important;padding-right:-3.75rem!important}}.-py-responsive-4,.-py-responsive-lg{padding-bottom:-2.5rem!important;padding-top:-2.5rem!important}@media (min-width:768px){.-py-responsive-4,.-py-responsive-lg{padding-bottom:-3.125rem!important;padding-top:-3.125rem!important}}@media (min-width:1024px){.-py-responsive-4,.-py-responsive-lg{padding-bottom:-3.75rem!important;padding-top:-3.75rem!important}}.-p-responsive-4,.-p-responsive-lg{padding:-2.5rem!important}@media (min-width:768px){.-p-responsive-4,.-p-responsive-lg{padding:-3.125rem!important}}@media (min-width:1024px){.-p-responsive-4,.-p-responsive-lg{padding:-3.75rem!important}}.mt-responsive-5,.mt-responsive-xl{margin-top:3.75rem!important}@media (min-width:768px){.mt-responsive-5,.mt-responsive-xl{margin-top:4.375rem!important}}@media (min-width:1024px){.mt-responsive-5,.mt-responsive-xl{margin-top:5rem!important}}.-mt-responsive-5,.-mt-responsive-xl{margin-top:-3.75rem!important}@media (min-width:768px){.-mt-responsive-5,.-mt-responsive-xl{margin-top:-4.375rem!important}}@media (min-width:1024px){.-mt-responsive-5,.-mt-responsive-xl{margin-top:-5rem!important}}.mr-responsive-5,.mr-responsive-xl{margin-right:3.75rem!important}@media (min-width:768px){.mr-responsive-5,.mr-responsive-xl{margin-right:4.375rem!important}}@media (min-width:1024px){.mr-responsive-5,.mr-responsive-xl{margin-right:5rem!important}}.-mr-responsive-5,.-mr-responsive-xl{margin-right:-3.75rem!important}@media (min-width:768px){.-mr-responsive-5,.-mr-responsive-xl{margin-right:-4.375rem!important}}@media (min-width:1024px){.-mr-responsive-5,.-mr-responsive-xl{margin-right:-5rem!important}}.mb-responsive-5,.mb-responsive-xl{margin-bottom:3.75rem!important}@media (min-width:768px){.mb-responsive-5,.mb-responsive-xl{margin-bottom:4.375rem!important}}@media (min-width:1024px){.mb-responsive-5,.mb-responsive-xl{margin-bottom:5rem!important}}.-mb-responsive-5,.-mb-responsive-xl{margin-bottom:-3.75rem!important}@media (min-width:768px){.-mb-responsive-5,.-mb-responsive-xl{margin-bottom:-4.375rem!important}}@media (min-width:1024px){.-mb-responsive-5,.-mb-responsive-xl{margin-bottom:-5rem!important}}.ml-responsive-5,.ml-responsive-xl{margin-left:3.75rem!important}@media (min-width:768px){.ml-responsive-5,.ml-responsive-xl{margin-left:4.375rem!important}}@media (min-width:1024px){.ml-responsive-5,.ml-responsive-xl{margin-left:5rem!important}}.mx-responsive-5,.mx-responsive-xl{margin-left:3.75rem!important;margin-right:3.75rem!important}@media (min-width:768px){.mx-responsive-5,.mx-responsive-xl{margin-left:4.375rem!important;margin-right:4.375rem!important}}@media (min-width:1024px){.mx-responsive-5,.mx-responsive-xl{margin-left:5rem!important;margin-right:5rem!important}}.my-responsive-5,.my-responsive-xl{margin-bottom:3.75rem!important;margin-top:3.75rem!important}@media (min-width:768px){.my-responsive-5,.my-responsive-xl{margin-bottom:4.375rem!important;margin-top:4.375rem!important}}@media (min-width:1024px){.my-responsive-5,.my-responsive-xl{margin-bottom:5rem!important;margin-top:5rem!important}}.m-responsive-5,.m-responsive-xl{margin:3.75rem!important}@media (min-width:768px){.m-responsive-5,.m-responsive-xl{margin:4.375rem!important}}@media (min-width:1024px){.m-responsive-5,.m-responsive-xl{margin:5rem!important}}.-ml-responsive-5,.-ml-responsive-xl{margin-left:-3.75rem!important}@media (min-width:768px){.-ml-responsive-5,.-ml-responsive-xl{margin-left:-4.375rem!important}}@media (min-width:1024px){.-ml-responsive-5,.-ml-responsive-xl{margin-left:-5rem!important}}.-mx-responsive-5,.-mx-responsive-xl{margin-left:-3.75rem!important;margin-right:-3.75rem!important}@media (min-width:768px){.-mx-responsive-5,.-mx-responsive-xl{margin-left:-4.375rem!important;margin-right:-4.375rem!important}}@media (min-width:1024px){.-mx-responsive-5,.-mx-responsive-xl{margin-left:-5rem!important;margin-right:-5rem!important}}.-my-responsive-5,.-my-responsive-xl{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}@media (min-width:768px){.-my-responsive-5,.-my-responsive-xl{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}}@media (min-width:1024px){.-my-responsive-5,.-my-responsive-xl{margin-bottom:-5rem!important;margin-top:-5rem!important}}.-m-responsive-5,.-m-responsive-xl{margin:-3.75rem!important}@media (min-width:768px){.-m-responsive-5,.-m-responsive-xl{margin:-4.375rem!important}}@media (min-width:1024px){.-m-responsive-5,.-m-responsive-xl{margin:-5rem!important}}.pt-responsive-5,.pt-responsive-xl{padding-top:3.75rem!important}@media (min-width:768px){.pt-responsive-5,.pt-responsive-xl{padding-top:4.375rem!important}}@media (min-width:1024px){.pt-responsive-5,.pt-responsive-xl{padding-top:5rem!important}}.-pt-responsive-5,.-pt-responsive-xl{padding-top:-3.75rem!important}@media (min-width:768px){.-pt-responsive-5,.-pt-responsive-xl{padding-top:-4.375rem!important}}@media (min-width:1024px){.-pt-responsive-5,.-pt-responsive-xl{padding-top:-5rem!important}}.pr-responsive-5,.pr-responsive-xl{padding-right:3.75rem!important}@media (min-width:768px){.pr-responsive-5,.pr-responsive-xl{padding-right:4.375rem!important}}@media (min-width:1024px){.pr-responsive-5,.pr-responsive-xl{padding-right:5rem!important}}.-pr-responsive-5,.-pr-responsive-xl{padding-right:-3.75rem!important}@media (min-width:768px){.-pr-responsive-5,.-pr-responsive-xl{padding-right:-4.375rem!important}}@media (min-width:1024px){.-pr-responsive-5,.-pr-responsive-xl{padding-right:-5rem!important}}.pb-responsive-5,.pb-responsive-xl{padding-bottom:3.75rem!important}@media (min-width:768px){.pb-responsive-5,.pb-responsive-xl{padding-bottom:4.375rem!important}}@media (min-width:1024px){.pb-responsive-5,.pb-responsive-xl{padding-bottom:5rem!important}}.-pb-responsive-5,.-pb-responsive-xl{padding-bottom:-3.75rem!important}@media (min-width:768px){.-pb-responsive-5,.-pb-responsive-xl{padding-bottom:-4.375rem!important}}@media (min-width:1024px){.-pb-responsive-5,.-pb-responsive-xl{padding-bottom:-5rem!important}}.pl-responsive-5,.pl-responsive-xl{padding-left:3.75rem!important}@media (min-width:768px){.pl-responsive-5,.pl-responsive-xl{padding-left:4.375rem!important}}@media (min-width:1024px){.pl-responsive-5,.pl-responsive-xl{padding-left:5rem!important}}.px-responsive-5,.px-responsive-xl{padding-left:3.75rem!important;padding-right:3.75rem!important}@media (min-width:768px){.px-responsive-5,.px-responsive-xl{padding-left:4.375rem!important;padding-right:4.375rem!important}}@media (min-width:1024px){.px-responsive-5,.px-responsive-xl{padding-left:5rem!important;padding-right:5rem!important}}.py-responsive-5,.py-responsive-xl{padding-bottom:3.75rem!important;padding-top:3.75rem!important}@media (min-width:768px){.py-responsive-5,.py-responsive-xl{padding-bottom:4.375rem!important;padding-top:4.375rem!important}}@media (min-width:1024px){.py-responsive-5,.py-responsive-xl{padding-bottom:5rem!important;padding-top:5rem!important}}.p-responsive-5,.p-responsive-xl{padding:3.75rem!important}@media (min-width:768px){.p-responsive-5,.p-responsive-xl{padding:4.375rem!important}}@media (min-width:1024px){.p-responsive-5,.p-responsive-xl{padding:5rem!important}}.-pl-responsive-5,.-pl-responsive-xl{padding-left:-3.75rem!important}@media (min-width:768px){.-pl-responsive-5,.-pl-responsive-xl{padding-left:-4.375rem!important}}@media (min-width:1024px){.-pl-responsive-5,.-pl-responsive-xl{padding-left:-5rem!important}}.-px-responsive-5,.-px-responsive-xl{padding-left:-3.75rem!important;padding-right:-3.75rem!important}@media (min-width:768px){.-px-responsive-5,.-px-responsive-xl{padding-left:-4.375rem!important;padding-right:-4.375rem!important}}@media (min-width:1024px){.-px-responsive-5,.-px-responsive-xl{padding-left:-5rem!important;padding-right:-5rem!important}}.-py-responsive-5,.-py-responsive-xl{padding-bottom:-3.75rem!important;padding-top:-3.75rem!important}@media (min-width:768px){.-py-responsive-5,.-py-responsive-xl{padding-bottom:-4.375rem!important;padding-top:-4.375rem!important}}@media (min-width:1024px){.-py-responsive-5,.-py-responsive-xl{padding-bottom:-5rem!important;padding-top:-5rem!important}}.-p-responsive-5,.-p-responsive-xl{padding:-3.75rem!important}@media (min-width:768px){.-p-responsive-5,.-p-responsive-xl{padding:-4.375rem!important}}@media (min-width:1024px){.-p-responsive-5,.-p-responsive-xl{padding:-5rem!important}}.mt-responsive-6,.mt-responsive-xxl{margin-top:5rem!important}@media (min-width:768px){.mt-responsive-6,.mt-responsive-xxl{margin-top:5.625rem!important}}@media (min-width:1024px){.mt-responsive-6,.mt-responsive-xxl{margin-top:6.25rem!important}}.-mt-responsive-6,.-mt-responsive-xxl{margin-top:-5rem!important}@media (min-width:768px){.-mt-responsive-6,.-mt-responsive-xxl{margin-top:-5.625rem!important}}@media (min-width:1024px){.-mt-responsive-6,.-mt-responsive-xxl{margin-top:-6.25rem!important}}.mr-responsive-6,.mr-responsive-xxl{margin-right:5rem!important}@media (min-width:768px){.mr-responsive-6,.mr-responsive-xxl{margin-right:5.625rem!important}}@media (min-width:1024px){.mr-responsive-6,.mr-responsive-xxl{margin-right:6.25rem!important}}.-mr-responsive-6,.-mr-responsive-xxl{margin-right:-5rem!important}@media (min-width:768px){.-mr-responsive-6,.-mr-responsive-xxl{margin-right:-5.625rem!important}}@media (min-width:1024px){.-mr-responsive-6,.-mr-responsive-xxl{margin-right:-6.25rem!important}}.mb-responsive-6,.mb-responsive-xxl{margin-bottom:5rem!important}@media (min-width:768px){.mb-responsive-6,.mb-responsive-xxl{margin-bottom:5.625rem!important}}@media (min-width:1024px){.mb-responsive-6,.mb-responsive-xxl{margin-bottom:6.25rem!important}}.-mb-responsive-6,.-mb-responsive-xxl{margin-bottom:-5rem!important}@media (min-width:768px){.-mb-responsive-6,.-mb-responsive-xxl{margin-bottom:-5.625rem!important}}@media (min-width:1024px){.-mb-responsive-6,.-mb-responsive-xxl{margin-bottom:-6.25rem!important}}.ml-responsive-6,.ml-responsive-xxl{margin-left:5rem!important}@media (min-width:768px){.ml-responsive-6,.ml-responsive-xxl{margin-left:5.625rem!important}}@media (min-width:1024px){.ml-responsive-6,.ml-responsive-xxl{margin-left:6.25rem!important}}.mx-responsive-6,.mx-responsive-xxl{margin-left:5rem!important;margin-right:5rem!important}@media (min-width:768px){.mx-responsive-6,.mx-responsive-xxl{margin-left:5.625rem!important;margin-right:5.625rem!important}}@media (min-width:1024px){.mx-responsive-6,.mx-responsive-xxl{margin-left:6.25rem!important;margin-right:6.25rem!important}}.my-responsive-6,.my-responsive-xxl{margin-bottom:5rem!important;margin-top:5rem!important}@media (min-width:768px){.my-responsive-6,.my-responsive-xxl{margin-bottom:5.625rem!important;margin-top:5.625rem!important}}@media (min-width:1024px){.my-responsive-6,.my-responsive-xxl{margin-bottom:6.25rem!important;margin-top:6.25rem!important}}.m-responsive-6,.m-responsive-xxl{margin:5rem!important}@media (min-width:768px){.m-responsive-6,.m-responsive-xxl{margin:5.625rem!important}}@media (min-width:1024px){.m-responsive-6,.m-responsive-xxl{margin:6.25rem!important}}.-ml-responsive-6,.-ml-responsive-xxl{margin-left:-5rem!important}@media (min-width:768px){.-ml-responsive-6,.-ml-responsive-xxl{margin-left:-5.625rem!important}}@media (min-width:1024px){.-ml-responsive-6,.-ml-responsive-xxl{margin-left:-6.25rem!important}}.-mx-responsive-6,.-mx-responsive-xxl{margin-left:-5rem!important;margin-right:-5rem!important}@media (min-width:768px){.-mx-responsive-6,.-mx-responsive-xxl{margin-left:-5.625rem!important;margin-right:-5.625rem!important}}@media (min-width:1024px){.-mx-responsive-6,.-mx-responsive-xxl{margin-left:-6.25rem!important;margin-right:-6.25rem!important}}.-my-responsive-6,.-my-responsive-xxl{margin-bottom:-5rem!important;margin-top:-5rem!important}@media (min-width:768px){.-my-responsive-6,.-my-responsive-xxl{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}}@media (min-width:1024px){.-my-responsive-6,.-my-responsive-xxl{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}}.-m-responsive-6,.-m-responsive-xxl{margin:-5rem!important}@media (min-width:768px){.-m-responsive-6,.-m-responsive-xxl{margin:-5.625rem!important}}@media (min-width:1024px){.-m-responsive-6,.-m-responsive-xxl{margin:-6.25rem!important}}.pt-responsive-6,.pt-responsive-xxl{padding-top:5rem!important}@media (min-width:768px){.pt-responsive-6,.pt-responsive-xxl{padding-top:5.625rem!important}}@media (min-width:1024px){.pt-responsive-6,.pt-responsive-xxl{padding-top:6.25rem!important}}.-pt-responsive-6,.-pt-responsive-xxl{padding-top:-5rem!important}@media (min-width:768px){.-pt-responsive-6,.-pt-responsive-xxl{padding-top:-5.625rem!important}}@media (min-width:1024px){.-pt-responsive-6,.-pt-responsive-xxl{padding-top:-6.25rem!important}}.pr-responsive-6,.pr-responsive-xxl{padding-right:5rem!important}@media (min-width:768px){.pr-responsive-6,.pr-responsive-xxl{padding-right:5.625rem!important}}@media (min-width:1024px){.pr-responsive-6,.pr-responsive-xxl{padding-right:6.25rem!important}}.-pr-responsive-6,.-pr-responsive-xxl{padding-right:-5rem!important}@media (min-width:768px){.-pr-responsive-6,.-pr-responsive-xxl{padding-right:-5.625rem!important}}@media (min-width:1024px){.-pr-responsive-6,.-pr-responsive-xxl{padding-right:-6.25rem!important}}.pb-responsive-6,.pb-responsive-xxl{padding-bottom:5rem!important}@media (min-width:768px){.pb-responsive-6,.pb-responsive-xxl{padding-bottom:5.625rem!important}}@media (min-width:1024px){.pb-responsive-6,.pb-responsive-xxl{padding-bottom:6.25rem!important}}.-pb-responsive-6,.-pb-responsive-xxl{padding-bottom:-5rem!important}@media (min-width:768px){.-pb-responsive-6,.-pb-responsive-xxl{padding-bottom:-5.625rem!important}}@media (min-width:1024px){.-pb-responsive-6,.-pb-responsive-xxl{padding-bottom:-6.25rem!important}}.pl-responsive-6,.pl-responsive-xxl{padding-left:5rem!important}@media (min-width:768px){.pl-responsive-6,.pl-responsive-xxl{padding-left:5.625rem!important}}@media (min-width:1024px){.pl-responsive-6,.pl-responsive-xxl{padding-left:6.25rem!important}}.px-responsive-6,.px-responsive-xxl{padding-left:5rem!important;padding-right:5rem!important}@media (min-width:768px){.px-responsive-6,.px-responsive-xxl{padding-left:5.625rem!important;padding-right:5.625rem!important}}@media (min-width:1024px){.px-responsive-6,.px-responsive-xxl{padding-left:6.25rem!important;padding-right:6.25rem!important}}.py-responsive-6,.py-responsive-xxl{padding-bottom:5rem!important;padding-top:5rem!important}@media (min-width:768px){.py-responsive-6,.py-responsive-xxl{padding-bottom:5.625rem!important;padding-top:5.625rem!important}}@media (min-width:1024px){.py-responsive-6,.py-responsive-xxl{padding-bottom:6.25rem!important;padding-top:6.25rem!important}}.p-responsive-6,.p-responsive-xxl{padding:5rem!important}@media (min-width:768px){.p-responsive-6,.p-responsive-xxl{padding:5.625rem!important}}@media (min-width:1024px){.p-responsive-6,.p-responsive-xxl{padding:6.25rem!important}}.-pl-responsive-6,.-pl-responsive-xxl{padding-left:-5rem!important}@media (min-width:768px){.-pl-responsive-6,.-pl-responsive-xxl{padding-left:-5.625rem!important}}@media (min-width:1024px){.-pl-responsive-6,.-pl-responsive-xxl{padding-left:-6.25rem!important}}.-px-responsive-6,.-px-responsive-xxl{padding-left:-5rem!important;padding-right:-5rem!important}@media (min-width:768px){.-px-responsive-6,.-px-responsive-xxl{padding-left:-5.625rem!important;padding-right:-5.625rem!important}}@media (min-width:1024px){.-px-responsive-6,.-px-responsive-xxl{padding-left:-6.25rem!important;padding-right:-6.25rem!important}}.-py-responsive-6,.-py-responsive-xxl{padding-bottom:-5rem!important;padding-top:-5rem!important}@media (min-width:768px){.-py-responsive-6,.-py-responsive-xxl{padding-bottom:-5.625rem!important;padding-top:-5.625rem!important}}@media (min-width:1024px){.-py-responsive-6,.-py-responsive-xxl{padding-bottom:-6.25rem!important;padding-top:-6.25rem!important}}.-p-responsive-6,.-p-responsive-xxl{padding:-5rem!important}@media (min-width:768px){.-p-responsive-6,.-p-responsive-xxl{padding:-5.625rem!important}}@media (min-width:1024px){.-p-responsive-6,.-p-responsive-xxl{padding:-6.25rem!important}}html[lang=zh-hans] *{font-family:Noto Sans,sans-serif!important}html{font-size:100%}@media (min-width:768px){html{font-size:80%}}.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .news-content,.block-inline-blocksection-headline h3,.block-node-contact h2,.h--heading-l,.h--heading-m,.h--heading-s,.h--heading-xl,.view-vacancies header h3,h1,h2,h3,h4,h5{word-wrap:anywhere;font-weight:700;line-height:.98;margin-bottom:0}h1{padding-bottom:.625rem}@media (min-width:768px){h1{padding-bottom:.9375rem}}@media (min-width:1024px){h1{padding-bottom:1.25rem}}#block-backtotop,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.btn-link a,.del-show-all,.del-show-more,.h--body,.h--body-big,.h--body-big-bold,.h--body-bold,.h--body-bold-paragraph,.h--body-paragraph,.h--footer,.h--hint,.h--label,.h--navigation,.h--quote,.henn-menu .menu-footer,.henn-menu .menu-social,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.node--type--project:not(.node--view-mode-teaser) .project-header .headline,.pager-show-more,.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,blockquote,body,body:not(.node-1) .field--label,body:not(.node-1) .project-header .headline{line-height:1.2}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.btn-link a,.del-show-all,.del-show-more,.h--body-big-bold,.h--body-bold,.h--body-bold-paragraph,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.pager-show-more,body:not(.node-1) .field--label,strong{font-weight:700}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.base,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.del-show-all,.del-show-more,.h--body,.h--body-bold,.h--body-bold-paragraph,.h--body-paragraph,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.pager-show-more,.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,body,body:not(.node-1) .field--label{font-size:1.125rem}@media (min-width:576px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.base,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.del-show-all,.del-show-more,.h--body,.h--body-bold,.h--body-bold-paragraph,.h--body-paragraph,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.pager-show-more,.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,body,body:not(.node-1) .field--label{font-size:1.3125rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.base,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.del-show-all,.del-show-more,.h--body,.h--body-bold,.h--body-bold-paragraph,.h--body-paragraph,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.pager-show-more,.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,body,body:not(.node-1) .field--label{font-size:1.5rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.base,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.del-show-all,.del-show-more,.h--body,.h--body-bold,.h--body-bold-paragraph,.h--body-paragraph,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.pager-show-more,.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,body,body:not(.node-1) .field--label{font-size:1.6875rem}}@media (min-width:1440px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.base,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.breaker,.del-show-all,.del-show-more,.h--body,.h--body-bold,.h--body-bold-paragraph,.h--body-paragraph,.mfp-close,.node--type--project:not(.node--view-mode-teaser) .field--label,.pager-show-more,.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,body,body:not(.node-1) .field--label{font-size:1.75rem}}.h--heading-xl,h1{font-size:2.375rem}@media (min-width:576px){.h--heading-xl,h1{font-size:3.0625rem}}@media (min-width:768px){.h--heading-xl,h1{font-size:3.75rem}}@media (min-width:1024px){.h--heading-xl,h1{font-size:4.4375rem}}@media (min-width:1440px){.h--heading-xl,h1{font-size:5.125rem}}.block-inline-blocksection-headline h3,.h--heading-l,h2{font-size:1.875rem}@media (min-width:576px){.block-inline-blocksection-headline h3,.h--heading-l,h2{font-size:2.3125rem}}@media (min-width:768px){.block-inline-blocksection-headline h3,.h--heading-l,h2{font-size:2.75rem}}@media (min-width:1024px){.block-inline-blocksection-headline h3,.h--heading-l,h2{font-size:3.1875rem}}@media (min-width:1440px){.block-inline-blocksection-headline h3,.h--heading-l,h2{font-size:3.625rem}}.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .news-content,.h--heading-m,h3{font-size:1.6875rem}@media (min-width:576px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .news-content,.h--heading-m,h3{font-size:2rem}}@media (min-width:768px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .news-content,.h--heading-m,h3{font-size:2.3125rem}}@media (min-width:1024px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .news-content,.h--heading-m,h3{font-size:2.625rem}}@media (min-width:1440px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .news-content,.h--heading-m,h3{font-size:2.875rem}}.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2,.h--heading-s,.view-vacancies header h3,h4{font-size:1.5rem}@media (min-width:576px){.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2,.h--heading-s,.view-vacancies header h3,h4{font-size:1.75rem}}@media (min-width:768px){.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2,.h--heading-s,.view-vacancies header h3,h4{font-size:2rem}}@media (min-width:1024px){.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2,.h--heading-s,.view-vacancies header h3,h4{font-size:2.25rem}}@media (min-width:1440px){.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2,.h--heading-s,.view-vacancies header h3,h4{font-size:2.375rem}}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link a,.h--body-big,.h--body-big-bold,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers{font-size:1.3125rem}@media (min-width:576px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link a,.h--body-big,.h--body-big-bold,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers{font-size:1.5rem}}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link a,.h--body-big,.h--body-big-bold,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers{font-size:1.6875rem}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link a,.h--body-big,.h--body-big-bold,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers{font-size:1.875rem}}@media (min-width:1440px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link a,.h--body-big,.h--body-big-bold,.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers{font-size:2rem}}.h--quote,blockquote{font-size:1.75rem}@media (min-width:576px){.h--quote,blockquote{font-size:2.0625rem}}@media (min-width:768px){.h--quote,blockquote{font-size:2.375rem}}@media (min-width:1024px){.h--quote,blockquote{font-size:2.6875rem}}@media (min-width:1440px){.h--quote,blockquote{font-size:3rem}}.h--hint{font-size:.625rem}@media (min-width:576px){.h--hint{font-size:.6875rem}}@media (min-width:768px){.h--hint{font-size:.75rem}}@media (min-width:1024px){.h--hint{font-size:.8125rem}}@media (min-width:1440px){.h--hint{font-size:.875rem}}#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.h--label,.node--type--project:not(.node--view-mode-teaser) .project-header .headline,body:not(.node-1) .project-header .headline{font-size:1.0625rem;text-transform:uppercase}@media (min-width:576px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.h--label,.node--type--project:not(.node--view-mode-teaser) .project-header .headline,body:not(.node-1) .project-header .headline{font-size:1.1875rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.h--label,.node--type--project:not(.node--view-mode-teaser) .project-header .headline,body:not(.node-1) .project-header .headline{font-size:1.3125rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.h--label,.node--type--project:not(.node--view-mode-teaser) .project-header .headline,body:not(.node-1) .project-header .headline{font-size:1.375rem}}@media (min-width:1440px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.h--label,.node--type--project:not(.node--view-mode-teaser) .project-header .headline,body:not(.node-1) .project-header .headline{font-size:1.4375rem}}#block-backtotop,.h--footer,.henn-menu .menu-footer,.henn-menu .menu-social{font-size:1rem}@media (min-width:576px){#block-backtotop,.h--footer,.henn-menu .menu-footer,.henn-menu .menu-social{font-size:1.125rem}}@media (min-width:768px){#block-backtotop,.h--footer,.henn-menu .menu-footer,.henn-menu .menu-social{font-size:1.125rem}}@media (min-width:1024px){#block-backtotop,.h--footer,.henn-menu .menu-footer,.henn-menu .menu-social{font-size:1.3125rem}}@media (min-width:1440px){#block-backtotop,.h--footer,.henn-menu .menu-footer,.henn-menu .menu-social{font-size:1.4375rem}}.h--navigation{font-size:1.3125rem}@media (min-width:576px){.h--navigation{font-size:1.4375rem}}@media (min-width:768px){.h--navigation{font-size:1.5625rem}}@media (min-width:1024px){.h--navigation{font-size:1.625rem}}@media (min-width:1440px){.h--navigation{font-size:1.8125rem}}.h--dropdown,.view-project-overview-table-container table thead,.vue-custom-select .vs__dropdown-option,.vue-custom-select .vs__dropdown-toggle .vs__search,.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{font-size:1.125rem;font-weight:700}@media (min-width:576px){.h--dropdown,.view-project-overview-table-container table thead,.vue-custom-select .vs__dropdown-option,.vue-custom-select .vs__dropdown-toggle .vs__search,.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{font-size:1.125rem}}@media (min-width:768px){.h--dropdown,.view-project-overview-table-container table thead,.vue-custom-select .vs__dropdown-option,.vue-custom-select .vs__dropdown-toggle .vs__search,.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{font-size:1.5rem}}@media (min-width:1024px){.h--dropdown,.view-project-overview-table-container table thead,.vue-custom-select .vs__dropdown-option,.vue-custom-select .vs__dropdown-toggle .vs__search,.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{font-size:1.688rem}}@media (min-width:1440px){.h--dropdown,.view-project-overview-table-container table thead,.vue-custom-select .vs__dropdown-option,.vue-custom-select .vs__dropdown-toggle .vs__search,.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{font-size:1.875rem}}a{text-decoration:none}#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.block-inline-blocktext a,.h--link,.node--type--project.node--view-mode-default a,.node--type--project.node--view-mode-full .node--view-mode-key-infos a{border-bottom:2px solid #000}@media (min-width:576px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.block-inline-blocktext a,.h--link,.node--type--project.node--view-mode-default a,.node--type--project.node--view-mode-full .node--view-mode-key-infos a{border-bottom:2px solid #000}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.block-inline-blocktext a,.h--link,.node--type--project.node--view-mode-default a,.node--type--project.node--view-mode-full .node--view-mode-key-infos a{border-bottom:3px solid #000}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.block-inline-blocktext a,.h--link,.node--type--project.node--view-mode-default a,.node--type--project.node--view-mode-full .node--view-mode-key-infos a{border-bottom:5px solid #000}}@media (min-width:1440px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give,.block-inline-blocktext a,.h--link,.node--type--project.node--view-mode-default a,.node--type--project.node--view-mode-full .node--view-mode-key-infos a{border-bottom:5px solid #000}}#cconsent-init-modal .ccm__content .ccm__footer button.consent-give:active,#cconsent-init-modal .ccm__content .ccm__footer button.consent-give:hover,#cconsent-modal .ccm__content .ccm__footer button.consent-give:active,#cconsent-modal .ccm__content .ccm__footer button.consent-give:hover,.block-inline-blocktext a:active,.block-inline-blocktext a:hover,.h--link:active,.h--link:hover,.node--type--project.node--view-mode-default a:active,.node--type--project.node--view-mode-default a:hover,.node--type--project.node--view-mode-full .node--view-mode-key-infos a:active,.node--type--project.node--view-mode-full .node--view-mode-key-infos a:hover{border-bottom:1px solid #000;text-decoration:none;transition-duration:.3s}.h--color-highlight{color:#e8e8e8}.h--color-highlight *{color:#e8e8e8!important}.h--color-important{color:#91c5ae}.h--color-important *{color:#91c5ae!important}.h--color-black{color:#000}.h--color-black *{color:#000!important}.h--color-white{color:#fff}.h--color-white *{color:#fff!important}.page--header-vertical-line{border-bottom:1px solid #000}.custom-select{line-height:1.2!important}.bg-highlight{background-color:#000;color:#fff}.bg-important{background-color:#91c5ae}.clickable{cursor:pointer}.gradient{background:linear-gradient(180deg,transparent 50.52%,rgba(0,0,0,.7));width:100%}.pager-show-more{list-style:none;padding-left:0}.pager-show-more li{display:inline-block}.pager-show-more li a{background:#fff;border:1px solid #000;border-radius:70px;display:block;padding:.75em 1em}.pager-show-more li a:hover{background:#000;color:#fff;text-decoration:none;transition:all .2s ease-in-out}.del-show-all a,.del-show-more a{background:#fff;border:1px solid #000;border-radius:70px;display:block;padding:.75em 1em}.del-show-all a:hover,.del-show-more a:hover{background:#000;color:#fff;text-decoration:none;transition:all .2s ease-in-out}.limit-max-height,.node--type--article .media.media--image img,.node--type--project:not(.node--view-mode-teaser) .project-header .media.media--image img,.node--type--vacancy.node--view-mode-full .grid-layout.image .media img,body:not(.node-1) .project-header .media.media--image img{display:inherit;height:100%;max-height:60vh;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.page figure{margin:0}.page label,.page legend{font-weight:700}.page dl,.page ol,.page ul{margin-bottom:2.5rem;margin-top:.625rem}@media (min-width:768px){.page dl,.page ol,.page ul{margin-top:.9375rem}}@media (min-width:1024px){.page dl,.page ol,.page ul{margin-top:1.25rem}}@media (min-width:768px){.page dl,.page ol,.page ul{margin-bottom:3.125rem}}@media (min-width:1024px){.page dl,.page ol,.page ul{margin-bottom:3.75rem}}.page .form-check{padding-left:.625rem}@media (min-width:768px){.page .form-check{padding-left:.9375rem}}@media (min-width:1024px){.page .form-check{padding-left:1.25rem}}.page .form-check-input{margin-left:-.625rem}@media (min-width:768px){.page .form-check-input{margin-left:-.9375rem}}@media (min-width:1024px){.page .form-check-input{margin-left:-1.25rem}}.page .custom-select{background-image:url(/themes/custom/arocom/assets/css/../../icons/select-arrow-down.svg);background-position:calc(100% - .25rem);background-size:26px 26px;border:transparent;border-bottom:1px solid #000;border-radius:0;border-top:1px solid #000;color:#000;content:"";display:inline-block;height:auto;padding:.625rem;width:100%}@media (min-width:768px){.page .custom-select{padding:.9375rem}}@media (min-width:1024px){.page .custom-select{padding:1.25rem}}@media (min-width:576px){.page .custom-select{background-position:calc(100% - 1.25rem);background-size:26px 26px}}@media (min-width:768px){.page .custom-select{background-position:calc(100% - 2.5rem);background-size:26px 26px}}@media (min-width:1024px){.page .custom-select{background-position:calc(100% - 2.5rem);background-size:26px 26px}}@media (min-width:1440px){.page .custom-select{background-position:calc(100% - 2.5rem);background-size:26px 26px}}.page .media{display:block}.swiper-button-next,.swiper-button-prev{background-color:rgba(0,0,0,.2);background-image:url(/themes/custom/arocom/images/navs.png);background-position:0 0;background-repeat:no-repeat;background-size:auto;display:none;height:60px;margin-top:-45px;width:50px}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:rgba(0,0,0,.3)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{pointer-events:auto}.swiper-button-next:after,.swiper-button-prev:after{content:unset}@media (min-width:768px){.swiper-button-next,.swiper-button-prev{display:block}}.swiper-pagination-bullet-active{background:#000}.swiper-button-prev{border-radius:0 4px 4px 0;left:0}.swiper-button-next{background-position:0 -60px;border-radius:4px 0 0 4px;right:0}.del-render--gallery-slide .swiper-slide{opacity:.4}.del-render--gallery-slide .swiper-slide.swiper-slide-active{opacity:1}.project-gallery-swiper--caption{display:none}.slide-info{z-index:200}[class*=block-views-blockclients-block] .clients-swiper{height:100%;position:relative;width:100%}[class*=block-views-blockclients-block] .clients-swiper .swiper-wrapper{position:relative;transition-timing-function:linear!important}[class*=block-views-blockclients-block] .clients-swiper .swiper-wrapper .swiper-slide{display:flex;padding:0 30px;width:auto}.page-node-project .swiper-slide{pointer-events:none}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ajax-progress-throbber .throbber{animation:rotating 2s linear infinite;background-image:url(/themes/custom/arocom/images/spinner-solid.svg);background-position:50%;background-repeat:no-repeat;background-size:1em;display:block;position:relative}#outdated #btnCloseUpdateBrowser{display:none!important}.mfp-fade.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-wrap{z-index:1200}.mfp-zoom-out-cur{overflow:hidden!important;touch-action:none}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap .mfp-content{opacity:0}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-close{align-items:center;color:#fff;cursor:pointer!important;display:flex!important;justify-content:flex-end;margin-bottom:1.25rem;margin-top:.625rem;opacity:1;padding:0 20px!important;position:absolute;right:0!important;width:100vw;z-index:1046}@media (min-width:768px){.mfp-close{margin-top:.9375rem}}@media (min-width:1024px){.mfp-close{margin-top:1.25rem}}@media (min-width:768px){.mfp-close{margin-bottom:1.875rem}}@media (min-width:1024px){.mfp-close{margin-bottom:2.5rem}}.mfp-close .mfp-popup-close-text{font-family:NB Grotesk,sans-serif;position:relative;z-index:1046}.mfp-close .mfp-popup-close-icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:30px;justify-content:center;margin-left:.33em;position:relative;width:30px;z-index:1047}@media (min-width:576px){.mfp-close .mfp-popup-close-icon{height:40px;width:40px}}.mfp-close .mfp-popup-close-icon .fa-times{align-items:center;color:#000;display:flex;justify-content:center}.mfp-close .mfp-popup-close-icon .fa-times:before{font-size:1.2rem;line-height:0;vertical-align:middle}@media (min-width:576px){.mfp-close .mfp-popup-close-icon .fa-times:before{font-size:1.5rem}}.mfp-close .mfp-popup-close-icon:hover{-webkit-text-stroke:2px #fff}.mfp-close:focus{outline:none}.mfp-title{padding-right:0;position:relative}.mfp-title .copyright{float:right}.mfp-container{align-items:center;background-color:#000;display:flex;padding:0!important;position:relative}.mfp-container .mfp-content{position:unset}.mfp-container .swiper-button-Next{right:.625rem}@media (min-width:768px){.mfp-container .swiper-button-Next{right:.9375rem}}@media (min-width:1024px){.mfp-container .swiper-button-Next{right:1.25rem}}.mfp-container .swiper-button-Previous{margin-right:.5em;right:70px}@media (min-width:576px){.mfp-container .swiper-button-Previous{right:75px}}@media (min-width:768px){.mfp-container .swiper-button-Previous{right:100px}}@media (min-width:1024px){.mfp-container .swiper-button-Previous{right:120px}}.mfp-container img.mfp-img{max-height:100vh!important;padding:0}.mfp-bottom-bar{bottom:.625rem;left:.625rem;top:unset}@media (min-width:768px){.mfp-bottom-bar{bottom:.9375rem}}@media (min-width:1024px){.mfp-bottom-bar{bottom:1.25rem}}@media (min-width:768px){.mfp-bottom-bar{left:.9375rem}}@media (min-width:1024px){.mfp-bottom-bar{left:1.25rem}}.mfp-bottom-bar div.mfp-counter{position:unset}.mfp-bottom-bar div.mfp-counter span.mfp-counter-numbers{color:#fff}.mfp-bottom-bar .popup-img-caption{position:absolute;top:-60px}@media (min-width:576px){.mfp-bottom-bar .popup-img-caption{max-width:60%}}@media (min-width:768px){.mfp-bottom-bar .popup-img-caption{top:-80px}}.mfp-gallery .swiper-button{background-color:transparent!important;background-image:none!important;border:none;border-radius:2em;color:#fff;display:none;filter:invert(1);font-size:0;font-weight:700;height:46px;left:1.25rem;line-height:1rem;outline:none;padding:0!important;padding:.625rem;position:absolute;right:1.25rem;width:46px;z-index:100000}@media (min-width:768px){.mfp-gallery .swiper-button{padding:.9375rem}}@media (min-width:1024px){.mfp-gallery .swiper-button{padding:1.25rem}}@media (min-width:768px){.mfp-gallery .swiper-button{display:inline-flex;height:55px;width:55px}}@media (min-width:1440px){.mfp-gallery .swiper-button{height:64px;width:64px}}.mfp-gallery .swiper-button:last-child{margin-right:0}.mfp-gallery .swiper-button:after{content:url(/themes/custom/arocom/assets/css/../../icons/Elements-Gallery-Arrow-Default.svg);height:40px;position:absolute;width:45px}.mfp-gallery .swiper-button:focus{border:none}.mfp-gallery .swiper-button-Previous,.mfp-gallery .swiper-button-Previous:focus{background-color:rgba(0,0,0,.4);left:1.25rem;right:unset;transform:rotate(0deg)}.mfp-gallery .swiper-button-Previous:focus:hover,.mfp-gallery .swiper-button-Previous:hover{background-color:#000;transform:rotate(0deg)}.mfp-gallery .swiper-button-Previous:focus:hover:after,.mfp-gallery .swiper-button-Previous:hover:after{content:url(/themes/custom/arocom/assets/css/../../icons/Elements-Gallery-Arrow-Active.svg)}.mfp-gallery .swiper-button-Next,.mfp-gallery .swiper-button-Next:focus{background-color:rgba(0,0,0,.4);left:unset;right:1.25rem;transform:rotate(180deg)}.mfp-gallery .swiper-button-Next:focus:hover,.mfp-gallery .swiper-button-Next:hover{background-color:#000;transform:rotate(180deg)}.mfp-gallery .swiper-button-Next:focus:hover:after,.mfp-gallery .swiper-button-Next:hover:after{content:url(/themes/custom/arocom/assets/css/../../icons/Elements-Gallery-Arrow-Active.svg)}.mfp-gallery .mfp-bottom-bar{left:0}.mfp-gallery .mfp-bottom-bar .mfp-counter{display:flex;justify-content:flex-end;padding-right:1.25rem}.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{background-color:rgba(0,0,0,.6);border-radius:2em;color:#fff;filter:invert(1);font-size:1.125rem;padding:.625rem}@media (min-width:576px){.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{font-size:1.3125rem}}@media (min-width:768px){.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{font-size:1.5rem}}@media (min-width:1024px){.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{font-size:1.6875rem}}@media (min-width:1440px){.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{font-size:1.75rem}}@media (min-width:768px){.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{padding:.9375rem}}@media (min-width:1024px){.mfp-gallery .mfp-bottom-bar .mfp-counter .mfp-counter-numbers{padding:1.25rem}}#block-backtotop,.mfp-figure:after{background-color:#000}#block-backtotop{display:flex;flex-direction:column;left:0;margin-bottom:0;margin-top:0;opacity:0;padding:.625rem 10px .625rem .625rem;position:absolute;width:100%;z-index:10}@media (min-width:768px){#block-backtotop{padding-top:.9375rem}}@media (min-width:1024px){#block-backtotop{padding-top:1.25rem}}@media (min-width:768px){#block-backtotop{padding-bottom:.9375rem}}@media (min-width:1024px){#block-backtotop{padding-bottom:1.25rem}}@media (min-width:768px){#block-backtotop{padding-left:.9375rem}}@media (min-width:1024px){#block-backtotop{padding-left:1.25rem}}#block-backtotop .back-to-top-link.back-to-top-scroll{align-items:baseline;color:#fff;display:flex;justify-content:flex-end;padding:0}#block-backtotop .back-to-top-link.back-to-top-scroll:before{content:none}#block-backtotop .back-to-top-link.back-to-top-scroll:hover{text-decoration:none}#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{background-image:url(/themes/custom/arocom/assets/css/../../icons/back-to-top.svg);background-size:cover;height:14px;margin-left:.625rem;margin-right:0;width:18px}@media (min-width:768px){#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{margin-left:.9375rem}}@media (min-width:1024px){#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{margin-left:1.25rem}}@media (min-width:576px){#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{height:14px;width:18px}}@media (min-width:768px){#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{height:14px;width:18px}}@media (min-width:1024px){#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{height:18px;width:24px}}@media (min-width:1440px){#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{height:18px;width:24px}}#block-backtotop .back-to-top{padding:.625rem 0 0}@media (min-width:768px){#block-backtotop .back-to-top{padding-top:.9375rem}}@media (min-width:1024px){#block-backtotop .back-to-top{padding-top:1.25rem}}#block-backtotop .footer-menu{border-bottom:1px solid #fff;padding-bottom:.625rem}@media (min-width:768px){#block-backtotop .footer-menu{padding-bottom:.9375rem}}@media (min-width:1024px){#block-backtotop .footer-menu{padding-bottom:1.25rem}}@media (min-width:768px){#block-backtotop .footer-menu{border:none}}#block-backtotop .footer-menu ul{display:grid;grid-template-columns:repeat(3,1fr);margin:0}#block-backtotop .footer-menu ul li a{color:#fff;margin:0;padding:0 .125rem;text-align:left;text-transform:uppercase}@media (min-width:768px){#block-backtotop .footer-menu ul li a{padding-right:.25rem}}@media (min-width:1024px){#block-backtotop .footer-menu ul li a{padding-right:.25rem}}@media (min-width:768px){#block-backtotop .footer-menu ul li a{padding-left:.25rem}}@media (min-width:1024px){#block-backtotop .footer-menu ul li a{padding-left:.25rem}}#block-backtotop .footer-menu ul li a.ext:after{display:none}#block-backtotop .footer-menu ul li:first-child a{padding-left:0}@media (min-width:576px){#block-backtotop .footer-menu ul{grid-template-columns:repeat(5,1fr)}}#block-backtotop .footer-menu .menu-social{grid-column-end:12;grid-column-start:1;grid-row-start:1}#block-backtotop .footer-menu .menu-footer{grid-column-end:12;grid-column-start:1;grid-row-start:2}@media (min-width:576px){#block-backtotop{padding-left:20px;padding-right:20px}}@media (min-width:768px){#block-backtotop{flex-direction:row;justify-content:space-between}#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-string{display:inline-block;width:-moz-max-content;width:max-content}#block-backtotop .back-to-top-link.back-to-top-scroll .back-to-top-icon{margin-right:0}#block-backtotop .back-to-top{padding:0}#block-backtotop .back-to-top .grid-layout&gt;div{display:flex;justify-content:flex-end}#block-backtotop .footer-menu{padding-bottom:0;width:auto}#block-backtotop .footer-menu .grid-layout,#block-backtotop .footer-menu .grid-layout ul{display:flex}#block-backtotop .footer-menu .grid-layout ul li a{padding-bottom:0;padding-top:0;text-align:left}#block-backtotop .footer-menu .grid-layout .menu-footer,#block-backtotop .footer-menu .grid-layout .menu-social{display:flex}}#block-backtotop.animate__fadeInUp{opacity:1}form[data-drupal-selector=views-exposed-form-vacancies-block-1] fieldset[data-drupal-selector=edit-vacancy-location]{border:0;margin-bottom:1.25rem}@media (min-width:768px){form[data-drupal-selector=views-exposed-form-vacancies-block-1] fieldset[data-drupal-selector=edit-vacancy-location]{margin-bottom:1.875rem}}@media (min-width:1024px){form[data-drupal-selector=views-exposed-form-vacancies-block-1] fieldset[data-drupal-selector=edit-vacancy-location]{margin-bottom:2.5rem}}form[data-drupal-selector=views-exposed-form-vacancies-block-1] fieldset[data-drupal-selector=edit-vacancy-location] label.form-check-label{padding-left:.625rem}@media (min-width:768px){form[data-drupal-selector=views-exposed-form-vacancies-block-1] fieldset[data-drupal-selector=edit-vacancy-location] label.form-check-label{padding-left:.9375rem}}@media (min-width:1024px){form[data-drupal-selector=views-exposed-form-vacancies-block-1] fieldset[data-drupal-selector=edit-vacancy-location] label.form-check-label{padding-left:1.25rem}}form[data-drupal-selector=views-exposed-form-vacancies-block-1] .card-header{background:none;border:0}#cconsent-init-modal,#cconsent-modal{overflow:hidden}#cconsent-init-modal .ccm__content,#cconsent-modal .ccm__content{background-color:#fff!important;font-family:NB Grotesk,sans-serif;height:100%;overflow-y:scroll;width:100%}@media (min-width:576px){#cconsent-init-modal .ccm__content,#cconsent-modal .ccm__content{height:auto;position:relative;width:70%}}@media (min-width:1024px){#cconsent-init-modal .ccm__content,#cconsent-modal .ccm__content{width:60%}}@media (min-width:1440px){#cconsent-init-modal .ccm__content,#cconsent-modal .ccm__content{width:50%}}#cconsent-init-modal .ccm__content .ccm__content__heading,#cconsent-modal .ccm__content .ccm__content__heading{background-color:#fff!important;border-bottom:1px solid #000;color:#000}#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3{margin-bottom:.125rem;margin-top:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3{margin-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3{margin-top:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3{margin-bottom:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-init-modal .ccm__content .ccm__content__heading h2,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,#cconsent-modal .ccm__content .ccm__content__heading h2,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3{margin-bottom:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__heading p,#cconsent-modal .ccm__content .ccm__content__heading p{margin-bottom:1.25rem;margin-top:.125rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading p,#cconsent-modal .ccm__content .ccm__content__heading p{margin-top:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading p,#cconsent-modal .ccm__content .ccm__content__heading p{margin-top:.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading p,#cconsent-modal .ccm__content .ccm__content__heading p{margin-bottom:1.875rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading p,#cconsent-modal .ccm__content .ccm__content__heading p{margin-bottom:2.5rem}}#cconsent-init-modal .ccm__content .ccm__content__heading p a,#cconsent-modal .ccm__content .ccm__content__heading p a{text-decoration:underline}#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding:.625rem .625rem 0}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding-top:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding-left:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding-left:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding-right:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__heading.ccm__content__padding,#cconsent-modal .ccm__content .ccm__content__heading.ccm__content__padding{padding-right:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs,#cconsent-modal .ccm__content .ccm__content__body,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs{margin-top:0}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup{border-bottom:1px solid #000}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head{background-color:#fff;font-weight:700;padding-bottom:.625rem;padding-top:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head{padding-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head{padding-bottom:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head{padding-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk .ccm__tab-head{padding-top:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content{color:#000;padding-right:.625rem;padding:0!important}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content{padding-right:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content{padding-right:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3{margin-bottom:.125rem;margin-top:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3{margin-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3{margin-top:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3{margin-bottom:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3{margin-bottom:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content p,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content p{color:#000;margin-bottom:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content p,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content p{margin-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content p,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content p{margin-bottom:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list{margin-top:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list{margin-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list{margin-top:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title{margin-bottom:.125rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title{margin-bottom:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title{margin-bottom:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list ul,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list ul{list-style-type:none;margin-top:.125rem;padding-left:0}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list ul,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list ul{margin-top:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list ul,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .ccm__list ul{margin-top:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup{margin:0!important;padding-left:.625rem;padding-right:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup{padding-left:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup{padding-left:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup{padding-right:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup{padding-right:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head{background-color:#fff;font-weight:700;padding:.625rem 0}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head{padding-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head{padding-bottom:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head{padding-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head{padding-top:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head:before,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking .ccm__tab-head:before,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head:before,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking .ccm__tab-head:before{position:unset}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open{border-bottom:0}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content{padding:0!important}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3{margin-bottom:.125rem;margin-top:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3{margin-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3{margin-top:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3{margin-bottom:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3{margin-bottom:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content p,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content p{color:#000;margin-bottom:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content p,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content p{margin-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content p,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content p{margin-bottom:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list{margin-top:.625rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list{margin-top:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list{margin-top:1.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title{margin-bottom:.125rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title{margin-bottom:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list .ccm__list__title{margin-bottom:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul{list-style-type:none;margin-top:.125rem;padding-left:0}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul{margin-top:.25rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul{margin-top:.25rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul li,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__tab-content__left,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__list ul li,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .ccm__tab-content__left{color:#000}#cconsent-init-modal .ccm__content .ccm__footer,#cconsent-modal .ccm__content .ccm__footer{background-color:#fff;bottom:0;justify-content:space-between!important;margin-top:5rem;padding:0;position:absolute;width:100%}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer,#cconsent-modal .ccm__content .ccm__footer{margin-top:5.625rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer,#cconsent-modal .ccm__content .ccm__footer{margin-top:6.25rem}}@media (min-width:576px){#cconsent-init-modal .ccm__content .ccm__footer,#cconsent-modal .ccm__content .ccm__footer{position:sticky}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer,#cconsent-modal .ccm__content .ccm__footer{white-space:nowrap}}#cconsent-init-modal .ccm__content .ccm__footer button,#cconsent-modal .ccm__content .ccm__footer button{display:inherit;vertical-align:top}@media (min-width:576px){#cconsent-init-modal .ccm__content .ccm__footer button,#cconsent-modal .ccm__content .ccm__footer button{height:40px}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button,#cconsent-modal .ccm__content .ccm__footer button{height:30px}}#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{background-color:#fff!important;color:#000;margin-bottom:.625rem;margin-left:.625rem;margin-right:5rem;padding:0}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-left:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-left:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-right:5.625rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-right:6.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-bottom:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-right:2.5rem}}@media (min-width:768px) and (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-right:3.125rem}}@media (min-width:768px) and (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-init-modal .ccm__content .ccm__footer button.ccm__edit,#cconsent-modal .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit,#cconsent-modal .ccm__content .ccm__footer button.ccm__edit{margin-right:3.75rem}}#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give{background-color:#fff;color:#000;font-size:var(--font-size-s);margin-bottom:.625rem;margin-right:.625rem;padding:0;text-decoration:none;text-transform:none}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give{margin-right:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give{margin-right:1.25rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give{margin-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__footer button.consent-give,#cconsent-modal .ccm__content .ccm__footer button.consent-give{margin-bottom:1.25rem}}#cconsent-init-modal .ccm__cheading__close,#cconsent-init-modal .ccm__content .ccm__footer button.consent-decline,#cconsent-modal .ccm__cheading__close,#cconsent-modal .ccm__content .ccm__footer button.consent-decline{display:none}label.form-check-label{font-weight:400}a.ext svg{display:none}a.ext{margin-right:1rem;position:relative}@media (min-width:576px){a.ext{margin-right:1.167rem}}@media (min-width:768px){a.ext{margin-right:1.333rem}}@media (min-width:1024px){a.ext{margin-right:1.5rem}}@media (min-width:1440px){a.ext{margin-right:1.555rem}}a.ext:after{content:url(/themes/custom/arocom/assets/css/../../icons/external-link.svg);display:inline-block;position:absolute;right:-1rem;vertical-align:inherit;width:1rem}@media (min-width:576px){a.ext:after{right:-1.167rem;width:1.167rem}}@media (min-width:768px){a.ext:after{right:-1.333rem;width:1.333rem}}@media (min-width:1024px){a.ext:after{right:-1.5rem;width:1.5rem}}@media (min-width:1440px){a.ext:after{right:-1.555rem;width:1.555rem}}a.ext:hover:after{content:url(/themes/custom/arocom/assets/css/../../icons/external-link.svg);transform:rotate(30deg);transition-duration:.3s}.block-henn-user .preloader-entry .photo{height:82vw}@media (min-width:576px){.block-henn-user .preloader-entry .photo{height:95vw}}@media (min-width:768px){.block-henn-user .preloader-entry .photo{height:42vw}}@media (min-width:1024px){.block-henn-user .preloader-entry .photo{height:26vw}}@media (min-width:1440px){.block-henn-user .preloader-entry .photo{height:25vw}}.block-henn-user .close{text-shadow:none}.block-henn-user .expanded .media img.b-lazy:hover,.block-henn-user .expanded .photo img.b-lazy:hover,.block-henn-user .expanded:hover img.b-lazy{opacity:1!important}#henn_user_directory .related-projects a:hover{padding-left:.625rem}@media (min-width:768px){#henn_user_directory .related-projects a:hover{padding-left:.9375rem}}@media (min-width:1024px){#henn_user_directory .related-projects a:hover{padding-left:1.25rem}}#henn_user_directory .user-directory-maximized&gt;.grid{gap:.625rem}@media (min-width:768px){#henn_user_directory .user-directory-maximized&gt;.grid{gap:.9375rem}}@media (min-width:1024px){#henn_user_directory .user-directory-maximized&gt;.grid{gap:1.25rem}}@media (max-width:767.98px){#henn_user_directory .v-select-container{flex-direction:column}}.ajax-progress-fullscreen{background-color:transparent;background-image:unset!important;background-position:50%;background-repeat:no-repeat;border-radius:0;height:auto;left:50%;opacity:1;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:auto;z-index:1000}.lds-ring{display:inline-block;height:80px;position:relative;width:80px}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-radius:50%;border-top-color:#91c5ae;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.block-back-to-top-block .footer-menu .menu-social ul{justify-content:flex-start}.block-back-to-top-block .footer-menu .menu-footer-spacer{flex-grow:1}.block-back-to-top-block .footer-menu .menu-footer ul{justify-content:flex-start}.layout--accordion{position:relative}.layout--accordion .collapse{display:block;height:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:100%;z-index:-10000}.layout--accordion .collapse.show{display:block;height:auto;opacity:1;overflow:initial;pointer-events:all;position:relative;z-index:1}div.layout--tabs&gt;div.collapse{opacity:0;pointer-events:none;position:absolute;z-index:-1000000000}div.layout--tabs&gt;div.collapse.show{opacity:1;pointer-events:all;position:relative;z-index:1}div.layout--tabs ul.nav.nav-tabs{border-bottom:none;list-style-type:none!important}div.layout--tabs .nav-item{border:1px solid #000;border-radius:130px;margin-left:.125rem}@media (min-width:768px){div.layout--tabs .nav-item{margin-left:.25rem}}@media (min-width:1024px){div.layout--tabs .nav-item{margin-left:.25rem}}div.layout--tabs .nav-item:first-of-type{margin-left:0!important}div.layout--tabs .nav-item.active{background-color:#000;color:#fff}div.layout--tabs .nav-item .nav-link{border:none}div.layout--tabs .nav-item .nav-link:hover{border-color:inherit}div.layout--tabs .nav-item:hover{background-color:#000;color:#fff;transition-duration:.3s}.layout--tabs .tab-wrapper{overflow-x:scroll;scrollbar-width:none}.layout--tabs .tab-wrapper .nav-tabs{-ms-overflow-style:none;flex-wrap:nowrap;min-width:768px;scrollbar-width:none}.layout--tabs .tab-wrapper .nav-tabs .nav-item,.layout--tabs .tab-wrapper .nav-tabs .nav-item *{cursor:pointer}.layout--tabs .tab-wrapper .nav-tabs .nav-item a{white-space:nowrap}@media (min-width:576px){.layout--tabs .tab-wrapper .nav-tabs{min-width:1024px}}.layout--tabs .tab-wrapper::-webkit-scrollbar{background:transparent;width:0}.accordion-end+.layout--onecol .js-layout-builder-region:has(.block-key-infos-block:first-child) .accordion .card:first-child .card-header{border-top:0}@media (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:first-child,.layout--cloud.layout-a-2-row .layout__region:nth-child(2),.layout--cloud.layout-a-2-row .layout__region:nth-child(3),.layout--cloud.layout-a-3-row .layout__region:first-child,.layout--cloud.layout-a-3-row .layout__region:nth-child(2),.layout--cloud.layout-a-3-row .layout__region:nth-child(3),.layout--cloud.layout-b-2-row .layout__region:first-child,.layout--cloud.layout-b-2-row .layout__region:nth-child(2),.layout--cloud.layout-b-2-row .layout__region:nth-child(3),.layout--cloud.layout-b-3-row .layout__region:first-child,.layout--cloud.layout-b-3-row .layout__region:nth-child(2),.layout--cloud.layout-b-3-row .layout__region:nth-child(3){margin-bottom:.125rem}}@media (min-width:768px) and (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:first-child,.layout--cloud.layout-a-2-row .layout__region:nth-child(2),.layout--cloud.layout-a-2-row .layout__region:nth-child(3),.layout--cloud.layout-a-3-row .layout__region:first-child,.layout--cloud.layout-a-3-row .layout__region:nth-child(2),.layout--cloud.layout-a-3-row .layout__region:nth-child(3),.layout--cloud.layout-b-2-row .layout__region:first-child,.layout--cloud.layout-b-2-row .layout__region:nth-child(2),.layout--cloud.layout-b-2-row .layout__region:nth-child(3),.layout--cloud.layout-b-3-row .layout__region:first-child,.layout--cloud.layout-b-3-row .layout__region:nth-child(2),.layout--cloud.layout-b-3-row .layout__region:nth-child(3){margin-bottom:.25rem}}@media (min-width:768px) and (min-width:1024px){.layout--cloud.layout-a-2-row .layout__region:first-child,.layout--cloud.layout-a-2-row .layout__region:nth-child(2),.layout--cloud.layout-a-2-row .layout__region:nth-child(3),.layout--cloud.layout-a-3-row .layout__region:first-child,.layout--cloud.layout-a-3-row .layout__region:nth-child(2),.layout--cloud.layout-a-3-row .layout__region:nth-child(3),.layout--cloud.layout-b-2-row .layout__region:first-child,.layout--cloud.layout-b-2-row .layout__region:nth-child(2),.layout--cloud.layout-b-2-row .layout__region:nth-child(3),.layout--cloud.layout-b-3-row .layout__region:first-child,.layout--cloud.layout-b-3-row .layout__region:nth-child(2),.layout--cloud.layout-b-3-row .layout__region:nth-child(3){margin-bottom:.25rem}}@media (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:nth-child(4),.layout--cloud.layout-a-2-row .layout__region:nth-child(5),.layout--cloud.layout-a-2-row .layout__region:nth-child(6),.layout--cloud.layout-a-3-row .layout__region:nth-child(4),.layout--cloud.layout-a-3-row .layout__region:nth-child(5),.layout--cloud.layout-a-3-row .layout__region:nth-child(6),.layout--cloud.layout-b-2-row .layout__region:nth-child(4),.layout--cloud.layout-b-2-row .layout__region:nth-child(5),.layout--cloud.layout-b-2-row .layout__region:nth-child(6),.layout--cloud.layout-b-3-row .layout__region:nth-child(4),.layout--cloud.layout-b-3-row .layout__region:nth-child(5),.layout--cloud.layout-b-3-row .layout__region:nth-child(6){margin-bottom:.125rem}}@media (min-width:768px) and (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:nth-child(4),.layout--cloud.layout-a-2-row .layout__region:nth-child(5),.layout--cloud.layout-a-2-row .layout__region:nth-child(6),.layout--cloud.layout-a-3-row .layout__region:nth-child(4),.layout--cloud.layout-a-3-row .layout__region:nth-child(5),.layout--cloud.layout-a-3-row .layout__region:nth-child(6),.layout--cloud.layout-b-2-row .layout__region:nth-child(4),.layout--cloud.layout-b-2-row .layout__region:nth-child(5),.layout--cloud.layout-b-2-row .layout__region:nth-child(6),.layout--cloud.layout-b-3-row .layout__region:nth-child(4),.layout--cloud.layout-b-3-row .layout__region:nth-child(5),.layout--cloud.layout-b-3-row .layout__region:nth-child(6){margin-bottom:.25rem}}@media (min-width:768px) and (min-width:1024px){.layout--cloud.layout-a-2-row .layout__region:nth-child(4),.layout--cloud.layout-a-2-row .layout__region:nth-child(5),.layout--cloud.layout-a-2-row .layout__region:nth-child(6),.layout--cloud.layout-a-3-row .layout__region:nth-child(4),.layout--cloud.layout-a-3-row .layout__region:nth-child(5),.layout--cloud.layout-a-3-row .layout__region:nth-child(6),.layout--cloud.layout-b-2-row .layout__region:nth-child(4),.layout--cloud.layout-b-2-row .layout__region:nth-child(5),.layout--cloud.layout-b-2-row .layout__region:nth-child(6),.layout--cloud.layout-b-3-row .layout__region:nth-child(4),.layout--cloud.layout-b-3-row .layout__region:nth-child(5),.layout--cloud.layout-b-3-row .layout__region:nth-child(6){margin-bottom:.25rem}}@media (max-width:1023.98px){.layout--cloud.layout-a-2-row .layout__region:first-child,.layout--cloud.layout-a-2-row .layout__region:nth-child(2),.layout--cloud.layout-a-3-row .layout__region:first-child,.layout--cloud.layout-a-3-row .layout__region:nth-child(2),.layout--cloud.layout-b-2-row .layout__region:first-child,.layout--cloud.layout-b-2-row .layout__region:nth-child(2),.layout--cloud.layout-b-3-row .layout__region:first-child,.layout--cloud.layout-b-3-row .layout__region:nth-child(2){margin-bottom:.125rem}}@media (max-width:1023.98px) and (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:first-child,.layout--cloud.layout-a-2-row .layout__region:nth-child(2),.layout--cloud.layout-a-3-row .layout__region:first-child,.layout--cloud.layout-a-3-row .layout__region:nth-child(2),.layout--cloud.layout-b-2-row .layout__region:first-child,.layout--cloud.layout-b-2-row .layout__region:nth-child(2),.layout--cloud.layout-b-3-row .layout__region:first-child,.layout--cloud.layout-b-3-row .layout__region:nth-child(2){margin-bottom:.25rem}}@media (max-width:1023.98px) and (min-width:1024px){.layout--cloud.layout-a-2-row .layout__region:first-child,.layout--cloud.layout-a-2-row .layout__region:nth-child(2),.layout--cloud.layout-a-3-row .layout__region:first-child,.layout--cloud.layout-a-3-row .layout__region:nth-child(2),.layout--cloud.layout-b-2-row .layout__region:first-child,.layout--cloud.layout-b-2-row .layout__region:nth-child(2),.layout--cloud.layout-b-3-row .layout__region:first-child,.layout--cloud.layout-b-3-row .layout__region:nth-child(2){margin-bottom:.25rem}}@media (max-width:1023.98px){.layout--cloud.layout-a-2-row .layout__region:nth-child(3),.layout--cloud.layout-a-2-row .layout__region:nth-child(4),.layout--cloud.layout-a-3-row .layout__region:nth-child(3),.layout--cloud.layout-a-3-row .layout__region:nth-child(4),.layout--cloud.layout-b-2-row .layout__region:nth-child(3),.layout--cloud.layout-b-2-row .layout__region:nth-child(4),.layout--cloud.layout-b-3-row .layout__region:nth-child(3),.layout--cloud.layout-b-3-row .layout__region:nth-child(4){margin-bottom:.125rem}}@media (max-width:1023.98px) and (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:nth-child(3),.layout--cloud.layout-a-2-row .layout__region:nth-child(4),.layout--cloud.layout-a-3-row .layout__region:nth-child(3),.layout--cloud.layout-a-3-row .layout__region:nth-child(4),.layout--cloud.layout-b-2-row .layout__region:nth-child(3),.layout--cloud.layout-b-2-row .layout__region:nth-child(4),.layout--cloud.layout-b-3-row .layout__region:nth-child(3),.layout--cloud.layout-b-3-row .layout__region:nth-child(4){margin-bottom:.25rem}}@media (max-width:1023.98px) and (min-width:1024px){.layout--cloud.layout-a-2-row .layout__region:nth-child(3),.layout--cloud.layout-a-2-row .layout__region:nth-child(4),.layout--cloud.layout-a-3-row .layout__region:nth-child(3),.layout--cloud.layout-a-3-row .layout__region:nth-child(4),.layout--cloud.layout-b-2-row .layout__region:nth-child(3),.layout--cloud.layout-b-2-row .layout__region:nth-child(4),.layout--cloud.layout-b-3-row .layout__region:nth-child(3),.layout--cloud.layout-b-3-row .layout__region:nth-child(4){margin-bottom:.25rem}}@media (max-width:1023.98px){.layout--cloud.layout-a-2-row .layout__region:nth-child(5),.layout--cloud.layout-a-2-row .layout__region:nth-child(6),.layout--cloud.layout-a-3-row .layout__region:nth-child(5),.layout--cloud.layout-a-3-row .layout__region:nth-child(6),.layout--cloud.layout-b-2-row .layout__region:nth-child(5),.layout--cloud.layout-b-2-row .layout__region:nth-child(6),.layout--cloud.layout-b-3-row .layout__region:nth-child(5),.layout--cloud.layout-b-3-row .layout__region:nth-child(6){margin-bottom:.125rem}}@media (max-width:1023.98px) and (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:nth-child(5),.layout--cloud.layout-a-2-row .layout__region:nth-child(6),.layout--cloud.layout-a-3-row .layout__region:nth-child(5),.layout--cloud.layout-a-3-row .layout__region:nth-child(6),.layout--cloud.layout-b-2-row .layout__region:nth-child(5),.layout--cloud.layout-b-2-row .layout__region:nth-child(6),.layout--cloud.layout-b-3-row .layout__region:nth-child(5),.layout--cloud.layout-b-3-row .layout__region:nth-child(6){margin-bottom:.25rem}}@media (max-width:1023.98px) and (min-width:1024px){.layout--cloud.layout-a-2-row .layout__region:nth-child(5),.layout--cloud.layout-a-2-row .layout__region:nth-child(6),.layout--cloud.layout-a-3-row .layout__region:nth-child(5),.layout--cloud.layout-a-3-row .layout__region:nth-child(6),.layout--cloud.layout-b-2-row .layout__region:nth-child(5),.layout--cloud.layout-b-2-row .layout__region:nth-child(6),.layout--cloud.layout-b-3-row .layout__region:nth-child(5),.layout--cloud.layout-b-3-row .layout__region:nth-child(6){margin-bottom:.25rem}}@media (max-width:1023.98px){.layout--cloud.layout-a-2-row .layout__region:nth-child(7),.layout--cloud.layout-a-2-row .layout__region:nth-child(8),.layout--cloud.layout-a-3-row .layout__region:nth-child(7),.layout--cloud.layout-a-3-row .layout__region:nth-child(8),.layout--cloud.layout-b-2-row .layout__region:nth-child(7),.layout--cloud.layout-b-2-row .layout__region:nth-child(8),.layout--cloud.layout-b-3-row .layout__region:nth-child(7),.layout--cloud.layout-b-3-row .layout__region:nth-child(8){margin-bottom:.125rem}}@media (max-width:1023.98px) and (min-width:768px){.layout--cloud.layout-a-2-row .layout__region:nth-child(7),.layout--cloud.layout-a-2-row .layout__region:nth-child(8),.layout--cloud.layout-a-3-row .layout__region:nth-child(7),.layout--cloud.layout-a-3-row .layout__region:nth-child(8),.layout--cloud.layout-b-2-row .layout__region:nth-child(7),.layout--cloud.layout-b-2-row .layout__region:nth-child(8),.layout--cloud.layout-b-3-row .layout__region:nth-child(7),.layout--cloud.layout-b-3-row .layout__region:nth-child(8){margin-bottom:.25rem}}@media (max-width:1023.98px) and (min-width:1024px){.layout--cloud.layout-a-2-row .layout__region:nth-child(7),.layout--cloud.layout-a-2-row .layout__region:nth-child(8),.layout--cloud.layout-a-3-row .layout__region:nth-child(7),.layout--cloud.layout-a-3-row .layout__region:nth-child(8),.layout--cloud.layout-b-2-row .layout__region:nth-child(7),.layout--cloud.layout-b-2-row .layout__region:nth-child(8),.layout--cloud.layout-b-3-row .layout__region:nth-child(7),.layout--cloud.layout-b-3-row .layout__region:nth-child(8){margin-bottom:.25rem}}.accordion .card .card-header,.field-group-accordion-wrapper .card .card-header{border-top:1px solid #000;cursor:pointer}.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding:.625rem;transition:color .3s ease-in-out}@media (min-width:768px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-left:.9375rem}}@media (min-width:1024px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-left:1.25rem}}@media (min-width:768px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-right:.9375rem}}@media (min-width:1024px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-right:1.25rem}}@media (min-width:768px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-top:.9375rem}}@media (min-width:1024px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-top:1.25rem}}@media (min-width:768px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-bottom:.9375rem}}@media (min-width:1024px){.accordion .card .card-header&gt;h5,.field-group-accordion-wrapper .card .card-header&gt;h5{padding-bottom:1.25rem}}.accordion .card .card-header .card-body,.field-group-accordion-wrapper .card .card-header .card-body{border-top:1px solid #000;padding-bottom:.125rem;padding-top:.125rem}@media (min-width:768px){.accordion .card .card-header .card-body,.field-group-accordion-wrapper .card .card-header .card-body{padding-top:.25rem}}@media (min-width:1024px){.accordion .card .card-header .card-body,.field-group-accordion-wrapper .card .card-header .card-body{padding-top:.25rem}}@media (min-width:768px){.accordion .card .card-header .card-body,.field-group-accordion-wrapper .card .card-header .card-body{padding-bottom:.25rem}}@media (min-width:1024px){.accordion .card .card-header .card-body,.field-group-accordion-wrapper .card .card-header .card-body{padding-bottom:.25rem}}.accordion .card .card-header .card-body p:last-child,.field-group-accordion-wrapper .card .card-header .card-body p:last-child{margin-bottom:0}.accordion .card .card-header .card-body ul,.field-group-accordion-wrapper .card .card-header .card-body ul{list-style-type:inherit!important}.accordion .card .card-header .card-body blockquote,.field-group-accordion-wrapper .card .card-header .card-body blockquote{grid-column:span 8/span 8;left:25%;position:relative}.accordion .card .card-header .card-body .last-grouped-layout-item:not(.block-inline-blocktext),.field-group-accordion-wrapper .card .card-header .card-body .last-grouped-layout-item:not(.block-inline-blocktext){margin-bottom:0}.accordion .card .card-header .card-body .block-inline-blocktext:is(:first-child),.field-group-accordion-wrapper .card .card-header .card-body .block-inline-blocktext:is(:first-child){padding-top:2.5rem}@media (min-width:768px){.accordion .card .card-header .card-body .block-inline-blocktext:is(:first-child),.field-group-accordion-wrapper .card .card-header .card-body .block-inline-blocktext:is(:first-child){padding-top:3.125rem}}@media (min-width:1024px){.accordion .card .card-header .card-body .block-inline-blocktext:is(:first-child),.field-group-accordion-wrapper .card .card-header .card-body .block-inline-blocktext:is(:first-child){padding-top:3.75rem}}.accordion .card:last-of-type .card-header[aria-expanded=true],.field-group-accordion-wrapper .card:last-of-type .card-header[aria-expanded=true]{border-bottom:none}.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-collapsed.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:39px;margin-right:1.25rem;padding-right:1.25rem;width:39px}@media (min-width:768px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{padding-right:1.875rem}}@media (min-width:1024px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{padding-right:2.5rem}}@media (min-width:768px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{margin-right:1.875rem}}@media (min-width:1024px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{margin-right:2.5rem}}@media (min-width:576px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{height:39px;width:39px}}@media (min-width:768px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{height:39px;width:39px}}@media (min-width:1024px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{stroke-width:2px;height:58px;width:58px}}@media (min-width:1440px){.accordion .card .card-header .accordion-handle,.field-group-accordion-wrapper .card .card-header .accordion-handle{height:58px;width:58px}}.accordion .card .card-header.collapsed .accordion-handle,.field-group-accordion-wrapper .card .card-header.collapsed .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-open.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.accordion .card .card-header:hover .accordion-handle,.field-group-accordion-wrapper .card .card-header:hover .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-collapsed:hover.svg)}.accordion .card .card-header:hover.collapsed .accordion-handle,.field-group-accordion-wrapper .card .card-header:hover.collapsed .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-open:hover.svg)}.accordion .card .last-grouped-layout-item .card-body,.field-group-accordion-wrapper .card .last-grouped-layout-item .card-body{border-top:none}.block-inline-blockimage{display:inherit;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.block-inline-blockimage&gt;*{height:100%}.block-inline-blockimage picture{margin:auto}.layout--gallery .block.block-layout-builder.block-inline-blockimage{margin-bottom:0!important;overflow:unset}.layout--gallery .block.block-layout-builder.block-inline-blockimage figcaption{margin-bottom:.625rem;width:100%}@media (min-width:768px){.layout--gallery .block.block-layout-builder.block-inline-blockimage figcaption{margin-bottom:.9375rem}}@media (min-width:1024px){.layout--gallery .block.block-layout-builder.block-inline-blockimage figcaption{margin-bottom:1.25rem}}.layout--gallery .block.block-layout-builder.block-inline-blockimage figcaption.landscape-full-width{max-width:45vw}.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){font-size:.7rem;margin-bottom:.625rem;margin-top:.125rem;width:100%}@media (min-width:768px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){margin-top:.25rem}}@media (min-width:1024px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){margin-top:.25rem}}@media (min-width:768px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){margin-bottom:.9375rem}}@media (min-width:1024px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){margin-bottom:1.25rem}}@media (min-width:576px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){font-size:.8rem}}@media (min-width:768px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){font-size:1rem}}@media (min-width:1440px){.block.block-inline-blocktwo-images figcaption:not(:empty),.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty){font-size:1.1rem}}.block.block-inline-blocktwo-images figcaption:not(:empty).landscape-full-width,.block.block-layout-builder.block-inline-blockimage figcaption:not(:empty).landscape-full-width{max-width:45vw}.layout--gallery:has(figcaption){height:auto!important}.layout--gallery .wrapper{height:auto;height:-webkit-fill-available!important;margin:3.75rem auto;padding-left:.125rem;padding-right:.125rem}@media (min-width:768px){.layout--gallery .wrapper{margin-top:4.375rem}}@media (min-width:1024px){.layout--gallery .wrapper{margin-top:5rem}}@media (min-width:768px){.layout--gallery .wrapper{margin-bottom:4.375rem}}@media (min-width:1024px){.layout--gallery .wrapper{margin-bottom:5rem}}@media (min-width:768px){.layout--gallery .wrapper{padding-right:.25rem}}@media (min-width:1024px){.layout--gallery .wrapper{padding-right:.25rem}}@media (min-width:768px){.layout--gallery .wrapper{padding-left:.25rem}}@media (min-width:1024px){.layout--gallery .wrapper{padding-left:.25rem}}[class*="layout_builder."] .block.block-layout-builder.block-inline-blockimage{overflow:hidden}article&gt;.js-layout-builder-region&gt;.block-inline-blockimage:first-child{margin-top:-2.5rem;padding-top:.125rem}@media (min-width:768px){article&gt;.js-layout-builder-region&gt;.block-inline-blockimage:first-child{margin-top:-3.125rem}}@media (min-width:1024px){article&gt;.js-layout-builder-region&gt;.block-inline-blockimage:first-child{margin-top:-3.75rem}}@media (min-width:768px){article&gt;.js-layout-builder-region&gt;.block-inline-blockimage:first-child{padding-top:.25rem}}@media (min-width:1024px){article&gt;.js-layout-builder-region&gt;.block-inline-blockimage:first-child{padding-top:.25rem}}.field-block-content-text-body-value&gt;*{grid-column:span 12/span 12}@media (min-width:1024px){.field-block-content-text-body-value&gt;*{grid-column:span 8/span 8}}.field-block-content-text-body-value h1,.field-block-content-text-body-value h2,.field-block-content-text-body-value h3,.field-block-content-text-body-value h4,.field-block-content-text-body-value h5,.field-block-content-text-body-value h6{grid-column:span 10/span 10}@media (min-width:1024px){.field-block-content-text-body-value h1,.field-block-content-text-body-value h2,.field-block-content-text-body-value h3,.field-block-content-text-body-value h4,.field-block-content-text-body-value h5,.field-block-content-text-body-value h6{grid-column:span 8/span 8}}.field-block-content-text-body-value blockquote{grid-column-end:11;grid-column-start:3;margin-bottom:2.5rem;margin-top:1.25rem}@media (min-width:768px){.field-block-content-text-body-value blockquote{margin-top:1.875rem}}@media (min-width:1024px){.field-block-content-text-body-value blockquote{margin-top:2.5rem}}@media (min-width:768px){.field-block-content-text-body-value blockquote{margin-bottom:3.125rem}}@media (min-width:1024px){.field-block-content-text-body-value blockquote{margin-bottom:3.75rem}}.block-inline-blocksection-headline .block-inline-blocktext h3,.block-inline-blocksection-headline .node--type--project.node--view-mode-default h3,.block-inline-blocktext .block-inline-blocksection-headline h3,.block-inline-blocktext h2,.node--type--project.node--view-mode-default .block-inline-blocksection-headline h3,.node--type--project.node--view-mode-default h2{margin-bottom:1.25rem;margin-top:.625rem}@media (min-width:768px){.block-inline-blocksection-headline .block-inline-blocktext h3,.block-inline-blocksection-headline .node--type--project.node--view-mode-default h3,.block-inline-blocktext .block-inline-blocksection-headline h3,.block-inline-blocktext h2,.node--type--project.node--view-mode-default .block-inline-blocksection-headline h3,.node--type--project.node--view-mode-default h2{margin-top:.9375rem}}@media (min-width:1024px){.block-inline-blocksection-headline .block-inline-blocktext h3,.block-inline-blocksection-headline .node--type--project.node--view-mode-default h3,.block-inline-blocktext .block-inline-blocksection-headline h3,.block-inline-blocktext h2,.node--type--project.node--view-mode-default .block-inline-blocksection-headline h3,.node--type--project.node--view-mode-default h2{margin-top:1.25rem}}@media (min-width:768px){.block-inline-blocksection-headline .block-inline-blocktext h3,.block-inline-blocksection-headline .node--type--project.node--view-mode-default h3,.block-inline-blocktext .block-inline-blocksection-headline h3,.block-inline-blocktext h2,.node--type--project.node--view-mode-default .block-inline-blocksection-headline h3,.node--type--project.node--view-mode-default h2{margin-bottom:1.875rem}}@media (min-width:1024px){.block-inline-blocksection-headline .block-inline-blocktext h3,.block-inline-blocksection-headline .node--type--project.node--view-mode-default h3,.block-inline-blocktext .block-inline-blocksection-headline h3,.block-inline-blocktext h2,.node--type--project.node--view-mode-default .block-inline-blocksection-headline h3,.node--type--project.node--view-mode-default h2{margin-bottom:2.5rem}}.block-inline-blocktext h3,.node--type--project.node--view-mode-default h3{margin-bottom:.625rem;margin-top:.125rem}@media (min-width:768px){.block-inline-blocktext h3,.node--type--project.node--view-mode-default h3{margin-top:.25rem}}@media (min-width:1024px){.block-inline-blocktext h3,.node--type--project.node--view-mode-default h3{margin-top:.25rem}}@media (min-width:768px){.block-inline-blocktext h3,.node--type--project.node--view-mode-default h3{margin-bottom:.9375rem}}@media (min-width:1024px){.block-inline-blocktext h3,.node--type--project.node--view-mode-default h3{margin-bottom:1.25rem}}.block-inline-blocktext ul,.node--type--project.node--view-mode-default ul{margin-left:.625rem;padding-left:.625rem}@media (min-width:768px){.block-inline-blocktext ul,.node--type--project.node--view-mode-default ul{padding-left:.9375rem}}@media (min-width:1024px){.block-inline-blocktext ul,.node--type--project.node--view-mode-default ul{padding-left:1.25rem}}@media (min-width:768px){.block-inline-blocktext ul,.node--type--project.node--view-mode-default ul{margin-left:.9375rem}}@media (min-width:1024px){.block-inline-blocktext ul,.node--type--project.node--view-mode-default ul{margin-left:1.25rem}}.block-inline-blocktext ul li,.node--type--project.node--view-mode-default ul li{margin-bottom:.625rem}@media (min-width:768px){.block-inline-blocktext ul li,.node--type--project.node--view-mode-default ul li{margin-bottom:.9375rem}}@media (min-width:1024px){.block-inline-blocktext ul li,.node--type--project.node--view-mode-default ul li{margin-bottom:1.25rem}}.block-inline-blocktext a,.node--type--project.node--view-mode-default a{padding-right:.125rem}@media (min-width:768px){.block-inline-blocktext a,.node--type--project.node--view-mode-default a{padding-right:.25rem}}@media (min-width:1024px){.block-inline-blocktext a,.node--type--project.node--view-mode-default a{padding-right:.25rem}}.block-inline-blocktext a.ext:after,.node--type--project.node--view-mode-default a.ext:after{padding-left:.125rem}@media (min-width:768px){.block-inline-blocktext a.ext:after,.node--type--project.node--view-mode-default a.ext:after{padding-left:.25rem}}@media (min-width:1024px){.block-inline-blocktext a.ext:after,.node--type--project.node--view-mode-default a.ext:after{padding-left:.25rem}}.node--type--project.node--view-mode-full .node--view-mode-key-infos a{padding-right:.125rem}@media (min-width:768px){.node--type--project.node--view-mode-full .node--view-mode-key-infos a{padding-right:.25rem}}@media (min-width:1024px){.node--type--project.node--view-mode-full .node--view-mode-key-infos a{padding-right:.25rem}}.block-inline-blocksection-headline h3{margin-bottom:1.25rem}@media (min-width:768px){.block-inline-blocksection-headline h3{margin-bottom:1.875rem}}@media (min-width:1024px){.block-inline-blocksection-headline h3{margin-bottom:2.5rem}}ol li{margin-bottom:.625rem;margin-left:.625rem}@media (min-width:768px){ol li{margin-bottom:.9375rem}}@media (min-width:1024px){ol li{margin-bottom:1.25rem}}@media (min-width:768px){ol li{margin-left:.9375rem}}@media (min-width:1024px){ol li{margin-left:1.25rem}}.block-inline-blocktext .layout-builder-button-group&gt;a{border:none!important}#vacancy-form-iframe{border:none}.field--label{font-weight:700}body:not(.node-1) .arocom-media-slider .swiper-wrapper picture{display:block;width:100%}body:not(.node-1) .arocom-media-slider .swiper-wrapper img.img-fluid{min-width:unset}body:not(.node-1) .arocom-media-slider .swiper-wrapper img{cursor:pointer;display:block;height:inherit!important;margin:auto;max-height:90vh;max-width:100%!important;-o-object-fit:contain;object-fit:contain}body:not(.node-1) .arocom-media-slider .swiper-wrapper .swiper-slide .block-inline-blockvideo{background-color:transparent}body:not(.node-1) .arocom-media-slider .mfp-trigger{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:2rem;position:absolute;right:.625rem;top:.625rem;z-index:500}@media (min-width:768px){body:not(.node-1) .arocom-media-slider .mfp-trigger{top:35px}}@media (min-width:576px){body:not(.node-1) .arocom-media-slider .mfp-trigger{font-size:2.3rem;right:1.25rem;top:1.25rem}}body:not(.node-1) .arocom-media-slider .mfp-trigger .icon{align-items:center;background-color:rgba(0,0,0,.4);border-radius:50%;display:flex;font-size:32px;height:30px;justify-content:center;line-height:0;padding-bottom:6px;position:relative;width:30px}@media (min-width:576px){body:not(.node-1) .arocom-media-slider .mfp-trigger .icon{font-size:38px;height:40px;line-height:40px;width:40px}}body:not(.node-1) .arocom-media-slider .mfp-trigger .icon .arocom-media-slider--plus-icon{padding-bottom:.125rem}@media (min-width:768px){body:not(.node-1) .arocom-media-slider .mfp-trigger .icon .arocom-media-slider--plus-icon{padding-bottom:.25rem}}@media (min-width:1024px){body:not(.node-1) .arocom-media-slider .mfp-trigger .icon .arocom-media-slider--plus-icon{padding-bottom:.25rem}}body:not(.node-1) .arocom-media-slider .mfp-trigger .icon .arocom-media-slider--plus-icon:after{content:"+";font-size:1.6rem;font-weight:bolder;height:13px;transition-duration:.3s}@media (min-width:576px){body:not(.node-1) .arocom-media-slider .mfp-trigger .icon .arocom-media-slider--plus-icon:after{font-size:1.9rem}}body:not(.node-1) .arocom-media-slider .mfp-trigger .icon:hover{background-color:#000;font-weight:bolder}body:not(.node-1) .arocom-media-slider .mfp-trigger .icon:after{content:"+";position:absolute}body:not(.node-1) .arocom-media-slider .mfp-trigger:hover .arocom-media-slider--plus-icon:after{font-weight:400}body:not(.node-1) .arocom-media-slider .swiper-buttons{display:flex;height:auto;justify-content:space-between;left:0;margin-left:.625rem;margin-right:.625rem;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}@media (min-width:576px){body:not(.node-1) .arocom-media-slider .swiper-buttons{margin-left:1.25rem;margin-right:1.25rem}}body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button{background-image:none!important;border-radius:2em;bottom:auto;color:#fff;content:url(/themes/custom/arocom/assets/css/../../icons/Elements-Gallery-Arrow-Default.svg);font-weight:700;height:46px;left:auto;line-height:1rem;margin:0 .5em 0 0;padding:0!important;padding:.625rem;position:relative;right:auto;top:auto;transform:rotate(180deg);width:46px}@media (min-width:768px){body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button{padding:.9375rem}}@media (min-width:1024px){body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button{padding:1.25rem}}@media (min-width:768px){body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button{height:55px;width:55px}}@media (min-width:1440px){body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button{height:64px;width:64px}}body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button:last-child{margin-right:0}body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button:focus{border:none}body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button:hover{background-color:#000;content:url(/themes/custom/arocom/assets/css/../../icons/Elements-Gallery-Arrow-Active.svg)}body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button:after{height:40px;position:absolute;width:45px}body:not(.node-1) .arocom-media-slider .swiper-buttons .swiper-button-prev{content:url(/themes/custom/arocom/assets/css/../../icons/Elements-Gallery-Arrow-Default.svg);transform:rotate(0deg)}body:not(.node-1) .arocom-media-slider .slide-info{background-color:rgba(0,0,0,.4);border-radius:2em;bottom:26px;color:#fff;font-weight:700;padding:.625rem;position:absolute;right:.625rem}@media (min-width:768px){body:not(.node-1) .arocom-media-slider .slide-info{padding:.9375rem}}@media (min-width:1024px){body:not(.node-1) .arocom-media-slider .slide-info{padding:1.25rem}}@media (min-width:576px){body:not(.node-1) .arocom-media-slider .slide-info{right:1.25rem}}body:not(.node-1) .arocom-media-slider .swiper-pagination{bottom:24px}body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper picture{margin:0 auto;width:-moz-fit-content;width:fit-content}body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper img.img-fluid{width:unset}body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){font-size:.7rem;margin-bottom:.625rem;margin-left:.125rem;margin-top:.125rem;max-width:45vw;width:100%}@media (min-width:768px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){margin-top:.25rem}}@media (min-width:1024px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){margin-top:.25rem}}@media (min-width:768px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){margin-bottom:.9375rem}}@media (min-width:1024px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){margin-bottom:1.25rem}}@media (min-width:768px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){margin-left:.25rem}}@media (min-width:1024px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){margin-left:.25rem}}@media (min-width:576px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){font-size:.8rem}}@media (min-width:768px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){font-size:1rem}}@media (min-width:1440px){body:not(.node-1) .block-project-gallery-block .arocom-media-slider .swiper-wrapper .media-caption:not(:empty){font-size:1.1rem}}body:not(.node-1) .swiper-video-full,body:not(.node-1) .swiper-video-full .swiper-container{height:100%!important}body:not(.node-1) .swiper-video-bg,body:not(.node-1) .swiper-video-bg .swiper-container{background-color:transparent!important}.spacer-content-viewport{padding-top:20vh}.content-position{position:fixed}.arocom-media-slider[swiper-style=custom]{height:100vh}.arocom-media-slider[swiper-style=custom] .swiper-container{height:100vh;opacity:1;overflow:unset;overflow:hidden}.arocom-media-slider[swiper-style=custom] .swiper-container .swiper-wrapper .swiper-slide{height:100vh;width:100vw}.arocom-media-slider[swiper-style=custom] .swiper-container .swiper-wrapper .swiper-slide .manual-teaser img.img-fluid,.arocom-media-slider[swiper-style=custom] .swiper-container .swiper-wrapper .swiper-slide .manual-teaser picture{height:100vh;-o-object-fit:cover;object-fit:cover;width:100%}.arocom-media-slider[swiper-style=custom] .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-pseudo{display:none}.arocom-media-slider[swiper-style=custom] .swiper-container .swiper-wrapper::-webkit-scrollbar{display:none}.arocom-media-slider[swiper-style=custom] .swiper-container .swiper-wrapper.overflow-scroll{overflow:auto}.swiper-container{opacity:0;transition:all .2s ease-in-out}.swiper-container.swiper-ready{opacity:1}.node-1 .swiper-container{left:calc(-50vw + 50%);margin-left:0!important;margin-right:0!important;position:relative;width:100vw}.btn-primary,.btn-secondary{align-items:center;border-radius:50%;display:flex;font-weight:700;height:117px;justify-content:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:117px}.btn-primary:hover,.btn-secondary:hover{background-color:#fff;border-color:#000;color:#000}.btn-primary{background-color:#000;color:#fff}.btn-secondary{background-color:#f6f6f6;border-color:#f6f6f6;color:#000}.view-vacancies [type=submit]{display:none}.view-vacancies .vacancy-image{height:30vw;width:30vw}@media (min-width:576px){.view-vacancies .vacancy-image{height:30vw;width:30vw}}@media (min-width:768px){.view-vacancies .vacancy-image{height:16vw;width:16vw}}@media (min-width:1024px){.view-vacancies .vacancy-image{height:16vw;width:16vw}}@media (min-width:1440px){.view-vacancies .vacancy-image{height:10.5vw;width:10.5vw}}@media (min-width:1600px){.view-vacancies .vacancy-image{aspect-ratio:1/1;height:auto;width:auto}}.view-vacancies header h3{padding-bottom:1.25rem}@media (min-width:768px){.view-vacancies header h3{padding-bottom:1.875rem}}@media (min-width:1024px){.view-vacancies header h3{padding-bottom:2.5rem}}.view-vacancies nav ul.pager-show-more{margin-top:2.5rem}@media (min-width:768px){.view-vacancies nav ul.pager-show-more{margin-top:3.125rem}}@media (min-width:1024px){.view-vacancies nav ul.pager-show-more{margin-top:3.75rem}}.view-vacancies .no-result{margin-bottom:5rem!important;margin-top:-.625rem!important}@media (min-width:768px){.view-vacancies .no-result{margin-bottom:5.625rem!important}}@media (min-width:1024px){.view-vacancies .no-result{margin-bottom:6.25rem!important}}@media (min-width:768px){.view-vacancies .no-result{margin-top:-.9375rem!important}}@media (min-width:1024px){.view-vacancies .no-result{margin-top:-1.25rem!important}}.view-vacancies .views-exposed-form{margin-bottom:5rem!important}@media (min-width:768px){.view-vacancies .views-exposed-form{margin-bottom:5.625rem!important}}@media (min-width:1024px){.view-vacancies .views-exposed-form{margin-bottom:6.25rem!important}}.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value{align-items:center;display:flex;margin-bottom:.625rem}@media (min-width:768px){.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value{margin-bottom:.9375rem}}@media (min-width:1024px){.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value{margin-bottom:1.25rem}}.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value:last-child{margin-bottom:0}.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value label{padding-left:.625rem}@media (min-width:768px){.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value label{padding-left:.9375rem}}@media (min-width:1024px){.view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value label{padding-left:1.25rem}}.view-vacancies .views-exposed-form fieldset input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #000;border-radius:50%;display:grid;height:1.313rem;margin-top:0;place-content:center;position:relative;width:1.313rem}.view-vacancies .views-exposed-form fieldset input[type=radio]:hover{cursor:pointer}@media (min-width:768px){.view-vacancies .views-exposed-form fieldset input[type=radio]{height:1.75rem;width:1.75rem}}.view-vacancies .views-exposed-form fieldset input[type=radio]:before{border-radius:50%;box-shadow:inset 2em 1em #000;content:"";height:1.313rem;transform:scale(0);transition:transform .12s ease-in-out;width:1.313rem}@media (min-width:768px){.view-vacancies .views-exposed-form fieldset input[type=radio]:before{height:1.75rem;width:1.75rem}}.view-vacancies .views-exposed-form fieldset input[type=radio]:checked:before{transform:scale(1)}.view-project-overview-table-container{height:0;margin-left:0!important;margin-right:0!important;overflow:hidden}@media (max-width:1439.98px){.view-project-overview-table-container{margin-top:1px}}.view-project-overview-table-container .project-overview-exposed-filter{display:flex}.view-project-overview-table-container table,.view-project-overview-table-container table td,.view-project-overview-table-container table th,.view-project-overview-table-container table tr{border:none;display:block}.view-project-overview-table-container table table,.view-project-overview-table-container table tbody,.view-project-overview-table-container table thead{display:block}.view-project-overview-table-container table tbody tr,.view-project-overview-table-container table thead tr{display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width:1439.98px){.view-project-overview-table-container table tbody tr,.view-project-overview-table-container table thead tr{grid-template-columns:repeat(3,1fr)}}@media (max-width:1023.98px){.view-project-overview-table-container table tbody tr,.view-project-overview-table-container table thead tr{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.view-project-overview-table-container table tbody tr,.view-project-overview-table-container table thead tr{grid-template-columns:repeat(1,1fr)}}.view-project-overview-table-container table p,.view-project-overview-table-container table td,.view-project-overview-table-container table th{margin:0;padding:0}.view-project-overview-table-container table tr{border-bottom:1px solid #000}@media (max-width:1023.98px){.view-project-overview-table-container table thead{display:none}}.view-project-overview-table-container table thead tr{gap:.625rem;padding:.625rem;width:100%}@media (min-width:768px){.view-project-overview-table-container table thead tr{gap:.9375rem}}@media (min-width:1024px){.view-project-overview-table-container table thead tr{gap:1.25rem}}@media (min-width:768px){.view-project-overview-table-container table thead tr{padding:.9375rem}}@media (min-width:1024px){.view-project-overview-table-container table thead tr{padding:1.25rem}}@media (min-width:768px){.view-project-overview-table-container table thead tr{width:auto}}.view-project-overview-table-container table td{font-size:1.125rem}@media (min-width:768px){.view-project-overview-table-container table td{font-size:1.438rem}}.view-project-overview-table-container table tbody tr{gap:.625rem;padding:.625rem;position:relative;width:100%}@media (min-width:768px){.view-project-overview-table-container table tbody tr{gap:.9375rem}}@media (min-width:1024px){.view-project-overview-table-container table tbody tr{gap:1.25rem}}@media (min-width:768px){.view-project-overview-table-container table tbody tr{padding:.9375rem}}@media (min-width:1024px){.view-project-overview-table-container table tbody tr{padding:1.25rem}}@media (min-width:768px){.view-project-overview-table-container table tbody tr{flex-direction:row}}@media (max-width:767.98px){.view-project-overview-table-container table tbody tr:first-child td:first-child{border-top:0!important}}.view-project-overview-table-container table tbody tr:hover{background-color:#000;color:#fff}.view-project-overview-table-container table tbody tr:hover td *{color:#fff}.view-project-overview-table-container table tbody tr .project-link{height:100%;left:0;position:absolute;top:0;width:100%}.view-project-overview-table-container table tbody tr .project-link:hover{cursor:pointer}.view-project-overview-table-container table tbody tr .views-field-field-building-owner,.view-project-overview-table-container table tbody tr .views-field-field-headline{pointer-events:none}@media (max-width:1439.98px){.view-project-overview-table-container table .priority-low{display:none}}@media (max-width:1023.98px){.view-project-overview-table-container table .priority-medium{display:none}}.view-project-overview-table-container table .tablesort{background-repeat:no-repeat;background-size:contain;height:16px;width:16px}@media (min-width:768px){.view-project-overview-table-container table .tablesort{height:24px;width:24px}}.view-project-overview-table-container table .tablesort--desc{background-image:url(/themes/custom/arocom/assets/css/../../icons/Union.svg)}.view-project-overview-table-container table .tablesort--asc{background-image:url(/themes/custom/arocom/assets/css/../../icons/Union.svg);transform:rotate(180deg)}.view-project-overview-table-container .tableresponsive-toggle-columns{display:none}.view-project-overview-table-container nav ul{justify-content:flex-start!important}.view-project-overview-table-container nav ul li a{background-color:unset}.view-project-overview-table-container nav ul li.is-active a{background-color:unset!important;border:unset!important;color:#000!important;font-weight:700!important;text-decoration:underline}.view-project-overview-table-container th.is-active&gt;a{align-items:center;display:flex;gap:.625rem}@media (min-width:768px){.view-project-overview-table-container th.is-active&gt;a{gap:.9375rem}}@media (min-width:1024px){.view-project-overview-table-container th.is-active&gt;a{gap:1.25rem}}.view-active{height:100%;overflow:initial}.view-inactive{height:0;overflow:hidden}[data-drupal-selector=views-exposed-form-projects-overview-block-1],[data-drupal-selector=views-exposed-form-projects-overview-project-overview]{justify-content:flex-end;margin-top:-1px}[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-bottom:1.25rem;margin-left:1.25rem;margin-top:1.25rem}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-top:1.875rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-top:2.5rem}}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-bottom:1.875rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-bottom:2.5rem}}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-left:1.875rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-left:2.5rem}}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-bottom:0!important;margin-left:0!important;margin-top:0!important}[data-drupal-selector=views-exposed-form-projects-overview-block-1],[data-drupal-selector=views-exposed-form-projects-overview-project-overview]{align-items:center;justify-content:space-between}}[data-drupal-selector=views-exposed-form-projects-overview-block-1] .project-overview-exposed-filter,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .project-overview-exposed-filter{display:flex;flex-flow:column}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .project-overview-exposed-filter,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .project-overview-exposed-filter{flex-flow:row}}[data-drupal-selector=views-exposed-form-projects-overview-block-1] [data-drupal-selector=edit-actions],[data-drupal-selector=views-exposed-form-projects-overview-project-overview] [data-drupal-selector=edit-actions]{display:none}[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select{padding-bottom:.625rem;padding-top:.625rem}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select{padding-bottom:.9375rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select{padding-bottom:1.25rem}}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select{padding-top:.9375rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select{padding-top:1.25rem}}[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select{cursor:pointer}[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{padding-bottom:.625rem;padding-top:.625rem}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{padding-bottom:.9375rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{padding-bottom:1.25rem}}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{padding-top:.9375rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-block-1] .custom-select option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__dropdown-option,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select .vs__search,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .custom-select option{padding-top:1.25rem}}[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-right:.625rem}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-right:.9375rem}}@media (min-width:1024px){[data-drupal-selector=views-exposed-form-projects-overview-block-1] .vue-table-toggle,[data-drupal-selector=views-exposed-form-projects-overview-project-overview] .vue-table-toggle{margin-right:1.25rem}}@media (min-width:768px){[data-drupal-selector=views-exposed-form-projects-overview-block-1],[data-drupal-selector=views-exposed-form-projects-overview-project-overview]{justify-content:space-between}}@media (max-width:767.98px){.view-projects-overview form&gt;.project-overview-exposed-filter{width:100%}}.view-projects-overview form&gt;.project-overview-exposed-filter .js-form-type-select:first-child .vue-custom-select .vs__dropdown-menu{border-left:unset!important}@media (max-width:1023.98px){.view-projects-overview form&gt;.project-overview-exposed-filter:last-of-type .vue-custom-select .vs__dropdown-menu{border-bottom:1px solid #000!important}}.view-projects-overview form&gt;.project-overview-exposed-filter .js-form-type-select:nth-child(n+2) .vs__dropdown-menu{border-left:1px solid #000;margin:0 0 0 -1px;width:calc(100% + 1px)}@media (max-width:767.98px){.view-projects-overview form&gt;.project-overview-exposed-filter .js-form-type-select:nth-child(n+3) .vue-custom-select{border-bottom:1px solid #000}}.vue-custom-select{cursor:pointer;position:relative}.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option{padding:.625rem 0}@media (min-width:768px){.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option{padding-bottom:.9375rem}}@media (min-width:1024px){.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option{padding-bottom:1.25rem}}@media (min-width:768px){.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option{padding-top:.9375rem}}@media (min-width:1024px){.vue-custom-select .vs__search,.vue-custom-select .vs__selected,.vue-custom-select option{padding-top:1.25rem}}.vue-custom-select .vs__dropdown-option{padding:0}.vue-custom-select .vs__dropdown-menu{border-bottom:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;display:flex;flex-direction:column;gap:.625rem;padding:.625rem;width:calc(100% + 1px)}@media (min-width:768px){.vue-custom-select .vs__dropdown-menu{gap:.9375rem}}@media (min-width:1024px){.vue-custom-select .vs__dropdown-menu{gap:1.25rem}}@media (min-width:768px){.vue-custom-select .vs__dropdown-menu{padding:.9375rem}}@media (min-width:1024px){.vue-custom-select .vs__dropdown-menu{padding:1.25rem}}@media (max-width:767.98px){.vue-custom-select .vs__dropdown-menu{border-left:none;border-right:none}}.vue-custom-select .vs__dropdown-menu li{line-height:1}.vue-custom-select .v-select .vs__selected{padding-left:.625rem;padding-right:.625rem}@media (min-width:768px){.vue-custom-select .v-select .vs__selected{padding-left:.9375rem}}@media (min-width:1024px){.vue-custom-select .v-select .vs__selected{padding-left:1.25rem}}@media (min-width:768px){.vue-custom-select .v-select .vs__selected{padding-right:.9375rem}}@media (min-width:1024px){.vue-custom-select .v-select .vs__selected{padding-right:1.25rem}}.vue-custom-select .v-select .vs__actions{padding-right:.625rem}@media (min-width:768px){.vue-custom-select .v-select .vs__actions{padding-right:.9375rem}}@media (min-width:1024px){.vue-custom-select .v-select .vs__actions{padding-right:1.25rem}}.vue-custom-select .vs__dropdown-toggle{padding:6px 0!important}@media (min-width:768px){.vue-custom-select .vs__dropdown-toggle{height:70px;padding:12px 0!important}}@media (min-width:1024px){.vue-custom-select .vs__dropdown-toggle{height:auto;padding:6px 0!important}}@media (min-width:1440px){.vue-custom-select .vs__dropdown-toggle{padding:4px 0!important}}.vue-custom-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{height:.65rem}@media (min-width:768px){.vue-custom-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{height:.85rem}}@media (min-width:1024px){.vue-custom-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{height:.9rem}}@media (min-width:1440px){.vue-custom-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{height:1rem}}.vue-custom-select .vs__dropdown-menu .vs__dropdown-option--selected,.vue-custom-select .vs__dropdown-menu li:hover{text-underline-offset:4px!important}@media (min-width:768px){.block-henn-user .vue-custom-select{border-top:1px solid #000}}.vue-expertises{border-bottom:1px solid #000;margin-bottom:3.75rem}@media (min-width:768px){.vue-expertises{border-top:1px solid #000;margin-bottom:4.375rem}}@media (min-width:1024px){.vue-expertises{margin-bottom:5rem}}.block-layout-builder[data-prop-hidden=hidden],.layout[data-prop-hidden=hidden]{background:repeating-linear-gradient(45deg,rgba(255,255,0,.3),rgba(255,255,0,.3) 10px,rgba(255,255,0,.05) 0,rgba(255,255,0,.05) 20px);border:2px dashed rgba(255,255,0,.3)}@media (max-width:767.98px){.block-layout-builder[data-prop-hide-phone=hide-phone],.layout[data-prop-hide-phone=hide-phone]{display:none}.layout-builder .block-layout-builder[data-prop-hide-phone=hide-phone],.layout-builder .layout[data-prop-hide-phone=hide-phone]{display:block}}@media (max-width:1439.98px){.block-layout-builder[data-prop-hide-tablet=hide-tablet],.layout[data-prop-hide-tablet=hide-tablet]{display:none}.layout-builder .block-layout-builder[data-prop-hide-tablet=hide-tablet],.layout-builder .layout[data-prop-hide-tablet=hide-tablet]{display:block}}@media (min-width:1024px){.block-layout-builder[data-prop-desktop=hide-desktop],.layout[data-prop-desktop=hide-desktop]{display:none}.layout-builder .block-layout-builder[data-prop-desktop=hide-desktop],.layout-builder .layout[data-prop-desktop=hide-desktop]{display:block}}.block-layout-builder[data-prop-print-only=print-only],.layout[data-prop-print-only=print-only]{display:none}@media print{.block-layout-builder[data-prop-print-only=print-only],.layout[data-prop-print-only=print-only]{display:block}}.layout-builder .block-layout-builder[data-prop-print-only=print-only],.layout-builder .layout[data-prop-print-only=print-only]{display:block}.grid-alignment-end{grid-column-end:13!important}.default-animation{animation-duration:1s}article .arocom-media-slider,article .block{margin-bottom:1.25rem}@media (min-width:768px){article .arocom-media-slider,article .block{margin-bottom:1.875rem}}@media (min-width:1024px){article .arocom-media-slider,article .block{margin-bottom:2.5rem}}.mm-ocd{z-index:1}.mm-spn li:after{display:none!important}.mm-spn.mm-spn--navbar:after{opacity:1}.mm-spn.mm-spn--navbar .mm-spn--parent li.dropdown:before,.mm-spn.mm-spn--navbar li:before{opacity:0;z-index:0}.mm-spn.mm-spn--navbar li.dropdown:before{opacity:1;z-index:3}.mm-spn.mm-spn--navbar ul:before{color:#000;opacity:1}.mm-spn.mm-spn--navbar&gt;ul&gt;.active&gt;a,.mm-spn.mm-spn--navbar&gt;ul&gt;.active&gt;span{background-color:red;color:#fff}.mm-spn.mm-spn--navbar a{border-bottom:none}.js-off-canvas-dialog-open nav.navbar{position:unset;z-index:0}.block-inline-blockdynamic-entity-list .del-render--gallery-slide .del-container-content img{max-width:100%;width:auto}.block-inline-blockdynamic-entity-list .del-show-more{display:flex;margin-bottom:2.5rem;margin-top:2.5rem}@media (min-width:768px){.block-inline-blockdynamic-entity-list .del-show-more{margin-top:3.125rem}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list .del-show-more{margin-top:3.75rem}}@media (min-width:768px){.block-inline-blockdynamic-entity-list .del-show-more{margin-bottom:3.125rem}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list .del-show-more{margin-bottom:3.75rem}}.block-inline-blockdynamic-entity-list .del-show-more .ajax-progress-throbber{display:none}.block-inline-blocktext ul{list-style-type:inherit}.article-tag-cloud h3{text-align:left}.article-tag-cloud a:after{color:red;content:",";display:inline}.article-tag-cloud a:last-child:after{display:none}.block-inline-blockimage+div.block-inline-blockimage,.block-inline-blockimage+div.block-inline-blocktwo-images,.block-inline-blocktwo-images+div.block-inline-blockimage,.block-inline-blocktwo-images+div.block-inline-blocktwo-images{margin-top:-1.25rem;padding-top:.125rem}@media (min-width:768px){.block-inline-blockimage+div.block-inline-blockimage,.block-inline-blockimage+div.block-inline-blocktwo-images,.block-inline-blocktwo-images+div.block-inline-blockimage,.block-inline-blocktwo-images+div.block-inline-blocktwo-images{margin-top:-1.875rem}}@media (min-width:1024px){.block-inline-blockimage+div.block-inline-blockimage,.block-inline-blockimage+div.block-inline-blocktwo-images,.block-inline-blocktwo-images+div.block-inline-blockimage,.block-inline-blocktwo-images+div.block-inline-blocktwo-images{margin-top:-2.5rem}}@media (min-width:768px){.block-inline-blockimage+div.block-inline-blockimage,.block-inline-blockimage+div.block-inline-blocktwo-images,.block-inline-blocktwo-images+div.block-inline-blockimage,.block-inline-blocktwo-images+div.block-inline-blocktwo-images{padding-top:.25rem}}@media (min-width:1024px){.block-inline-blockimage+div.block-inline-blockimage,.block-inline-blockimage+div.block-inline-blocktwo-images,.block-inline-blocktwo-images+div.block-inline-blockimage,.block-inline-blocktwo-images+div.block-inline-blocktwo-images{padding-top:.25rem}}.arocom-media-slider .swiper-wrapper .swiper-slide .media-caption{padding-bottom:.625rem;padding-top:.625rem;text-align:center}@media (min-width:768px){.arocom-media-slider .swiper-wrapper .swiper-slide .media-caption{padding-top:.9375rem}}@media (min-width:1024px){.arocom-media-slider .swiper-wrapper .swiper-slide .media-caption{padding-top:1.25rem}}@media (min-width:768px){.arocom-media-slider .swiper-wrapper .swiper-slide .media-caption{padding-bottom:.9375rem}}@media (min-width:1024px){.arocom-media-slider .swiper-wrapper .swiper-slide .media-caption{padding-bottom:1.25rem}}.block-shariff-block{margin-top:-1px}.block-shariff-block .card-header{border-bottom:1px solid #000;border-top:1px solid #000;cursor:pointer}.block-shariff-block .card-header.fa-arrow-right:before{content:unset}.block-shariff-block .card-header .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-open.svg)!important;background-position:50%;background-repeat:no-repeat;background-size:contain;height:39px;margin-right:1.25rem;padding-right:1.25rem;width:39px}@media (min-width:768px){.block-shariff-block .card-header .accordion-handle{padding-right:1.875rem}}@media (min-width:1024px){.block-shariff-block .card-header .accordion-handle{padding-right:2.5rem}}@media (min-width:768px){.block-shariff-block .card-header .accordion-handle{margin-right:1.875rem}}@media (min-width:1024px){.block-shariff-block .card-header .accordion-handle{margin-right:2.5rem}}@media (min-width:576px){.block-shariff-block .card-header .accordion-handle{height:39px;width:39px}}@media (min-width:768px){.block-shariff-block .card-header .accordion-handle{height:39px;width:39px}}@media (min-width:1024px){.block-shariff-block .card-header .accordion-handle{height:58px;width:58px}}@media (min-width:1440px){.block-shariff-block .card-header .accordion-handle{height:58px;width:58px}}.block-shariff-block .card-header[aria-expanded=true]{border-bottom:none}.block-shariff-block .card-header[aria-expanded=true] .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-collapsed.svg)!important;background-position:50%;background-repeat:no-repeat;background-size:contain}.block-shariff-block .card-header:hover .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-open:hover.svg)!important;background-position:50%}.block-shariff-block .card-header:hover[aria-expanded=true] .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-collapsed:hover.svg)!important;background-position:50%}.block-shariff-block .accordion-content{bottom:1px;position:relative}.block-shariff-block .shariff ul{margin:0!important;padding-left:0}.block-shariff-block .shariff ul li.shariff-button{border-bottom:1px solid #000;cursor:pointer;list-style-type:none;padding-left:.625rem;padding-right:.625rem;text-decoration:none;transition-duration:background-color .3s;width:100%}@media (min-width:768px){.block-shariff-block .shariff ul li.shariff-button{padding-left:.9375rem}}@media (min-width:1024px){.block-shariff-block .shariff ul li.shariff-button{padding-left:1.25rem}}@media (min-width:768px){.block-shariff-block .shariff ul li.shariff-button{padding-right:.9375rem}}@media (min-width:1024px){.block-shariff-block .shariff ul li.shariff-button{padding-right:1.25rem}}.block-shariff-block .shariff ul li.shariff-button:hover{background-color:#000;outline:1px solid #000}.block-shariff-block .shariff ul li.shariff-button:hover .fab{filter:invert(1)}.block-shariff-block .shariff ul li.shariff-button:hover .share_text{color:#fff}.block-shariff-block .shariff ul li.shariff-button:hover .fas:before{filter:invert(1)}.block-shariff-block .shariff ul li.shariff-button:hover a{border-bottom:none}.block-shariff-block .shariff ul li.shariff-button a{display:flex;flex-direction:row-reverse;justify-content:space-between;padding-bottom:1.25rem;padding-top:1.25rem;text-decoration:none}@media (min-width:768px){.block-shariff-block .shariff ul li.shariff-button a{padding-top:1.875rem}}@media (min-width:1024px){.block-shariff-block .shariff ul li.shariff-button a{padding-top:2.5rem}}@media (min-width:768px){.block-shariff-block .shariff ul li.shariff-button a{padding-bottom:1.875rem}}@media (min-width:1024px){.block-shariff-block .shariff ul li.shariff-button a{padding-bottom:2.5rem}}.block-shariff-block .shariff ul li.shariff-button a span.fab,.block-shariff-block .shariff ul li.shariff-button a span.fas{color:#000;height:26px}.block-shariff-block .shariff ul li.shariff-button a span.fab:before,.block-shariff-block .shariff ul li.shariff-button a span.fas:before{background-size:26px 26px;content:"";display:inline-block;font-size:26px;height:26px;width:26px}@media (min-width:576px){.block-shariff-block .shariff ul li.shariff-button a span.fab:before,.block-shariff-block .shariff ul li.shariff-button a span.fas:before{background-size:26px 26px;font-size:26px;height:26px;width:26px}}@media (min-width:768px){.block-shariff-block .shariff ul li.shariff-button a span.fab:before,.block-shariff-block .shariff ul li.shariff-button a span.fas:before{background-size:26px 26px;font-size:26px;height:26px;width:26px}}@media (min-width:1024px){.block-shariff-block .shariff ul li.shariff-button a span.fab:before,.block-shariff-block .shariff ul li.shariff-button a span.fas:before{background-size:29px 29px;font-size:29px;height:29px;width:29px}}@media (min-width:1440px){.block-shariff-block .shariff ul li.shariff-button a span.fab:before,.block-shariff-block .shariff ul li.shariff-button a span.fas:before{background-size:29px 29px;font-size:29px;height:29px;width:29px}}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-twitter:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-twitter:before{content:url(/themes/custom/arocom/assets/css/../../icons/twitter.svg)}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-facebook-f:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-facebook-f:before{content:url(/themes/custom/arocom/assets/css/../../icons/facebook.svg)}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-linkedin-in:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-linkedin-in:before{content:url(/themes/custom/arocom/assets/css/../../icons/linkedin.svg)}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-xing:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-xing:before{content:"\f168"}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-whatsapp:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-whatsapp:before{content:url(/themes/custom/arocom/assets/css/../../icons/whatsapp.svg)}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-envelope:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-envelope:before{content:url(/themes/custom/arocom/assets/css/../../icons/email.svg)}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-link:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-link:before{content:url(/themes/custom/arocom/assets/css/../../icons/copy_link.svg)}.block-shariff-block .shariff ul li.shariff-button a span.fab.fa-check:before,.block-shariff-block .shariff ul li.shariff-button a span.fas.fa-check:before{content:"\f00c"}.block-shariff-block .shariff ul li.shariff-button a span.share_text{color:#000;text-align:right;text-transform:capitalize}.block-system-breadcrumb-block{display:none}.block-system-breadcrumb-block ol{display:block;margin:0;padding:0}.block-system-breadcrumb-block ol li{display:inline-block;vertical-align:top}.block-system-breadcrumb-block ol li:only-child{display:none}.block-system-breadcrumb-block ol li:not(:first-child):before{content:"Â»";display:inline-block;font-weight:400;margin:0 .3em;vertical-align:top}.block-system-breadcrumb-block ol li:last-child{color:#000}.block-system-breadcrumb-block ol li a{display:inline-block;text-decoration:none}.block-system-breadcrumb-block ol li a:hover{text-decoration:underline}.block-inline-blockbutton{margin-bottom:1.25rem;text-align:right}.block-inline-blockbutton .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockbutton .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.block-inline-blockbutton .del-container .del-show-all a,.block-inline-blockbutton .del-container .del-show-more a,.block-inline-blockbutton .teaser-list-wrapper .del-show-all a,.block-inline-blockbutton .teaser-list-wrapper .del-show-more a,.block-inline-blockbutton a.button-style--highlight,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .block-inline-blockbutton a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .block-inline-blockbutton a,.del-container .del-show-all .block-inline-blockbutton a,.del-container .del-show-more .block-inline-blockbutton a,.teaser-list-wrapper .del-show-all .block-inline-blockbutton a,.teaser-list-wrapper .del-show-more .block-inline-blockbutton a{color:#fff}@media (min-width:768px){.block-inline-blockbutton{margin-bottom:1.875rem}}@media (min-width:1024px){.block-inline-blockbutton{margin-bottom:2.5rem}}.block-inline-blockbutton.button-orientation--left{text-align:left}.block-inline-blockbutton.button-orientation--center{text-align:center}.block-inline-blockbutton a.ext:after{display:none}.block--arocom-sitebranding img{height:57px;width:50px}@media (min-width:576px){.block--arocom-sitebranding img{height:57px;width:50px}}@media (min-width:768px){.block--arocom-sitebranding img{height:80px;width:70px}}@media (min-width:1024px){.block--arocom-sitebranding img{height:128px;width:113px}}@media (min-width:1440px){.block--arocom-sitebranding img{height:128px;width:113px}}.block--arocom-sitebranding a{border-bottom:0}.btn-c-download-wrapper .btn-c-download{background-color:#f6f6f6;border:1px solid #f6f6f6;color:#000;height:117px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:117px}@media (min-width:576px){.btn-c-download-wrapper .btn-c-download{height:117px;width:117px}}@media (min-width:768px){.btn-c-download-wrapper .btn-c-download{height:150px;width:150px}}@media (min-width:1024px){.btn-c-download-wrapper .btn-c-download{height:175px;width:175px}}@media (min-width:1440px){.btn-c-download-wrapper .btn-c-download{height:200px;width:200px}}@media (min-width:1600px){.btn-c-download-wrapper .btn-c-download{height:300px;width:300px}}.btn-c-download-wrapper .btn-c-download:hover{background-color:#fff;border-color:#000;color:#000;text-decoration:none;transform:scale(.95);transition:.3s}.block-vacancy-links a{margin-right:.5rem}.block-vacancy-links a:last-of-type{margin-right:0}.view-clients{margin-bottom:1.25rem}@media (min-width:768px){.view-clients{margin-bottom:1.875rem}}@media (min-width:1024px){.view-clients{margin-bottom:2.5rem}}.view-clients div.slick-list div.slick-slide .media--slick.media--image{margin-right:1.25rem}@media (min-width:768px){.view-clients div.slick-list div.slick-slide .media--slick.media--image{margin-right:1.875rem}}@media (min-width:1024px){.view-clients div.slick-list div.slick-slide .media--slick.media--image{margin-right:2.5rem}}.block-node-contact{margin-bottom:1.25rem;margin-top:3.75rem}@media (min-width:768px){.block-node-contact{margin-top:4.375rem}}@media (min-width:1024px){.block-node-contact{margin-top:5rem}}@media (min-width:768px){.block-node-contact{margin-bottom:1.875rem}}@media (min-width:1024px){.block-node-contact{margin-bottom:2.5rem}}.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2{padding-bottom:.625rem}@media (min-width:768px){.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2{padding-bottom:.9375rem}}@media (min-width:1024px){.block-inline-blocksection-headline .block-node-contact h3,.block-node-contact .block-inline-blocksection-headline h3,.block-node-contact h2{padding-bottom:1.25rem}}.block-node-contact .phone&gt;a:hover{text-decoration:none}.block-node-contact .email{display:inline-block}.block-node-contact .email.h--body,.block-node-contact .view-vacancies .views-exposed-form fieldset .email.form-item-field-vacancy-location-value,.block-node-contact body.email,.view-vacancies .views-exposed-form fieldset .block-node-contact .email.form-item-field-vacancy-location-value{margin-bottom:.625rem;margin-top:.125rem}@media (min-width:768px){.block-node-contact .email.h--body,.block-node-contact .view-vacancies .views-exposed-form fieldset .email.form-item-field-vacancy-location-value,.block-node-contact body.email,.view-vacancies .views-exposed-form fieldset .block-node-contact .email.form-item-field-vacancy-location-value{margin-bottom:.9375rem}}@media (min-width:1024px){.block-node-contact .email.h--body,.block-node-contact .view-vacancies .views-exposed-form fieldset .email.form-item-field-vacancy-location-value,.block-node-contact body.email,.view-vacancies .views-exposed-form fieldset .block-node-contact .email.form-item-field-vacancy-location-value{margin-bottom:1.25rem}}@media (min-width:768px){.block-node-contact .email.h--body,.block-node-contact .view-vacancies .views-exposed-form fieldset .email.form-item-field-vacancy-location-value,.block-node-contact body.email,.view-vacancies .views-exposed-form fieldset .block-node-contact .email.form-item-field-vacancy-location-value{margin-top:.25rem}}@media (min-width:1024px){.block-node-contact .email.h--body,.block-node-contact .view-vacancies .views-exposed-form fieldset .email.form-item-field-vacancy-location-value,.block-node-contact body.email,.view-vacancies .views-exposed-form fieldset .block-node-contact .email.form-item-field-vacancy-location-value{margin-top:.25rem}}.block-node-contact .email&gt;a:hover{text-decoration:none}.block-project-categories{display:grid;gap:.125rem;grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:768px){.block-project-categories{gap:.25rem}}@media (min-width:1024px){.block-project-categories{gap:.25rem}}.project-category--teaser{cursor:pointer!important;position:relative!important}.project-category--teaser.animate__animated{opacity:0}.project-category--teaser img{aspect-ratio:1/1}.project-category--teaser a{display:block;position:relative;width:100%}.project-category--teaser a:hover .blazy{background-color:#91c5ae;transition-duration:.3s}.project-category--teaser a:hover .blazy .media--blazy{filter:grayscale(1);opacity:.5;transition-duration:.3s}.project-category--teaser .project-category--teaser-header{bottom:0;color:#fff;left:0;padding-bottom:.625rem;padding-left:.625rem;position:absolute;width:100%}@media (min-width:768px){.project-category--teaser .project-category--teaser-header{padding-left:.9375rem}}@media (min-width:1024px){.project-category--teaser .project-category--teaser-header{padding-left:1.25rem}}@media (min-width:768px){.project-category--teaser .project-category--teaser-header{padding-bottom:.9375rem}}@media (min-width:1024px){.project-category--teaser .project-category--teaser-header{padding-bottom:1.25rem}}#layout-builder .project-category--teaser{margin-left:0;transform:none;width:auto}#draggableviews-table-projects-overview-order-page .draggable .views-field.views-field-title,#draggableviews-table-projects-overview-order-page .draggable .views-field.views-field-title .tabledrag-handle{align-items:center;display:flex}.block-project-gallery-block .arocom-media-slider .swiper-pagination{display:none}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:0}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1){grid-column-end:13;grid-column-start:1}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+2){grid-column-end:10;grid-column-start:1}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+3){grid-column-end:13;grid-column-start:4}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4){grid-column-end:13;grid-column-start:1}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1){grid-column-end:7;grid-column-start:1}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+2){grid-column-end:11;grid-column-start:7}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+3){grid-column-end:5;grid-column-start:1}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4){grid-column-end:11;grid-column-start:5}}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4) .project-placeholder{min-height:98vw}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4) .project-placeholder{min-height:calc(50vw - 4px)}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4) .project-placeholder{min-height:calc(50vw - 4px)}}@media (min-width:1440px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4) .project-placeholder{min-height:calc(50vw - 8px)}}@media (min-width:1600px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+1) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+4) .project-placeholder{min-height:calc(30vw - 8px)}}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+2) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+3) .project-placeholder{min-height:70vw}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+2) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+3) .project-placeholder{min-height:calc(33vw - 4px)}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+2) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+3) .project-placeholder{min-height:calc(33vw - 4px)}}@media (min-width:1440px){.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+2) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(4n+3) .project-placeholder{min-height:calc(33vw - 8px)}}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(2n) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(2n) img.media__image,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(odd) .project-placeholder,.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:nth-child(odd) img.media__image{background-color:#91c5ae}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects .project-link{position:relative}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects .project-link h3 p{margin-bottom:0}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects .project-link .node-project--teaser-meta-info{bottom:0;color:#fff;position:absolute}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:hover .project-link{background-color:#91c5ae}.block-inline-blockdynamic-entity-list-project .del-container-content .node--view-mode-del-projects:hover .media--image{filter:grayscale(1);opacity:.5;transition-duration:.3s}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full{grid-column-end:4;grid-column-start:1}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more{display:flex;flex-direction:column;justify-content:flex-end}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a{align-items:center;justify-content:center;text-align:center}@media (min-width:576px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full{grid-column-end:13;grid-column-start:11}}.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all{align-self:flex-end;aspect-ratio:1/1;grid-column-end:4;grid-column-start:1}.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all.del-projects-4{grid-column-end:4;grid-column-start:1}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all.del-projects-4{grid-column-end:13;grid-column-start:11}}.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all.del-projects-6{grid-column-end:13;grid-column-start:10}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all.del-projects-6{grid-column-end:13;grid-column-start:11}}.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all a{align-items:center;background-color:#000;border-radius:50%;color:#fff;display:flex;height:100%;justify-content:center;text-align:center}.block-inline-blockdynamic-entity-list-project .del-container-content .del-show-all a:hover{background-color:#fff;color:#000}.manual-teaser{display:flex}.manual-teaser a.link{display:block}.manual-teaser svg.ext{display:none}.gallery-height-full_height .manual-teaser-link:not(.manual-teaser-no-image-video) .overlay-teaser{background:linear-gradient(180deg,rgba(0,0,0,.4),hsla(0,0%,100%,0) 40%,rgba(0,0,0,.4));content:"";left:0;mix-blend-mode:multiply;top:0}.manual-teaser-link:hover .manual-teaser-link .teaser-default,.manual-teaser-link:hover .manual-teaser-link.teaser-important{background-color:#91c5ae}.manual-teaser-link:hover .arocom-embed-container,.manual-teaser-link:hover article{background-color:#91c5ae;transition:all .3s}.manual-teaser-link:hover .arocom-embed-container iframe,.manual-teaser-link:hover .arocom-embed-container video,.manual-teaser-link:hover article iframe,.manual-teaser-link:hover article video{mix-blend-mode:luminosity}.manual-teaser-link:hover .media-image img{filter:grayscale(1);opacity:.5;transition-duration:.3s}html.iphone .path-frontpage .gallery-height-full_height .manual-teaser-link .news-text{bottom:15%!important}html.iphone.landscape .path-frontpage .gallery-height-full_height .manual-teaser-link .news-text{bottom:6%!important}html.ipad .path-frontpage .gallery-height-full_height .manual-teaser-link .news-text{bottom:7%!important}html.android .path-frontpage .gallery-height-full_height .manual-teaser-link .news-text,html.ipad.landscape .path-frontpage .gallery-height-full_height .manual-teaser-link .news-text{bottom:8%!important}html.android.landscape .path-frontpage .gallery-height-full_height .manual-teaser-link .news-text{bottom:15%!important}.manual-teasers-2-col-block{align-items:end}@media (max-width:1023.98px){.manual-teasers-2-col-block .manual-teaser-link:first-child{margin-bottom:.25rem!important}}@media (max-width:767.98px){.manual-teasers-2-col-block .manual-teaser-link:first-child{margin-bottom:.125rem!important}}.block-inline-blockmanual-teaser a,.block-inline-blockmanual-teaser-2col a{margin-bottom:.125rem}.block-inline-blockmanual-teaser a.teaser- .news-text,.block-inline-blockmanual-teaser a.teaser-default .news-text,.block-inline-blockmanual-teaser-2col a.teaser- .news-text,.block-inline-blockmanual-teaser-2col a.teaser-default .news-text{background-color:#dedede}.block-inline-blockmanual-teaser a.teaser-:hover .news-teaser-icon,.block-inline-blockmanual-teaser a.teaser-default:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-default:hover .news-teaser-icon{filter:unset}.block-inline-blockmanual-teaser a.teaser-important .news-text,.block-inline-blockmanual-teaser-2col a.teaser-important .news-text{background-color:#91c5ae}.block-inline-blockmanual-teaser a.teaser-important:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-important:hover .news-teaser-icon{filter:unset}.block-inline-blockmanual-teaser a.teaser-highlight .news-text,.block-inline-blockmanual-teaser-2col a.teaser-highlight .news-text{background-color:#000}.block-inline-blockmanual-teaser a.teaser-highlight [class^=news-],.block-inline-blockmanual-teaser-2col a.teaser-highlight [class^=news-]{color:#fff}.block-inline-blockmanual-teaser a.teaser-highlight .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-highlight .news-teaser-icon{filter:invert(1)}.block-inline-blockmanual-teaser a.teaser-orange .news-text,.block-inline-blockmanual-teaser-2col a.teaser-orange .news-text{background-color:#f04d04}.block-inline-blockmanual-teaser a.teaser-,.block-inline-blockmanual-teaser a.teaser-default,.block-inline-blockmanual-teaser a.teaser-highlight,.block-inline-blockmanual-teaser a.teaser-important,.block-inline-blockmanual-teaser a.teaser-orange,.block-inline-blockmanual-teaser-2col a.teaser-,.block-inline-blockmanual-teaser-2col a.teaser-default,.block-inline-blockmanual-teaser-2col a.teaser-highlight,.block-inline-blockmanual-teaser-2col a.teaser-important,.block-inline-blockmanual-teaser-2col a.teaser-orange{text-decoration:none;transition:.3s}.block-inline-blockmanual-teaser a.teaser- .news-text,.block-inline-blockmanual-teaser a.teaser-default .news-text,.block-inline-blockmanual-teaser a.teaser-highlight .news-text,.block-inline-blockmanual-teaser a.teaser-important .news-text,.block-inline-blockmanual-teaser a.teaser-orange .news-text,.block-inline-blockmanual-teaser-2col a.teaser- .news-text,.block-inline-blockmanual-teaser-2col a.teaser-default .news-text,.block-inline-blockmanual-teaser-2col a.teaser-highlight .news-text,.block-inline-blockmanual-teaser-2col a.teaser-important .news-text,.block-inline-blockmanual-teaser-2col a.teaser-orange .news-text{outline:transparent;outline-offset:-1px;transition:outline-color .3s}.block-inline-blockmanual-teaser a.teaser-:hover,.block-inline-blockmanual-teaser a.teaser-default:hover,.block-inline-blockmanual-teaser a.teaser-highlight:hover,.block-inline-blockmanual-teaser a.teaser-important:hover,.block-inline-blockmanual-teaser a.teaser-orange:hover,.block-inline-blockmanual-teaser-2col a.teaser-:hover,.block-inline-blockmanual-teaser-2col a.teaser-default:hover,.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover,.block-inline-blockmanual-teaser-2col a.teaser-important:hover,.block-inline-blockmanual-teaser-2col a.teaser-orange:hover{box-sizing:border-box}.block-inline-blockmanual-teaser a.teaser-:hover .news-text,.block-inline-blockmanual-teaser a.teaser-default:hover .news-text,.block-inline-blockmanual-teaser a.teaser-highlight:hover .news-text,.block-inline-blockmanual-teaser a.teaser-important:hover .news-text,.block-inline-blockmanual-teaser a.teaser-orange:hover .news-text,.block-inline-blockmanual-teaser-2col a.teaser-:hover .news-text,.block-inline-blockmanual-teaser-2col a.teaser-default:hover .news-text,.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover .news-text,.block-inline-blockmanual-teaser-2col a.teaser-important:hover .news-text,.block-inline-blockmanual-teaser-2col a.teaser-orange:hover .news-text{background-color:#fff;outline:1px solid #000}.block-inline-blockmanual-teaser a.teaser-:hover [class^=news-],.block-inline-blockmanual-teaser a.teaser-default:hover [class^=news-],.block-inline-blockmanual-teaser a.teaser-highlight:hover [class^=news-],.block-inline-blockmanual-teaser a.teaser-important:hover [class^=news-],.block-inline-blockmanual-teaser a.teaser-orange:hover [class^=news-],.block-inline-blockmanual-teaser-2col a.teaser-:hover [class^=news-],.block-inline-blockmanual-teaser-2col a.teaser-default:hover [class^=news-],.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover [class^=news-],.block-inline-blockmanual-teaser-2col a.teaser-important:hover [class^=news-],.block-inline-blockmanual-teaser-2col a.teaser-orange:hover [class^=news-]{color:#000;transition-duration:.3s}.block-inline-blockmanual-teaser a.teaser-:hover .blazy,.block-inline-blockmanual-teaser a.teaser-default:hover .blazy,.block-inline-blockmanual-teaser a.teaser-highlight:hover .blazy,.block-inline-blockmanual-teaser a.teaser-important:hover .blazy,.block-inline-blockmanual-teaser a.teaser-orange:hover .blazy,.block-inline-blockmanual-teaser-2col a.teaser-:hover .blazy,.block-inline-blockmanual-teaser-2col a.teaser-default:hover .blazy,.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover .blazy,.block-inline-blockmanual-teaser-2col a.teaser-important:hover .blazy,.block-inline-blockmanual-teaser-2col a.teaser-orange:hover .blazy{background-color:#91c5ae}.block-inline-blockmanual-teaser a.teaser-:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser a.teaser-default:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser a.teaser-highlight:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser a.teaser-important:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser a.teaser-orange:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser-2col a.teaser-:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser-2col a.teaser-default:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser-2col a.teaser-important:hover .blazy .media .img-fluid,.block-inline-blockmanual-teaser-2col a.teaser-orange:hover .blazy .media .img-fluid{filter:grayscale(1);opacity:.5;transition-duration:.3s}.block-inline-blockmanual-teaser a.teaser-:hover .news-teaser-icon,.block-inline-blockmanual-teaser a.teaser-default:hover .news-teaser-icon,.block-inline-blockmanual-teaser a.teaser-highlight:hover .news-teaser-icon,.block-inline-blockmanual-teaser a.teaser-important:hover .news-teaser-icon,.block-inline-blockmanual-teaser a.teaser-orange:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-default:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-important:hover .news-teaser-icon,.block-inline-blockmanual-teaser-2col a.teaser-orange:hover .news-teaser-icon{filter:unset}.block-inline-blockmanual-teaser a.teaser-:hover .news-teaser-icon img,.block-inline-blockmanual-teaser a.teaser-default:hover .news-teaser-icon img,.block-inline-blockmanual-teaser a.teaser-highlight:hover .news-teaser-icon img,.block-inline-blockmanual-teaser a.teaser-important:hover .news-teaser-icon img,.block-inline-blockmanual-teaser a.teaser-orange:hover .news-teaser-icon img,.block-inline-blockmanual-teaser-2col a.teaser-:hover .news-teaser-icon img,.block-inline-blockmanual-teaser-2col a.teaser-default:hover .news-teaser-icon img,.block-inline-blockmanual-teaser-2col a.teaser-highlight:hover .news-teaser-icon img,.block-inline-blockmanual-teaser-2col a.teaser-important:hover .news-teaser-icon img,.block-inline-blockmanual-teaser-2col a.teaser-orange:hover .news-teaser-icon img{transition-duration:.3s}.block-inline-blockmanual-teaser a .news-text,.block-inline-blockmanual-teaser-2col a .news-text{height:auto;min-height:200px}.block-inline-blockmanual-teaser a .news-text .news-teaser-icon,.block-inline-blockmanual-teaser-2col a .news-text .news-teaser-icon{bottom:0;height:46px;position:absolute;width:46px}@media (min-width:768px){.block-inline-blockmanual-teaser a .news-text .news-teaser-icon,.block-inline-blockmanual-teaser-2col a .news-text .news-teaser-icon{height:55px;width:55px}}@media (min-width:1024px){.block-inline-blockmanual-teaser a .news-text .news-teaser-icon,.block-inline-blockmanual-teaser-2col a .news-text .news-teaser-icon{height:64px;width:64px}}.block-inline-blockmanual-teaser a .news-text .news-teaser-icon img,.block-inline-blockmanual-teaser-2col a .news-text .news-teaser-icon img{height:100%!important}@media (min-width:768px){.block-inline-blockmanual-teaser a .news-text,.block-inline-blockmanual-teaser-2col a .news-text{min-height:300px}.block-inline-blockmanual-teaser a,.block-inline-blockmanual-teaser-2col a{max-width:932px}}@media (min-width:1024px){.block-inline-blockmanual-teaser a,.block-inline-blockmanual-teaser-2col a{max-width:932px}}@media (min-width:1440px){.block-inline-blockmanual-teaser a,.block-inline-blockmanual-teaser-2col a{max-width:940px}}@media (min-width:768px){.block-inline-blockmanual-teaser a,.block-inline-blockmanual-teaser-2col a{margin-bottom:.25rem}}@media (min-width:1024px){.block-inline-blockmanual-teaser a,.block-inline-blockmanual-teaser-2col a{margin-bottom:.25rem}}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link{position:relative}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link&gt;div.news-text{bottom:0;position:absolute;width:100%}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link&gt;div.news-text [class^=news-]{color:#fff;text-align:initial}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link&gt;div.news-text .news-teaser-icon{filter:invert(1)}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link.teaser-default&gt;div.news-text [class^=news-]{color:#000;text-align:initial}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link.teaser-default&gt;div.news-text .news-teaser-icon{filter:unset}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link.teaser-important&gt;div.news-text [class^=news-]{color:#000;text-align:initial}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link.teaser-important&gt;div.news-text .news-teaser-icon{filter:unset}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link:hover&gt;div.news-text [class^=news-]{color:#000;text-align:initial}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser .manual-teaser-link:hover&gt;div.news-text .news-teaser-icon{filter:unset}.layout--gallery:not(.gallery-height-full_height) .swiper-slide .manual-teaser video{display:block}.layout--gallery.gallery-height-full_height .manual-teaser{height:100%}.layout--gallery.gallery-height-full_height .manual-teaser .news-content{margin-bottom:.625rem;margin-top:.125rem}@media (min-width:768px){.layout--gallery.gallery-height-full_height .manual-teaser .news-content{margin-top:.25rem}}@media (min-width:1024px){.layout--gallery.gallery-height-full_height .manual-teaser .news-content{margin-top:.25rem}}@media (min-width:768px){.layout--gallery.gallery-height-full_height .manual-teaser .news-content{margin-bottom:.9375rem}}@media (min-width:1024px){.layout--gallery.gallery-height-full_height .manual-teaser .news-content{margin-bottom:1.25rem}}.layout--gallery.gallery-height-full_height .manual-teaser .news-text{background-color:transparent}@media (min-width:768px){.layout--gallery.gallery-height-full_height .manual-teaser .news-text{min-height:200px}}.layout--gallery.gallery-height-full_height .manual-teaser .news-text .news-content{-moz-column-gap:.125rem;column-gap:.125rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));row-gap:0}.layout--gallery.gallery-height-full_height .manual-teaser .news-text .news-content .field--title{grid-column:span 12/span 12}@media (min-width:1024px){.layout--gallery.gallery-height-full_height .manual-teaser .news-text .news-content .field--title{grid-column:span 7/span 7}.layout--gallery.gallery-height-full_height .manual-teaser .news-text .news-content{-moz-column-gap:.25rem;column-gap:.25rem}}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link{margin:0}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-default{background-color:#fff}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-:hover .news-teaser-icon,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-default:hover .news-teaser-icon{filter:unset}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-important{background-color:#91c5ae}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-important:hover .news-teaser-icon{filter:unset}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-highlight{background-color:#000}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-highlight [class^=news-]{color:#fff}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link.teaser-highlight .news-teaser-icon{filter:invert(1)}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover .arocom-embed-container,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover article{background-color:initial}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover .arocom-embed-container iframe,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover .arocom-embed-container video,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover article iframe,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover article video{mix-blend-mode:unset}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:hover .news-text{background-color:transparent;outline-color:transparent}.layout--gallery.gallery-height-full_height .manual-teaser .arocom-embed-container{height:100%;overflow:hidden;pointer-events:none;position:relative;width:100%}.layout--gallery.gallery-height-full_height .manual-teaser .arocom-embed-container iframe{height:56.25vw;left:50%;min-height:100vh;min-width:220vh;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-no-image-video{display:flex;flex-direction:column;height:100%;justify-content:flex-end;max-width:unset;width:100%}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video){height:100%;margin:0;max-width:none;overflow:hidden;position:relative;width:100%}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) [class^=news-]{color:#fff!important;text-align:initial}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child article,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child article figure,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child div,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child div figure{height:100%}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child article img,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child article video,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child div img,.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video) div:first-child div video{height:100%;max-width:unset;min-width:unset;width:unset}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video)&gt;div.news-text{bottom:0;position:absolute;width:100%;z-index:1000}.layout--gallery.gallery-height-full_height .manual-teaser .manual-teaser-link:not(.manual-teaser-no-image-video)&gt;div.news-text .news-teaser-icon{filter:invert(1)!important}.layout--gallery.gallery-height-full_height .manual-teaser video{display:block}.layout-builder__region&gt;.layout-builder-block.block-inline-blockmanual-teaser{padding-left:0;padding-right:0}.del-container&gt;.del-container-content,.teaser-list-wrapper&gt;.del-container-content{-moz-column-gap:.125rem;column-gap:.125rem;row-gap:.125rem}@media (min-width:768px){.del-container&gt;.del-container-content,.teaser-list-wrapper&gt;.del-container-content{row-gap:.25rem}}@media (min-width:1024px){.del-container&gt;.del-container-content,.teaser-list-wrapper&gt;.del-container-content{row-gap:.25rem}}@media (min-width:768px){.del-container&gt;.del-container-content,.teaser-list-wrapper&gt;.del-container-content{-moz-column-gap:.25rem;column-gap:.25rem}}@media (min-width:1024px){.del-container&gt;.del-container-content,.teaser-list-wrapper&gt;.del-container-content{-moz-column-gap:.25rem;column-gap:.25rem}}.del-container .node-article.node--view-mode-teaser,.teaser-list-wrapper .node-article.node--view-mode-teaser{margin:0!important}.del-container .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text{background-color:#dedede}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon{filter:unset}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text{background-color:#91c5ae}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon{filter:unset}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text{background-color:#000}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight [class^=news-]{color:#fff}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-teaser-icon{filter:invert(1)}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text{background-color:#f04d04}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange{text-decoration:none;transition:.3s}.del-container .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text{outline:transparent;outline-offset:-1px;transition:outline-color .3s}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover{box-sizing:border-box}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-text,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-text{background-color:#fff;outline:1px solid #000}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover [class^=news-],.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover [class^=news-],.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover [class^=news-],.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover [class^=news-],.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover [class^=news-]{color:#000;transition-duration:.3s}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy{background-color:#91c5ae}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy .media .img-fluid{filter:grayscale(1);opacity:.5;transition-duration:.3s}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon{filter:unset}.del-container .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon img{transition-duration:.3s}.del-container .node-article.node--view-mode-teaser&gt;div .news-content,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div .news-content{min-height:4em}.del-container .node-article.node--view-mode-teaser&gt;div .headline-info div[class^=news],.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div .headline-info div[class^=news]{display:inline-flex!important}.del-container .node-article.node--view-mode-teaser&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:.625rem}@media (min-width:768px){.del-container .node-article.node--view-mode-teaser&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:.9375rem}}@media (min-width:1024px){.del-container .node-article.node--view-mode-teaser&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:1.25rem}}.del-container .node-article.node--view-mode-teaser .sub-headline,.teaser-list-wrapper .node-article.node--view-mode-teaser .sub-headline{margin:0}.del-container .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.del-container .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.del-container .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:2.5rem}@media (min-width:768px){.del-container .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.del-container .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.del-container .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:3.125rem}}@media (min-width:1024px){.del-container .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.del-container .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.del-container .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:3.75rem}}.del-container .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .article-teaser-flex-wrap,.del-container .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .article-teaser-flex-wrap,.del-container .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .article-teaser-flex-wrap,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .article-teaser-flex-wrap,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .article-teaser-flex-wrap,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .article-teaser-flex-wrap{flex-wrap:wrap}.del-container .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-content,.del-container .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-content,.del-container .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-content,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-content,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-content,.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-content{min-height:6em}.del-container .node-article.node--view-mode-teaser:nth-child(8n+1),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+1){grid-column-end:13;grid-column-start:1}.del-container .node-article.node--view-mode-teaser:nth-child(8n+2),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2){grid-column-end:13;grid-column-start:5}.del-container .node-article.node--view-mode-teaser:nth-child(8n+3),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+3){grid-column-end:13;grid-column-start:1}.del-container .node-article.node--view-mode-teaser:nth-child(8n+4),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4){grid-column-end:9;grid-column-start:1}.del-container .node-article.node--view-mode-teaser:nth-child(8n+5),.del-container .node-article.node--view-mode-teaser:nth-child(8n+6),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+5),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+6){grid-column-end:13;grid-column-start:1}.del-container .node-article.node--view-mode-teaser:nth-child(8n+7),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7){grid-column-end:13;grid-column-start:5}.del-container .node-article.node--view-mode-teaser:nth-child(8n+8),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+8){grid-column-end:13;grid-column-start:1}@media (min-width:768px){.del-container .node-article.node--view-mode-teaser:nth-child(8n+1),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+1){grid-column-end:9;grid-column-start:3}.del-container .node-article.node--view-mode-teaser:nth-child(8n+2),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+2){grid-column-end:13;grid-column-start:9}.del-container .node-article.node--view-mode-teaser:nth-child(8n+3),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+3){grid-column-end:7;grid-column-start:1}.del-container .node-article.node--view-mode-teaser:nth-child(8n+4),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+4){grid-column-end:11;grid-column-start:7}.del-container .node-article.node--view-mode-teaser:nth-child(8n+5),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+5){grid-column-end:7;grid-column-start:1}.del-container .node-article.node--view-mode-teaser:nth-child(8n+6),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+6){grid-column-end:13;grid-column-start:7}.del-container .node-article.node--view-mode-teaser:nth-child(8n+7),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+7){grid-column-end:7;grid-column-start:3}.del-container .node-article.node--view-mode-teaser:nth-child(8n+8),.teaser-list-wrapper .node-article.node--view-mode-teaser:nth-child(8n+8){grid-column-end:13;grid-column-start:7}}.del-container.del-render--expertise .media--bundle--image,.del-container.del-render--expertise img,.teaser-list-wrapper.del-render--expertise .media--bundle--image,.teaser-list-wrapper.del-render--expertise img{aspect-ratio:1/1}.del-container .node-article.node--view-mode-expertise&gt;div.teaser- .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser- .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default .news-text{background-color:#dedede}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-teaser-icon,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-teaser-icon{filter:unset}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important .news-text{background-color:#91c5ae}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-teaser-icon{filter:unset}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight .news-text{background-color:#000}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight [class^=news-]{color:#fff}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight .news-teaser-icon{filter:invert(1)}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange .news-text{background-color:#f04d04}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange{text-decoration:none;transition:.3s}.del-container .node-article.node--view-mode-expertise&gt;div.teaser- .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser- .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange .news-text{outline:transparent;outline-offset:-1px;transition:outline-color .3s}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover{box-sizing:border-box}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-text,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-text,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .news-text{background-color:#fff;outline:1px solid #000}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover [class^=news-],.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover [class^=news-],.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover [class^=news-],.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover [class^=news-],.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover [class^=news-],.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover [class^=news-]{color:#000;transition-duration:.3s}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover .blazy,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .blazy,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .blazy,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .blazy,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .blazy{background-color:#91c5ae}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .blazy .media .img-fluid,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .blazy .media .img-fluid,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .blazy .media .img-fluid{filter:grayscale(1);opacity:.5;transition-duration:.3s}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-teaser-icon,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-teaser-icon,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .news-teaser-icon,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-teaser-icon,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-teaser-icon,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .news-teaser-icon{filter:unset}.del-container .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-teaser-icon img,.del-container .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-default:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-highlight:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-important:hover .news-teaser-icon img,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div.teaser-orange:hover .news-teaser-icon img{transition-duration:.3s}.del-container .node-article.node--view-mode-expertise&gt;div:hover,.del-container .node-article.node--view-mode-expertise&gt;div:hover *,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div:hover *{outline:none!important}.del-container .node-article.node--view-mode-expertise&gt;div:hover .blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div:hover .blazy{background-color:#91c5ae;transition-duration:.3s}.del-container .node-article.node--view-mode-expertise&gt;div:hover .blazy .media--blazy,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div:hover .blazy .media--blazy{filter:grayscale(1);opacity:.5;transition-duration:.3s}.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container{left:0;top:0}.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{bottom:.625rem;left:.625rem;padding-right:1.25rem}@media (min-width:768px){.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{bottom:.9375rem}}@media (min-width:1024px){.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{bottom:1.25rem}}@media (min-width:768px){.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{left:.9375rem}}@media (min-width:1024px){.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{left:1.25rem}}@media (min-width:768px){.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{padding-right:1.875rem}}@media (min-width:1024px){.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper{padding-right:2.5rem}}.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper .expertise-kicker,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper .expertise-kicker{color:#f6f6f6}.del-container .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper:hover,.teaser-list-wrapper .node-article.node--view-mode-expertise&gt;div .expertise-title-container .expertise-title-wrapper:hover{background:none}.del-container .del-show-all,.del-container .del-show-more,.teaser-list-wrapper .del-show-all,.teaser-list-wrapper .del-show-more{display:flex;flex-direction:column;justify-content:flex-end}.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{align-items:center;aspect-ratio:1/1;height:95px;justify-content:center;text-align:center;width:95px}@media (min-width:576px){.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{height:117px;width:117px}}@media (min-width:768px){.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{height:150px;width:150px}}@media (min-width:1024px){.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{height:175px;width:175px}}@media (min-width:1440px){.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{height:200px;width:200px}}@media (min-width:1600px){.del-container .del-show-all a,.del-container .del-show-more a,.teaser-list-wrapper .del-show-all a,.teaser-list-wrapper .del-show-more a{height:300px;width:300px}}.block-related-articles{-moz-column-gap:.125rem!important;column-gap:.125rem!important;row-gap:.125rem!important}@media (min-width:768px){.block-related-articles{row-gap:.25rem!important}}@media (min-width:1024px){.block-related-articles{row-gap:.25rem!important}}@media (min-width:768px){.block-related-articles{-moz-column-gap:.25rem!important;column-gap:.25rem!important}}@media (min-width:1024px){.block-related-articles{-moz-column-gap:.25rem!important;column-gap:.25rem!important}}.block-related-articles .node-article.node--view-mode-teaser{margin:0!important}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text{background-color:#dedede}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon{filter:unset}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text{background-color:#91c5ae}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon{filter:unset}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text{background-color:#000}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight [class^=news-]{color:#fff}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-teaser-icon{filter:invert(1)}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text{background-color:#f04d04}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange{text-decoration:none;transition:.3s}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text{outline:transparent;outline-offset:-1px;transition:outline-color .3s}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover{box-sizing:border-box}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-text,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-text{background-color:#fff;outline:1px solid #000}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover [class^=news-],.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover [class^=news-],.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover [class^=news-],.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover [class^=news-],.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover [class^=news-]{color:#000;transition-duration:.3s}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy{background-color:#91c5ae}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy .media .img-fluid,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy .media .img-fluid,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy .media .img-fluid,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy .media .img-fluid,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy .media .img-fluid{filter:grayscale(1);opacity:.5;transition-duration:.3s}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon{filter:unset}.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon img,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon img,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon img,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon img,.block-related-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon img{transition-duration:.3s}.block-related-articles .node-article.node--view-mode-teaser&gt;div .news-content{min-height:4em}.block-related-articles .node-article.node--view-mode-teaser&gt;div .headline-info div[class^=news]{display:inline-flex!important}.block-related-articles .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:.625rem}@media (min-width:768px){.block-related-articles .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:.9375rem}}@media (min-width:1024px){.block-related-articles .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:1.25rem}}.block-related-articles .node-article.node--view-mode-teaser .sub-headline{margin:0}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:2.5rem}@media (min-width:768px){.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:3.125rem}}@media (min-width:1024px){.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:3.75rem}}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .article-teaser-flex-wrap,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .article-teaser-flex-wrap,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .article-teaser-flex-wrap{flex-wrap:wrap}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-content,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-content,.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-content{min-height:6em}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+1){grid-column-end:13;grid-column-start:1}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2){grid-column-end:13;grid-column-start:5}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+3){grid-column-end:13;grid-column-start:1}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4){grid-column-end:9;grid-column-start:1}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+5),.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+6){grid-column-end:13;grid-column-start:1}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7){grid-column-end:13;grid-column-start:5}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+8){grid-column-end:13;grid-column-start:1}@media (min-width:768px){.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+1){grid-column-end:9;grid-column-start:3}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+2){grid-column-end:13;grid-column-start:9}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+3){grid-column-end:7;grid-column-start:1}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+4){grid-column-end:11;grid-column-start:7}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+5){grid-column-end:7;grid-column-start:1}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+6){grid-column-end:13;grid-column-start:7}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+7){grid-column-end:7;grid-column-start:3}.block-related-articles .node-article.node--view-mode-teaser:nth-child(8n+8){grid-column-end:13;grid-column-start:7}}.referenced-by-articles{-moz-column-gap:.125rem!important;column-gap:.125rem!important;row-gap:.125rem!important}@media (min-width:768px){.referenced-by-articles{row-gap:.25rem!important}}@media (min-width:1024px){.referenced-by-articles{row-gap:.25rem!important}}@media (min-width:768px){.referenced-by-articles{-moz-column-gap:.25rem!important;column-gap:.25rem!important}}@media (min-width:1024px){.referenced-by-articles{-moz-column-gap:.25rem!important;column-gap:.25rem!important}}.referenced-by-articles .node-article.node--view-mode-teaser{margin:0!important}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text{background-color:#dedede}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon{filter:unset}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text{background-color:#91c5ae}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon{filter:unset}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text{background-color:#000}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight [class^=news-]{color:#fff}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-teaser-icon{filter:invert(1)}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text{background-color:#f04d04}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange{text-decoration:none;transition:.3s}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser- .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange .news-text{outline:transparent;outline-offset:-1px;transition:outline-color .3s}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover{box-sizing:border-box}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-text,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-text{background-color:#fff;outline:1px solid #000}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover [class^=news-],.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover [class^=news-],.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover [class^=news-],.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover [class^=news-],.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover [class^=news-]{color:#000;transition-duration:.3s}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy{background-color:#91c5ae}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .blazy .media .img-fluid,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .blazy .media .img-fluid,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .blazy .media .img-fluid,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .blazy .media .img-fluid,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .blazy .media .img-fluid{filter:grayscale(1);opacity:.5;transition-duration:.3s}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon{filter:unset}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-:hover .news-teaser-icon img,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-default:hover .news-teaser-icon img,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-highlight:hover .news-teaser-icon img,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-important:hover .news-teaser-icon img,.referenced-by-articles .node-article.node--view-mode-teaser&gt;div.teaser-orange:hover .news-teaser-icon img{transition-duration:.3s}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div .news-content{min-height:4em}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div .headline-info div[class^=news]{display:inline-flex!important}.referenced-by-articles .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:.625rem}@media (min-width:768px){.referenced-by-articles .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:.9375rem}}@media (min-width:1024px){.referenced-by-articles .node-article.node--view-mode-teaser&gt;div .news-teaser-icon{margin-top:1.25rem}}.referenced-by-articles .node-article.node--view-mode-teaser .sub-headline{margin:0}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:2.5rem}@media (min-width:768px){.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:3.125rem}}@media (min-width:1024px){.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-teaser-icon,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-teaser-icon{margin-top:3.75rem}}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .article-teaser-flex-wrap,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .article-teaser-flex-wrap,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .article-teaser-flex-wrap{flex-wrap:wrap}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2)&gt;div .news-content,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4)&gt;div .news-content,.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7)&gt;div .news-content{min-height:6em}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+1){grid-column-end:13;grid-column-start:1}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2){grid-column-end:13;grid-column-start:5}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+3){grid-column-end:13;grid-column-start:1}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4){grid-column-end:9;grid-column-start:1}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+5),.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+6){grid-column-end:13;grid-column-start:1}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7){grid-column-end:13;grid-column-start:5}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+8){grid-column-end:13;grid-column-start:1}@media (min-width:768px){.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+1){grid-column-end:9;grid-column-start:3}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+2){grid-column-end:13;grid-column-start:9}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+3){grid-column-end:7;grid-column-start:1}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+4){grid-column-end:11;grid-column-start:7}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+5){grid-column-end:7;grid-column-start:1}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+6){grid-column-end:13;grid-column-start:7}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+7){grid-column-end:7;grid-column-start:3}.referenced-by-articles .node-article.node--view-mode-teaser:nth-child(8n+8){grid-column-end:13;grid-column-start:7}}.block-arocom-search-form{margin-right:.125rem;position:relative;transition-duration:.25s;transition-timing-function:ease-in}@media (min-width:768px){.block-arocom-search-form{margin-right:.25rem}}@media (min-width:1024px){.block-arocom-search-form{margin-right:.25rem}}.block-arocom-search-form&gt;form{display:flex;flex-direction:row-reverse}.block-arocom-search-form&gt;form .mi-search-icon{align-items:center;border-radius:20px;display:flex;justify-content:center;margin-left:.125rem;transition-duration:.25s;transition-timing-function:ease-in;width:40px}@media (min-width:768px){.block-arocom-search-form&gt;form .mi-search-icon{margin-left:.25rem}}@media (min-width:1024px){.block-arocom-search-form&gt;form .mi-search-icon{margin-left:.25rem}}.block-arocom-search-form&gt;form .mi-search-icon img{filter:invert(1);height:auto;width:24px}.block-arocom-search-form&gt;form .mi-search-icon:hover{background-color:#f6f6f6;cursor:pointer}.block-arocom-search-form&gt;form .form-container,.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{display:flex;transform:scaleX(0);transition-duration:.25s;transition-timing-function:ease-in}.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{background-image:unset;border:0;flex-direction:row-reverse;margin:0;padding:.125rem .625rem;width:0}@media (min-width:768px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-top:.25rem}}@media (min-width:1024px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-top:.25rem}}@media (min-width:768px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-bottom:.25rem}}@media (min-width:1024px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-bottom:.25rem}}@media (min-width:768px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-left:.9375rem}}@media (min-width:1024px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-left:1.25rem}}@media (min-width:768px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-right:.9375rem}}@media (min-width:1024px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete{padding-right:1.25rem}}.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete input{background-color:transparent;background-image:unset;border:0;padding:0}.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete input:focus{box-shadow:none}.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete.searchfield-active{transform:scale(1);width:auto}.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete.searchfield-active .search-close{content:url(/themes/custom/arocom/assets/css/../../images/close.svg);margin-right:.625rem}@media (min-width:768px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete.searchfield-active .search-close{margin-right:.9375rem}}@media (min-width:1024px){.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete.searchfield-active .search-close{margin-right:1.25rem}}.block-arocom-search-form&gt;form .form-container .js-form-type-search-api-autocomplete.searchfield-active .search-close:hover{cursor:pointer}.block-arocom-search-form&gt;form .form-container div[data-drupal-selector=edit-actions]{color:#fff;display:none}.block-arocom-search-form.searchblock-active{background-color:#f6f6f6}.block-arocom-search-form.searchblock-active .form-container{transform:scale(1);transform-origin:right}#navbar{align-items:flex-start;background:#fff;display:flex;flex-wrap:nowrap;padding-bottom:.625rem;padding-top:.625rem;transition:background-color .3s}@media (min-width:768px){#navbar{padding-top:.9375rem}}@media (min-width:1024px){#navbar{padding-top:1.25rem}}@media (min-width:768px){#navbar{padding-bottom:.9375rem}}@media (min-width:1024px){#navbar{padding-bottom:1.25rem}}@media (min-width:576px){#navbar{padding-left:.625rem!important;padding-right:.625rem!important}}@media (min-width:768px){#navbar{padding-left:20px!important;padding-right:20px!important}}@media (min-width:1024px){#navbar{padding-left:20px!important;padding-right:20px!important}}@media (min-width:1440px){#navbar{padding-left:20px!important;padding-right:20px!important}}#navbar.navbar-regular{opacity:1;transition-duration:.6s;transition-property:all;z-index:102}#navbar .navbar-nav a{color:#000}#navbar .navbar-brand{position:relative;transform:translateY(0);transition-duration:.6s}#navbar.navbar-compact{opacity:1;transition:opacity .3s .3s}#navbar.navbar-compact .border--helper{background-color:#fff;height:100%}#navbar.navbar-compact .border--helper,#navbar.navbar-compact .border--helper:after{bottom:0;left:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:absolute;width:100vw}#navbar.navbar-compact .border--helper:after{background-color:#000;content:"";height:1px}#navbar.navbar-compact .navbar-brand{position:absolute;transform:translateY(-125%);transition-duration:.6s;z-index:10000}.henn-menu.expanded .menu-content{background-color:#fff;padding-left:.625rem!important;padding-right:.625rem!important}.henn-menu.expanded .menu-content .content-container{height:inherit;padding:0}.henn-menu.expanded .menu-content .content-container .nav .active a{border-bottom:2px solid #000}@media (min-width:576px){.henn-menu.expanded .menu-content .content-container .nav .active a{border-bottom:2px solid #000}}@media (min-width:768px){.henn-menu.expanded .menu-content .content-container .nav .active a{border-bottom:3px solid #000}}@media (min-width:1024px){.henn-menu.expanded .menu-content .content-container .nav .active a{border-bottom:5px solid #000}}@media (min-width:1440px){.henn-menu.expanded .menu-content .content-container .nav .active a{border-bottom:5px solid #000}}.henn-menu ul.nav{display:flex;flex-direction:column;margin-bottom:0;margin-top:.625rem;opacity:1}@media (min-width:768px){.henn-menu ul.nav{margin-top:.9375rem}}@media (min-width:1024px){.henn-menu ul.nav{margin-top:1.25rem}}.henn-menu .menu-main{margin-top:1.25rem}@media (min-width:768px){.henn-menu .menu-main{margin-top:1.875rem}}@media (min-width:1024px){.henn-menu .menu-main{margin-top:2.5rem}}.henn-menu .menu-footer .nav-item,.henn-menu .menu-language .nav-item,.henn-menu .menu-main .nav-item,.henn-menu .menu-social .nav-item{opacity:0}.henn-menu .menu-footer .nav-item a:after,.henn-menu .menu-language .nav-item a:after,.henn-menu .menu-main .nav-item a:after,.henn-menu .menu-social .nav-item a:after{display:none}.henn-menu .menu-footer .nav-item.fadeIn,.henn-menu .menu-language .nav-item.fadeIn,.henn-menu .menu-main .nav-item.fadeIn,.henn-menu .menu-social .nav-item.fadeIn{opacity:1;transition-delay:.3s;transition-duration:.5s}.henn-menu .menu-toggle{padding-left:0;padding-right:0}.henn-menu .menu-toggle .icon:after{display:inline-block;text-align:center}.henn-menu .menu-toggle:hover .icon{font-weight:bolder;transition-duration:.3s}.henn-menu .menu-footer a,.henn-menu .menu-language a,.henn-menu .menu-social a{text-transform:uppercase}.henn-menu .menu-footer .nav,.henn-menu .menu-language .nav,.henn-menu .menu-social .nav{opacity:1}.henn-menu .menu-social ul.nav a{display:initial!important}.henn-menu .menu-social ul.nav a svg,.henn-menu .menu-social ul.nav a:after{display:none}.henn-menu li{margin-bottom:.625rem}@media (min-width:768px){.henn-menu li{margin-bottom:.9375rem}}@media (min-width:1024px){.henn-menu li{margin-bottom:1.25rem}}.henn-menu li .nav-link{display:initial;padding:0}.henn-menu li a{transition-duration:.2s;transition-timing-function:ease-in}.henn-menu li a.is-active,.henn-menu li a:hover{border-bottom:2px solid #000}@media (min-width:576px){.henn-menu li a.is-active,.henn-menu li a:hover{border-bottom:2px solid #000}}@media (min-width:768px){.henn-menu li a.is-active,.henn-menu li a:hover{border-bottom:3px solid #000}}@media (min-width:1024px){.henn-menu li a.is-active,.henn-menu li a:hover{border-bottom:5px solid #000}}@media (min-width:1440px){.henn-menu li a.is-active,.henn-menu li a:hover{border-bottom:5px solid #000}}.henn-menu .menu-content{left:0;right:0}.henn-menu .menu-content .section-bottom{bottom:0;position:absolute;width:100%}.henn-menu .menu-content .section-bottom .grid-layout&gt;div{margin-top:auto}@media (min-width:1024px){.henn-menu .menu-content .section-bottom .grid-layout&gt;div ul{margin:0!important;padding:0!important}}.section-bottom{padding-bottom:.625rem}@media (min-width:768px){.section-bottom{padding-bottom:.9375rem}}@media (min-width:1024px){.section-bottom{padding-bottom:1.25rem}}.section-bottom .nav-item{margin-bottom:.125rem}@media (min-width:768px){.section-bottom .nav-item{margin-bottom:.25rem}}@media (min-width:1024px){.section-bottom .nav-item{margin-bottom:.25rem}}.path-frontpage main{padding-top:0!important}.path-frontpage main .block-inline-blockdynamic-entity-list{margin-top:10rem!important}.path-frontpage #navbar .navbar-group .block-arocom-search-form&gt;form .mi-search-icon{filter:invert(0)}.henn-menu .menu-toggle .icon:after{content:"+";position:relative}.henn-menu.expanded .menu-toggle .icon:after{content:"â€”";font-size:.65rem;font-weight:bolder;position:relative;top:-2px}@media (min-width:576px){.henn-menu.expanded .menu-toggle .icon:after{font-size:.74rem;top:-3px}}@media (min-width:768px){.henn-menu.expanded .menu-toggle .icon:after{font-size:.94rem;top:-3px}}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container{position:relative}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar{background-color:hsla(0,0%,100%,0);position:absolute;transition:none;width:100%;z-index:1000}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar .block--arocom-sitebranding img{filter:invert(1)}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar .block-henn-menu{color:#fff}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar .menu-content{transition:height .3s}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar.navbar-expanded{background-color:#fff}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar.navbar-expanded .block--arocom-sitebranding img{filter:unset}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar.navbar-expanded .block-henn-menu{color:#000}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar.navbar-compact{margin:0;position:sticky;transition:all .3s;width:100%}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container #navbar.navbar-compact .block-henn-menu{color:#000}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container .gallery-height-full_height{margin-top:0!important}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container .gallery-height-full_height .swiper-container{padding-top:0}.path-frontpage:not([class*=adminimal-admin-toolbar]) .content-container .gallery-height-full_height .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#fff}.henn-menu .menu-wrapper-landscape{display:flex;padding:0!important}.henn-menu .menu-wrapper-landscape .grid-layout{width:100%}.henn-menu .menu-wrapper-landscape .menu-main{margin-top:.625rem}@media (min-width:768px){.henn-menu .menu-wrapper-landscape .menu-main{margin-top:.9375rem}}@media (min-width:1024px){.henn-menu .menu-wrapper-landscape .menu-main{margin-top:1.25rem}}.henn-menu .menu-wrapper-landscape .menu-main .menu-main-landscape{margin-top:0;padding-top:0}.henn-menu .menu-wrapper-landscape .menu-main .menu-main-landscape li{margin-bottom:.525rem}.henn-menu .menu-wrapper-landscape .menu-main .menu-main-landscape li a{font-size:1.875rem}.henn-menu .menu-wrapper-landscape .menu-bottom-landscape{right:12px;width:auto}.henn-menu .menu-wrapper-landscape .menu-bottom-landscape .grid-layout{display:flex}.henn-menu .menu-wrapper-landscape .menu-bottom-landscape .grid-layout&gt;div{display:flex;justify-content:center;margin-left:.625rem}@media (min-width:768px){.henn-menu .menu-wrapper-landscape .menu-bottom-landscape .grid-layout&gt;div{margin-left:.9375rem}}@media (min-width:1024px){.henn-menu .menu-wrapper-landscape .menu-bottom-landscape .grid-layout&gt;div{margin-left:1.25rem}}.block-henn-menu .expanded .menu-content{height:100%;top:0;width:100%}.block-henn-menu .expanded .menu-content .content-container&gt;.grid-layout{position:relative;top:var(--menu-content-top)}.navbar-compact:is(.navbar-expanded) .navbar-brand{position:relative!important;transform:translateY(0)!important}.navbar-compact:is(.navbar-expanded) .border--helper{display:none}.navbar-compact:is(.navbar-expanded) .menu-content .menu-main{padding-top:2.5rem}@media (min-width:768px){.navbar-compact:is(.navbar-expanded) .menu-content .menu-main{padding-top:3.125rem}}@media (min-width:1024px){.navbar-compact:is(.navbar-expanded) .menu-content .menu-main{padding-top:3.75rem}}.navbar-compact:is(.navbar-expanded) .menu-content .content-container{padding:0}.path-frontpage .navbar-compact:is(.navbar-expanded){margin:0 -.625rem!important;width:calc(100% + 1.25rem)!important}.path-frontpage.adminimal-admin-toolbar .content-container #navbar .block--arocom-sitebranding .navbar-brand img{filter:invert(0)}.path-frontpage.adminimal-admin-toolbar .content-container #navbar .block-henn-menu{color:#000}ul.search-api-autocomplete-search{background-color:#f6f6f6!important;border-top:2px solid #fff;left:0!important;width:100%!important;z-index:1000!important}@media only screen and (min-width:1024px) and (max-width:1280px) and (min-height:840px){.menu-main .nav-item{margin-bottom:1.25rem!important}.menu-main .nav-item a{font-size:2.875rem!important}}#main-menu .menu-inner-container{position:fixed!important}@media (min-width:1440px){#main-menu .menu-inner-container{position:absolute!important}}.block-facets{display:flex;margin-bottom:.625rem}@media (min-width:768px){.block-facets{margin-bottom:.9375rem}}@media (min-width:1024px){.block-facets{margin-bottom:1.25rem}}.block-facets a{background-color:#fff;border:1px solid #000;border-radius:40px;display:flex;flex-direction:row-reverse;font-weight:700;margin-right:.125rem;padding:10px;text-decoration:none}@media (min-width:768px){.block-facets a{margin-right:.25rem}}@media (min-width:1024px){.block-facets a{margin-right:.25rem}}.block-facets a.is-active{background-color:#000;color:#fff}.block-facets a.is-active.facet-no-result{background-color:#7c7c7c}.block-facets a:hover{background-color:#000;color:#fff}.block-facets .facet-no-result{border-color:#7c7c7c;color:#7c7c7c;pointer-events:none}.first-search-block_search_results h1{display:none}.first-search-block_search_results .search-highlight{background-color:#000;color:#fff;display:inline;padding:2px;width:-moz-fit-content;width:fit-content}.node-article.node--view-mode-teaser-search{border-bottom:1px solid #000}.node-article.node--view-mode-teaser-search .teaser-info{display:flex;flex-direction:row}.node-article.node--view-mode-teaser-search .teaser-info .post-date{margin-right:.125rem}@media (min-width:768px){.node-article.node--view-mode-teaser-search .teaser-info .post-date{margin-right:.25rem}}@media (min-width:1024px){.node-article.node--view-mode-teaser-search .teaser-info .post-date{margin-right:.25rem}}.node--type--vacancy.node--view-mode-teaser-search{border-bottom:1px solid #000}.node--type--vacancy.node--view-mode-teaser-search:hover{text-decoration:none}.view-search .node--view-mode-teaser-search{padding-top:.625rem}@media (min-width:768px){.view-search .node--view-mode-teaser-search{padding-top:.9375rem}}@media (min-width:1024px){.view-search .node--view-mode-teaser-search{padding-top:1.25rem}}.view-search .node--view-mode-teaser-search .teaser-link{flex-direction:column}.view-search .node--view-mode-teaser-search .teaser-link .teaser-content-trimmed&gt;div{display:inline}body[class*=datasource_all] .view-search .node--type--project-teaser{border-bottom:1px solid #000;margin-bottom:0;padding-bottom:.625rem;padding-top:.625rem}@media (min-width:768px){body[class*=datasource_all] .view-search .node--type--project-teaser{padding-top:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .view-search .node--type--project-teaser{padding-top:1.25rem}}@media (min-width:768px){body[class*=datasource_all] .view-search .node--type--project-teaser{padding-bottom:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .view-search .node--type--project-teaser{padding-bottom:1.25rem}}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link{-moz-column-gap:.125rem;column-gap:.125rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));row-gap:0}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .media--image{grid-column:span 12/span 12;margin-bottom:.625rem}@media (min-width:768px){body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .media--image{margin-bottom:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .media--image{margin-bottom:1.25rem}}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .media--image img{min-height:unset}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .node-project--teaser-meta-info{background:unset;color:#000;grid-column:span 8/span 8;padding-top:0!important;position:relative}@media (min-width:768px){body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .media--image{grid-column:span 6/span 6;margin-bottom:0}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .node-project--teaser-meta-info{grid-column:span 6/span 6}}@media (min-width:1024px){body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .media--image{grid-column:span 4/span 4}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link .node-project--teaser-meta-info{grid-column:span 8/span 8}}body[class*=datasource_all] .view-search .node--type--project-teaser .project-link:hover{background-color:unset}body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search{margin-bottom:0!important}body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search .vacancy-image{display:none;grid-column:span 12/span 12;height:490px;margin-bottom:.625rem}@media (min-width:768px){body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search .vacancy-image{margin-bottom:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search .vacancy-image{margin-bottom:1.25rem}}body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){grid-column:span 12/span 2}@media (min-width:768px){body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search .vacancy-image{grid-column:span 6/span 6;height:490px;margin-bottom:0}body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){grid-column:span 6/span 6}}@media (min-width:1024px){body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search .vacancy-image{grid-column:span 4/span 4;height:490px;margin-bottom:0}body[class*=datasource_all] .node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){grid-column:span 8/span 8}}body[class*=datasource_all] .user--compact&gt;div{border-bottom:1px solid #000;margin-bottom:0!important;padding-bottom:.625rem;padding-top:.625rem}@media (min-width:768px){body[class*=datasource_all] .user--compact&gt;div{padding-top:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .user--compact&gt;div{padding-top:1.25rem}}@media (min-width:768px){body[class*=datasource_all] .user--compact&gt;div{padding-bottom:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .user--compact&gt;div{padding-bottom:1.25rem}}body[class*=datasource_all] .user--compact&gt;div&gt;div:first-child{grid-column:span 12/span 12;padding-bottom:.625rem}@media (min-width:768px){body[class*=datasource_all] .user--compact&gt;div&gt;div:first-child{padding-bottom:.9375rem}}@media (min-width:1024px){body[class*=datasource_all] .user--compact&gt;div&gt;div:first-child{padding-bottom:1.25rem}}body[class*=datasource_all] .user--compact&gt;div&gt;div:first-child .media--image{max-height:490px;overflow:hidden}body[class*=datasource_all] .user--compact&gt;div&gt;div:nth-child(2){grid-column:span 12/span 12}@media (min-width:576px){body[class*=datasource_all] .user--compact&gt;div&gt;div:first-child{grid-column:span 6/span 6;padding-bottom:0}body[class*=datasource_all] .user--compact&gt;div&gt;div:nth-child(2){grid-column:span 6/span 6}}@media (min-width:1024px){body[class*=datasource_all] .user--compact&gt;div&gt;div:first-child{grid-column:span 4/span 4}body[class*=datasource_all] .user--compact&gt;div&gt;div:nth-child(2){grid-column:span 8/span 8}}.node--type--vacancy.node--view-mode-teaser-search{margin-bottom:0!important}.node--type--vacancy.node--view-mode-teaser-search .vacancy-image{display:none;grid-column:span 12/span 12;height:490px;margin-bottom:.625rem}@media (min-width:768px){.node--type--vacancy.node--view-mode-teaser-search .vacancy-image{margin-bottom:.9375rem}}@media (min-width:1024px){.node--type--vacancy.node--view-mode-teaser-search .vacancy-image{margin-bottom:1.25rem}}.node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){grid-column:span 12/span 2;padding:0!important}@media (min-width:768px){.node--type--vacancy.node--view-mode-teaser-search .vacancy-image{display:initial;grid-column:span 6/span 6;height:490px;margin-bottom:0}.node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){grid-column:span 6/span 6;padding-left:.625rem!important}}@media (min-width:768px) and (min-width:768px){.node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){padding-left:.9375rem!important}}@media (min-width:768px) and (min-width:1024px){.node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){padding-left:1.25rem!important}}@media (min-width:1024px){.node--type--vacancy.node--view-mode-teaser-search .vacancy-image{grid-column:span 4/span 4;height:490px;margin-bottom:0}.node--type--vacancy.node--view-mode-teaser-search div:nth-child(2){grid-column:span 8/span 8}}#main-menu .menu-inner-container .vs__selected&gt;span.h--navigation{display:block}#main-menu .menu-inner-container .vs__selected span.h--navigation{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100px}@media (min-width:768px){#main-menu .menu-inner-container .vs__selected span.h--navigation{width:350px}}html,html body{height:100vh}body[class*=datasource_user] .block-views-blocksearch-block-search-results .view-search p{display:none}body[class*="datasource_node:project"] .node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div:first-child{padding-top:0}@media (min-width:576px){body[class*="datasource_node:project"] .node--view-mode-full .layout--onecol .view-search&gt;div.views-row:first-of-type .left-column,body[class*="datasource_node:project"] .node--view-mode-full .layout--onecol .view-search&gt;div.views-row:first-of-type .right-column{padding-top:0}}body[class*="datasource_node:project"] .node--view-mode-teaser-search{padding:0}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item{border-bottom:1px solid #000}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a{display:table}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a:hover{text-decoration:none}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column{display:none}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column .media--bundle--image img{aspect-ratio:1/1}@media (min-width:576px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column{display:table-cell;padding-bottom:.625rem;padding-top:.625rem;vertical-align:top;width:347px}}@media (min-width:576px) and (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column{padding-top:.9375rem}}@media (min-width:576px) and (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column{padding-top:1.25rem}}@media (min-width:576px) and (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column{padding-bottom:.9375rem}}@media (min-width:576px) and (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column{padding-bottom:1.25rem}}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .left-column div.no-image-space-holder{background-color:#91c5ae;height:100%;min-height:350px;width:100%}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{display:flex;flex-direction:column;flex-wrap:nowrap;padding-bottom:.625rem;padding-top:.625rem;width:100%}@media (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding-top:.9375rem}}@media (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding-top:1.25rem}}@media (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding-bottom:.9375rem}}@media (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding-bottom:1.25rem}}@media (min-width:576px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding:.625rem}}@media (min-width:576px) and (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding:.9375rem}}@media (min-width:576px) and (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{padding:1.25rem}}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-location{display:flex;margin-top:-4px;order:1;padding-bottom:.125rem}@media (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-location{padding-bottom:.25rem}}@media (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-location{padding-bottom:.25rem}}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-headline{display:flex;order:2;padding-bottom:.125rem}@media (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-headline{padding-bottom:.25rem}}@media (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-headline{padding-bottom:.25rem}}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{display:flex;font-size:.625rem;order:4;padding-top:.625rem}@media (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{padding-top:.9375rem}}@media (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{padding-top:1.25rem}}@media (min-width:576px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{padding-bottom:.625rem}}@media (min-width:576px) and (min-width:768px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{padding-bottom:.9375rem}}@media (min-width:576px) and (min-width:1024px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{padding-bottom:1.25rem}}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-body{order:3}@media (min-width:576px){body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column{display:table-cell;vertical-align:top;width:calc(100% - 750px)}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category{font-size:unset;margin-top:0;padding-top:0}}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category div{display:inline-block}body[class*="datasource_node:project"] .node--view-mode-teaser-search .view-teaser-search-item a .right-column .teaser-search-category div:not(:empty)+div:not(:empty):before{content:", "}.factsnumbers-content{margin-bottom:1.25rem;margin-left:-.625rem;margin-right:-.625rem}@media (min-width:768px){.factsnumbers-content{margin-bottom:1.875rem}}@media (min-width:1024px){.factsnumbers-content{margin-bottom:2.5rem}}@media (min-width:768px){.factsnumbers-content{margin-left:-.9375rem}}@media (min-width:1024px){.factsnumbers-content{margin-left:-1.25rem}}@media (min-width:768px){.factsnumbers-content{margin-right:-.9375rem}}@media (min-width:1024px){.factsnumbers-content{margin-right:-1.25rem}}.factsnumbers-content .facts-numbers-wrapper{background-color:#f6f6f6;color:#000;margin-bottom:.125rem;margin-right:.125rem;outline:1px solid;outline-color:#f6f6f6;outline-offset:-1px;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (min-width:768px){.factsnumbers-content .facts-numbers-wrapper{margin-bottom:.25rem}}@media (min-width:1024px){.factsnumbers-content .facts-numbers-wrapper{margin-bottom:.25rem}}@media (min-width:768px){.factsnumbers-content .facts-numbers-wrapper{margin-right:.25rem}}@media (min-width:1024px){.factsnumbers-content .facts-numbers-wrapper{margin-right:.25rem}}.factsnumbers-content .facts-numbers-wrapper:before{content:"";float:left;padding-top:100%}.factsnumbers-content .facts-numbers-wrapper a{float:left}.factsnumbers-content .facts-numbers-wrapper:hover{background-color:#fff;color:#000;outline:1px solid #000;outline-offset:-1px}.factsnumbers-content .facts-numbers-wrapper:last-child,.factsnumbers-content .facts-numbers-wrapper:nth-child(2){margin-right:0!important}@media (min-width:576px){.factsnumbers-content .facts-numbers-wrapper:nth-child(2){margin-right:0!important}}@media (min-width:768px){.factsnumbers-content .facts-numbers-wrapper:nth-child(2){margin-right:0!important}}.factsnumbers-content .facts-numbers-wrapper&gt;a{display:flex;flex-direction:column;height:100%;padding:.625rem;position:absolute;width:100%}@media (min-width:768px){.factsnumbers-content .facts-numbers-wrapper&gt;a{padding:.9375rem}}@media (min-width:1024px){.factsnumbers-content .facts-numbers-wrapper&gt;a{padding:1.25rem}}.factsnumbers-content .facts-numbers-wrapper&gt;a:hover{text-decoration:none}.factsnumbers-content .facts-numbers-wrapper&gt;a .h--heading-xl{margin-bottom:.125rem}@media (min-width:768px){.factsnumbers-content .facts-numbers-wrapper&gt;a .h--heading-xl{margin-bottom:.25rem}}@media (min-width:1024px){.factsnumbers-content .facts-numbers-wrapper&gt;a .h--heading-xl{margin-bottom:.25rem}}.factsnumbers-content .facts-numbers-wrapper&gt;a .h--body,.factsnumbers-content .facts-numbers-wrapper&gt;a .view-vacancies .views-exposed-form fieldset .form-item-field-vacancy-location-value,.factsnumbers-content .facts-numbers-wrapper&gt;a body,.view-vacancies .views-exposed-form fieldset .factsnumbers-content .facts-numbers-wrapper&gt;a .form-item-field-vacancy-location-value{min-height:4em}.factsnumbers-content .facts-numbers-wrapper&gt;a .news-teaser-icon.text-right{bottom:0;margin-top:.625rem;padding-bottom:inherit;padding-right:inherit;position:absolute;right:0}@media (min-width:768px){.factsnumbers-content .facts-numbers-wrapper&gt;a .news-teaser-icon.text-right{margin-top:.9375rem}}@media (min-width:1024px){.factsnumbers-content .facts-numbers-wrapper&gt;a .news-teaser-icon.text-right{margin-top:1.25rem}}@media (min-width:576px){.factsnumbers-content .facts-numbers-wrapper&gt;a .news-teaser-icon.text-right img{height:46px!important;width:46px!important}}@media (min-width:1440px){.factsnumbers-content .facts-numbers-wrapper&gt;a .news-teaser-icon.text-right img{height:64px!important;width:64px!important}}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{border:1px solid transparent;cursor:pointer;text-decoration:none!important}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--default,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--default,.btn-link.button-style--,.btn-link.button-style--default{background-color:#dedede}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--default:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--default:hover,.btn-link.button-style--:hover,.btn-link.button-style--default:hover{transition-duration:.3s}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--important,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--important,.btn-link.button-style--important{background-color:#91c5ae}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--important:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--important:hover,.btn-link.button-style--important:hover{transition-duration:.3s}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link.button-style--highlight,.del-container .del-show-all a.btn-link,.del-container .del-show-more a.btn-link,.teaser-list-wrapper .del-show-all a.btn-link,.teaser-list-wrapper .del-show-more a.btn-link{background-color:#000;color:#fff}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link.button-style--highlight a,.del-container .del-show-all a.btn-link a,.del-container .del-show-more a.btn-link a,.teaser-list-wrapper .del-show-all a.btn-link a,.teaser-list-wrapper .del-show-more a.btn-link a{color:#fff}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:hover,.btn-link.button-style--highlight:hover,.del-container .del-show-all a.btn-link:hover,.del-container .del-show-more a.btn-link:hover,.teaser-list-wrapper .del-show-all a.btn-link:hover,.teaser-list-wrapper .del-show-more a.btn-link:hover{transition-duration:.3s}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--orange,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--orange,.btn-link.button-style--orange{background-color:#f04d04}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a.button-style--orange:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a.button-style--orange:hover,.btn-link.button-style--orange:hover{transition-duration:.3s}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:hover,.btn-link.button-style--:hover,.btn-link.button-style--default:hover,.btn-link.button-style--highlight:hover,.btn-link.button-style--important:hover,.btn-link.button-style--orange:hover,.del-container .del-show-all a.btn-link:hover,.del-container .del-show-more a.btn-link:hover,.teaser-list-wrapper .del-show-all a.btn-link:hover,.teaser-list-wrapper .del-show-more a.btn-link:hover{background-color:#fff;border-color:#000;color:#000;text-decoration:none;transform:scale(.95)}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:hover a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:hover a,.btn-link.button-style--:hover a,.btn-link.button-style--default:hover a,.btn-link.button-style--highlight:hover a,.btn-link.button-style--important:hover a,.btn-link.button-style--orange:hover a,.del-container .del-show-all a.btn-link:hover a,.del-container .del-show-more a.btn-link:hover a,.teaser-list-wrapper .del-show-all a.btn-link:hover a,.teaser-list-wrapper .del-show-more a.btn-link:hover a{color:#000;transition-duration:.3s}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:hover a:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:hover a:hover,.btn-link.button-style--:hover a:hover,.btn-link.button-style--default:hover a:hover,.btn-link.button-style--highlight:hover a:hover,.btn-link.button-style--important:hover a:hover,.btn-link.button-style--orange:hover a:hover,.del-container .del-show-all a.btn-link:hover a:hover,.del-container .del-show-more a.btn-link:hover a:hover,.teaser-list-wrapper .del-show-all a.btn-link:hover a:hover,.teaser-list-wrapper .del-show-more a.btn-link:hover a:hover{text-decoration:none}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{height:117px;width:117px}@media (min-width:576px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{height:117px;width:117px}}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{height:150px;width:150px}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{height:175px;width:175px}}@media (min-width:1440px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{height:200px;width:200px}}@media (min-width:1600px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.btn-link{height:300px;width:300px}}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a,.btn-link a{border:none}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a a:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a a:hover,.btn-link a:hover{border:none;text-decoration:none}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a:hover,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a:hover,.btn-link.button-style--highlight:hover,.del-container .del-show-all a.btn-link:hover,.del-container .del-show-more a.btn-link:hover,.teaser-list-wrapper .del-show-all a.btn-link:hover,.teaser-list-wrapper .del-show-more a.btn-link:hover{border:1px solid #000}.layout--cloud .layout__region{gap:.125rem}@media (min-width:768px){.layout--cloud .layout__region{gap:.25rem}}@media (min-width:1024px){.layout--cloud .layout__region{gap:.25rem}}.layout--cloud .layout__region .news-content,.layout--cloud .layout__region .news-content *{word-break:normal}.block-inline-blockcloud-item{margin:0!important}.block-inline-blockcloud-item.teaser- .news-text,.block-inline-blockcloud-item.teaser-default .news-text{background-color:#dedede}.block-inline-blockcloud-item.teaser-:hover .news-teaser-icon,.block-inline-blockcloud-item.teaser-default:hover .news-teaser-icon{filter:unset}.block-inline-blockcloud-item.teaser-important .news-text{background-color:#91c5ae}.block-inline-blockcloud-item.teaser-important:hover .news-teaser-icon{filter:unset}.block-inline-blockcloud-item.teaser-highlight .news-text{background-color:#000}.block-inline-blockcloud-item.teaser-highlight [class^=news-]{color:#fff}.block-inline-blockcloud-item.teaser-highlight .news-teaser-icon{filter:invert(1)}.block-inline-blockcloud-item.teaser-orange .news-text{background-color:#f04d04}.block-inline-blockcloud-item.teaser-,.block-inline-blockcloud-item.teaser-default,.block-inline-blockcloud-item.teaser-highlight,.block-inline-blockcloud-item.teaser-important,.block-inline-blockcloud-item.teaser-orange{text-decoration:none;transition:.3s}.block-inline-blockcloud-item.teaser- .news-text,.block-inline-blockcloud-item.teaser-default .news-text,.block-inline-blockcloud-item.teaser-highlight .news-text,.block-inline-blockcloud-item.teaser-important .news-text,.block-inline-blockcloud-item.teaser-orange .news-text{outline:transparent;outline-offset:-1px;transition:outline-color .3s}.block-inline-blockcloud-item.teaser-:hover,.block-inline-blockcloud-item.teaser-default:hover,.block-inline-blockcloud-item.teaser-highlight:hover,.block-inline-blockcloud-item.teaser-important:hover,.block-inline-blockcloud-item.teaser-orange:hover{box-sizing:border-box}.block-inline-blockcloud-item.teaser-:hover .news-text,.block-inline-blockcloud-item.teaser-default:hover .news-text,.block-inline-blockcloud-item.teaser-highlight:hover .news-text,.block-inline-blockcloud-item.teaser-important:hover .news-text,.block-inline-blockcloud-item.teaser-orange:hover .news-text{background-color:#fff;outline:1px solid #000}.block-inline-blockcloud-item.teaser-:hover [class^=news-],.block-inline-blockcloud-item.teaser-default:hover [class^=news-],.block-inline-blockcloud-item.teaser-highlight:hover [class^=news-],.block-inline-blockcloud-item.teaser-important:hover [class^=news-],.block-inline-blockcloud-item.teaser-orange:hover [class^=news-]{color:#000;transition-duration:.3s}.block-inline-blockcloud-item.teaser-:hover .blazy,.block-inline-blockcloud-item.teaser-default:hover .blazy,.block-inline-blockcloud-item.teaser-highlight:hover .blazy,.block-inline-blockcloud-item.teaser-important:hover .blazy,.block-inline-blockcloud-item.teaser-orange:hover .blazy{background-color:#91c5ae}.block-inline-blockcloud-item.teaser-:hover .blazy .media .img-fluid,.block-inline-blockcloud-item.teaser-default:hover .blazy .media .img-fluid,.block-inline-blockcloud-item.teaser-highlight:hover .blazy .media .img-fluid,.block-inline-blockcloud-item.teaser-important:hover .blazy .media .img-fluid,.block-inline-blockcloud-item.teaser-orange:hover .blazy .media .img-fluid{filter:grayscale(1);opacity:.5;transition-duration:.3s}.block-inline-blockcloud-item.teaser-:hover .news-teaser-icon,.block-inline-blockcloud-item.teaser-default:hover .news-teaser-icon,.block-inline-blockcloud-item.teaser-highlight:hover .news-teaser-icon,.block-inline-blockcloud-item.teaser-important:hover .news-teaser-icon,.block-inline-blockcloud-item.teaser-orange:hover .news-teaser-icon{filter:unset}.block-inline-blockcloud-item.teaser-:hover .news-teaser-icon img,.block-inline-blockcloud-item.teaser-default:hover .news-teaser-icon img,.block-inline-blockcloud-item.teaser-highlight:hover .news-teaser-icon img,.block-inline-blockcloud-item.teaser-important:hover .news-teaser-icon img,.block-inline-blockcloud-item.teaser-orange:hover .news-teaser-icon img{transition-duration:.3s}.block-inline-blockcloud-item .news-text{min-height:6em}@media (max-width:767.98px){.block-inline-blockcloud-item .news-text *{word-break:break-all}}.block-inline-blockcloud-item video{opacity:0;transition:.2s}.block-inline-blockcloud-item video.b-loaded,.block-inline-blockcloud-item video.media-loaded{opacity:1}.block-inline-blockcloud-item.cloud-item-media{flex-grow:1}.block-inline-blockcloud-item.cloud-item-media img,.block-inline-blockcloud-item.cloud-item-media video{-o-object-fit:cover;object-fit:cover;opacity:0;transition:.2s}.block-inline-blockcloud-item.cloud-item-media img.media-loaded,.block-inline-blockcloud-item.cloud-item-media video.media-loaded{opacity:1}.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important{pointer-events:none}.block-views-blockclients-block-1 .views-element-container{overflow:hidden}.view-projects-overview form{border-bottom:1px solid #000;display:flex;flex-wrap:wrap;margin-bottom:.125rem}@media (min-width:768px){.view-projects-overview form{border-top:1px solid #000;flex-wrap:nowrap;margin-bottom:.25rem}}@media (min-width:1024px){.view-projects-overview form{margin-bottom:.25rem}}.view-projects-overview form .form-group{margin:0}.view-projects-overview form .vue-table-toggle{margin-bottom:.625rem;margin-top:.625rem}@media (min-width:768px){.view-projects-overview form .vue-table-toggle{margin-bottom:.9375rem}}@media (min-width:1024px){.view-projects-overview form .vue-table-toggle{margin-bottom:1.25rem}}@media (min-width:768px){.view-projects-overview form .vue-table-toggle{margin-top:.9375rem}}@media (min-width:1024px){.view-projects-overview form .vue-table-toggle{margin-top:1.25rem}}@media (max-width:767.98px){.view-projects-overview form .vue-table-toggle{margin-right:.625rem;width:72px}}@media (max-width:767.98px) and (min-width:768px){.view-projects-overview form .vue-table-toggle{margin-right:.9375rem}}@media (max-width:767.98px) and (min-width:1024px){.view-projects-overview form .vue-table-toggle{margin-right:1.25rem}}@media (max-width:767.98px){.view-projects-overview form .vue-table-toggle .vue-toggle-wrapper .v-switch-button{height:26px;width:26px}.view-projects-overview form .vue-table-toggle .vue-toggle-wrapper .text-left,.view-projects-overview form .vue-table-toggle .vue-toggle-wrapper .text-right{font-size:.75rem;padding:0 12px}.view-projects-overview form .vue-table-toggle.toggleSwitch .vue-toggle-wrapper .v-switch-button{transform:translateX(46px)}}.vue-overview-menu{align-items:center;display:flex;justify-content:space-between;width:100%}.vue-overview-menu .vue-reset-button{font-size:.75rem;font-weight:700;opacity:.5;padding:.625rem;pointer-events:none;text-transform:none;transition-duration:.3s;transition-timing-function:ease-out}@media (min-width:768px){.vue-overview-menu .vue-reset-button{padding:.9375rem}}@media (min-width:1024px){.vue-overview-menu .vue-reset-button{padding:1.25rem}}@media (min-width:768px){.vue-overview-menu .vue-reset-button{font-size:16px}}.vue-overview-menu .vue-reset-button.active{opacity:1;pointer-events:auto}.view-vacancies .vue-overview-menu{display:none}.block-inline-blocktwo-images .two-images--first,.block-inline-blocktwo-images .two-images--second{position:relative}.block-inline-blocktwo-images .two-images--second{grid-column-end:13}.block-inline-blocktwo-images .two-images--first{margin-bottom:.125rem}@media (min-width:768px){.block-inline-blocktwo-images .two-images--first{margin-bottom:.25rem}}@media (min-width:1024px){.block-inline-blocktwo-images .two-images--first{margin-bottom:0}}.block-inline-blocktwo-images .blazy,.block-inline-blocktwo-images .media,.block-inline-blocktwo-images img,.block-inline-blocktwo-images picture{width:100%!important}.block-inline-blocktwo-images img{max-height:none!important;-o-object-fit:cover;object-fit:cover}.block-inline-blocktwo-images .mfp-trigger{align-items:center;color:#000;cursor:pointer;display:flex;font-weight:700;margin-right:.625rem;position:absolute;right:0;top:15px;z-index:500}@media (min-width:576px){.block-inline-blocktwo-images .mfp-trigger{margin-right:1.25rem}}.block-inline-blocktwo-images .mfp-trigger .icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:30px;justify-content:center;line-height:30px;margin-left:.33em;padding-bottom:4px;width:30px}@media (min-width:576px){.block-inline-blocktwo-images .mfp-trigger .icon{height:40px;line-height:35px;width:40px}}.block-inline-blocktwo-images .mfp-trigger .icon .arocom-media-slider--plus-icon{padding-bottom:.125rem}@media (min-width:768px){.block-inline-blocktwo-images .mfp-trigger .icon .arocom-media-slider--plus-icon{padding-bottom:.25rem}}@media (min-width:1024px){.block-inline-blocktwo-images .mfp-trigger .icon .arocom-media-slider--plus-icon{padding-bottom:.25rem}}.block-inline-blocktwo-images .mfp-trigger .icon .arocom-media-slider--plus-icon:after{content:"+";font-size:1.6rem;font-weight:bolder;height:13px;transition-duration:.3s}@media (min-width:576px){.block-inline-blocktwo-images .mfp-trigger .icon .arocom-media-slider--plus-icon:after{font-size:1.9rem}}.block-inline-blocktwo-images .mfp-trigger:hover .arocom-media-slider--plus-icon:after{font-weight:400}nav.pagination-nav ul.pagination.pager__items{align-items:baseline}nav.pagination-nav ul.pagination.pager__items li.page-item .page-link{background-color:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;color:#000;height:36px;padding:0 2px;transition-duration:.2s}nav.pagination-nav ul.pagination.pager__items li.page-item .page-link:focus{border-radius:0}nav.pagination-nav ul.pagination.pager__items li.page-item .page-link:hover{border-bottom:2px solid #000}nav.pagination-nav ul.pagination.pager__items li.page-item.is-active .page-link{border-bottom:4px solid #000}nav.pagination-nav ul.pagination.pager__items li.page-item.is-active .page-link:hover{border-bottom:2px solid #000}.node--type--page.node--view-mode-full&gt;.js-layout-builder-region .grid-layout.image:first-child{margin-top:-2.5rem;padding-top:.125rem}@media (min-width:768px){.node--type--page.node--view-mode-full&gt;.js-layout-builder-region .grid-layout.image:first-child{margin-top:-3.125rem}}@media (min-width:1024px){.node--type--page.node--view-mode-full&gt;.js-layout-builder-region .grid-layout.image:first-child{margin-top:-3.75rem}}@media (min-width:768px){.node--type--page.node--view-mode-full&gt;.js-layout-builder-region .grid-layout.image:first-child{padding-top:.25rem}}@media (min-width:1024px){.node--type--page.node--view-mode-full&gt;.js-layout-builder-region .grid-layout.image:first-child{padding-top:.25rem}}.node--type--page.first-image h1{margin-bottom:2.5rem}@media (min-width:768px){.node--type--page.first-image h1{margin-bottom:3.125rem}}@media (min-width:1024px){.node--type--page.first-image h1{margin-bottom:3.75rem}}.node--type--article.node--view-mode-full .article-preface{padding-left:0;padding-right:0}.node--type--article.node--view-mode-full .article-preface .post-date{align-items:center;display:flex;justify-content:flex-end;text-align:right}.node--type--article.node--view-mode-full .article-preface .post-date--only .post-date{padding-left:0;padding-right:0}.node--type--article.node--view-mode-full h1+.media{margin-top:-2.5rem;padding-top:.125rem}@media (min-width:768px){.node--type--article.node--view-mode-full h1+.media{margin-top:-3.125rem}}@media (min-width:1024px){.node--type--article.node--view-mode-full h1+.media{margin-top:-3.75rem}}@media (min-width:768px){.node--type--article.node--view-mode-full h1+.media{padding-top:.25rem}}@media (min-width:1024px){.node--type--article.node--view-mode-full h1+.media{padding-top:.25rem}}.node--type--article.node--view-mode-full .related{padding-bottom:.625rem}@media (min-width:768px){.node--type--article.node--view-mode-full .related{padding-bottom:.9375rem}}@media (min-width:1024px){.node--type--article.node--view-mode-full .related{padding-bottom:1.25rem}}.node--article--category--heritage&gt;h1{display:none}.body.path-frontpage #navbar{background:transparent}.node--type--project:not(.node--view-mode-teaser) .project-header,body:not(.node-1) .project-header{background-color:#91c5ae;color:#fff;min-height:200px;position:relative}.node--type--project:not(.node--view-mode-teaser) .project-header .headline,body:not(.node-1) .project-header .headline{bottom:0;position:absolute}@media (max-width:767.98px){.node--type--project:not(.node--view-mode-teaser) .project-header .h--heading-xl.long-title,body:not(.node-1) .project-header .h--heading-xl.long-title{font-size:1.5rem}}.node--type--project:not(.node--view-mode-teaser) .project-header .field--label,body:not(.node-1) .project-header .field--label{display:none}.node--type--project:not(.node--view-mode-teaser) .project-header h1,body:not(.node-1) .project-header h1{border-bottom:0;margin-bottom:-.125rem}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .project-header h1,body:not(.node-1) .project-header h1{margin-bottom:-.25rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .project-header h1,body:not(.node-1) .project-header h1{margin-bottom:-.25rem}}.node--type--project:not(.node--view-mode-teaser) .project-header .media.media--image img,body:not(.node-1) .project-header .media.media--image img{max-height:78vh}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .project-header,body:not(.node-1) .project-header{min-height:400px}}.node--type--project:not(.node--view-mode-teaser) .project-header+.grid-layout,body:not(.node-1) .project-header+.grid-layout{padding-top:1.25rem}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .project-header+.grid-layout,body:not(.node-1) .project-header+.grid-layout{padding-top:1.875rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .project-header+.grid-layout,body:not(.node-1) .project-header+.grid-layout{padding-top:2.5rem}}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider,body:not(.node-1) .arocom-media-slider{background-color:#f6f6f6;margin-bottom:2.5rem;padding:0}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider,body:not(.node-1) .arocom-media-slider{margin-bottom:3.125rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider,body:not(.node-1) .arocom-media-slider{margin-bottom:3.75rem}}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-wrapper,body:not(.node-1) .arocom-media-slider .swiper-wrapper{align-items:center;display:flex}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{margin-bottom:1.25rem;margin-top:1.25rem;pointer-events:none;width:100%}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{margin-bottom:1.875rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{margin-bottom:2.5rem}}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{margin-top:1.875rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{margin-top:2.5rem}}@media (min-width:1440px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{padding-left:5rem;padding-right:5rem}}@media (min-width:1440px) and (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{padding-left:5.625rem}}@media (min-width:1440px) and (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{padding-left:6.25rem}}@media (min-width:1440px) and (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{padding-right:5.625rem}}@media (min-width:1440px) and (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide,body:not(.node-1) .arocom-media-slider .swiper-slide{padding-right:6.25rem}}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide&gt;*,body:not(.node-1) .arocom-media-slider .swiper-slide&gt;*{display:block!important;height:unset}@media (min-width:1440px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide&gt;*,body:not(.node-1) .arocom-media-slider .swiper-slide&gt;*{padding-left:.625rem;padding-right:.625rem}}@media (min-width:1440px) and (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide&gt;*,body:not(.node-1) .arocom-media-slider .swiper-slide&gt;*{padding-left:.9375rem}}@media (min-width:1440px) and (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide&gt;*,body:not(.node-1) .arocom-media-slider .swiper-slide&gt;*{padding-left:1.25rem}}@media (min-width:1440px) and (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide&gt;*,body:not(.node-1) .arocom-media-slider .swiper-slide&gt;*{padding-right:.9375rem}}@media (min-width:1440px) and (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide&gt;*,body:not(.node-1) .arocom-media-slider .swiper-slide&gt;*{padding-right:1.25rem}}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide figcaption,body:not(.node-1) .arocom-media-slider .swiper-slide figcaption{max-width:100vw}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide figcaption,body:not(.node-1) .arocom-media-slider .swiper-slide figcaption{max-width:80vw}}@media (min-width:1440px){.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide figcaption,body:not(.node-1) .arocom-media-slider .swiper-slide figcaption{max-width:45vw}}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide:has(figcaption),body:not(.node-1) .arocom-media-slider .swiper-slide:has(figcaption){display:flex;justify-content:center}.node--type--project:not(.node--view-mode-teaser) .arocom-media-slider .swiper-slide:has(figcaption)&gt;.block,body:not(.node-1) .arocom-media-slider .swiper-slide:has(figcaption)&gt;.block{display:block!important}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper,body:not(.node-1) .field-group-accordion-wrapper{bottom:1px;position:relative}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header{border-top:1px solid #000;cursor:pointer}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header a,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header a{border:none}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header:focus,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header:focus{outline:unset}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header[aria-expanded=true] .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header[aria-expanded=true] .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-collapsed.svg);background-position:50%;background-size:contain}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-open.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:39px;margin-right:1.25rem;padding-right:1.25rem;width:39px}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{padding-right:1.875rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{padding-right:2.5rem}}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{margin-right:1.875rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{margin-right:2.5rem}}@media (min-width:576px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{height:39px;width:39px}}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{height:39px;width:39px}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{height:58px;width:58px}}@media (min-width:1440px){.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header .accordion-handle{height:58px;width:58px}}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header a:hover,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header a:hover{border-bottom:none}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header span.ui-icon,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header span.ui-icon{display:none}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header:hover .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header:hover .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-open:hover.svg)}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .ui-accordion-header:hover[aria-expanded=true] .accordion-handle,body:not(.node-1) .field-group-accordion-wrapper .ui-accordion-header:hover[aria-expanded=true] .accordion-handle{background-image:url(/themes/custom/arocom/assets/css/../../icons/accordion-collapsed:hover.svg)}.node--type--project:not(.node--view-mode-teaser) .field-group-accordion-wrapper .field-group-tab,body:not(.node-1) .field-group-accordion-wrapper .field-group-tab{border-top:1px solid #000}.node--type--project:not(.node--view-mode-teaser) .node--view-mode-key-infos&gt;.field--label,body:not(.node-1) .node--view-mode-key-infos&gt;.field--label{margin-top:.625rem}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .node--view-mode-key-infos&gt;.field--label,body:not(.node-1) .node--view-mode-key-infos&gt;.field--label{margin-top:.9375rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .node--view-mode-key-infos&gt;.field--label,body:not(.node-1) .node--view-mode-key-infos&gt;.field--label{margin-top:1.25rem}}.node--type--project:not(.node--view-mode-teaser) .field--label+div,body:not(.node-1) .field--label+div{margin-bottom:1.25rem}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .field--label+div,body:not(.node-1) .field--label+div{margin-bottom:1.875rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .field--label+div,body:not(.node-1) .field--label+div{margin-bottom:2.5rem}}.node--type--project-teaser a div.no-image-space-holder{background-color:#91c5ae}.node--type--project-teaser a div.no-image-space-holder,.node--type--project-teaser a&gt;div.media--bundle--image .b-lazy{aspect-ratio:1/1}.node--type--project-teaser img{height:100%}.node--type--project-teaser .node-project--teaser-meta-info{bottom:0;color:#fff;padding-bottom:.625rem;padding-left:.625rem;position:absolute;width:100%}@media (min-width:768px){.node--type--project-teaser .node-project--teaser-meta-info{padding-left:.9375rem}}@media (min-width:1024px){.node--type--project-teaser .node-project--teaser-meta-info{padding-left:1.25rem}}@media (min-width:768px){.node--type--project-teaser .node-project--teaser-meta-info{padding-bottom:.9375rem}}@media (min-width:1024px){.node--type--project-teaser .node-project--teaser-meta-info{padding-bottom:1.25rem}.node--type--project-teaser .field-block-content-text-body-value p{grid-column:span 10/span 10}}.node--view-mode-full&gt;h3.related{margin-bottom:.625rem;margin-top:3.75rem}@media (min-width:768px){.node--view-mode-full&gt;h3.related{margin-top:4.375rem}}@media (min-width:1024px){.node--view-mode-full&gt;h3.related{margin-top:5rem}}@media (min-width:768px){.node--view-mode-full&gt;h3.related{margin-bottom:.9375rem}}@media (min-width:1024px){.node--view-mode-full&gt;h3.related{margin-bottom:1.25rem}}a.teaser-link.media.grid.grid-cols-1{border-bottom:none}.node--type--project .no-uppercase{text-transform:none}.empty-spacer{display:none}@media (min-width:1024px){.empty-spacer{display:block}}.empty-spacer-2{display:block;grid-column:span 3/4!important}@media (min-width:768px){.empty-spacer-2{display:none!important}}.node--view-mode-key-infos .ui-accordion-header{border-bottom:none!important}@media (min-width:1024px){.node--view-mode-project-partners .collaboration-partners-wrapper{grid-column:span 8/span 8!important}}.node--view-mode-project-partners .collaboration-partners-wrapper .field--label{margin:0}.paragraph--type--coop-partners-consultants{display:inline;width:-moz-max-content;width:max-content}.paragraph--type--coop-partners-consultants div{display:inline}.adminimal-admin-toolbar .layout-builder .arocom-media-slider{background-color:transparent!important;display:block!important;height:inherit!important;margin:0!important;max-width:100%!important}.adminimal-admin-toolbar .layout-builder .block-arocom-blocks .node--type--project&gt;.arocom-media-slider,.adminimal-admin-toolbar .layout-builder .block-project-gallery-block&gt;.arocom-media-slider{background-color:#e8e8e8!important}.related-projects .node--type--project-teaser a&gt;div.media--bundle--image .b-lazy{min-height:unset}.related-projects .node--type--project-teaser .node-project--teaser-meta-info .field-block-content-text-body-value p{margin-bottom:0}.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .related-projects a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .related-projects a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.related-projects .btn-link{height:95px;width:95px}@media (min-width:576px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .related-projects a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .related-projects a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.related-projects .btn-link{height:117px;width:117px}}@media (min-width:768px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .related-projects a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .related-projects a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.related-projects .btn-link{height:150px;width:150px}}@media (min-width:1024px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .related-projects a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .related-projects a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.related-projects .btn-link{height:175px;width:175px}}@media (min-width:1440px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .related-projects a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .related-projects a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.related-projects .btn-link{height:200px;width:200px}}@media (min-width:1600px){.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all .related-projects a,.block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more .related-projects a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-all a,.related-projects .block-inline-blockdynamic-entity-list-project .del-container-content&gt;.w-full .del-show-more a,.related-projects .btn-link{height:300px;width:300px}}.adminimal-admin-toolbar.page-node-project #main-menu .menu-inner{position:relative!important}.teaser:not(.node--view-mode-teaser) .author{display:inline}.teaser:not(.node--view-mode-teaser) .author,.teaser:not(.node--view-mode-teaser) .post-date{display:inline;text-transform:uppercase}.teaser:not(.node--view-mode-teaser) a:hover{text-decoration:none}.teaser:not(.node--view-mode-teaser) a .headline:first-letter{color:red}.teaser:not(.node--view-mode-teaser) li a,.teaser:not(.node--view-mode-teaser)&gt;a{border-bottom:none}.node--view-mode-teaser{margin-bottom:.125rem}@media (min-width:768px){.node--view-mode-teaser{margin-bottom:.25rem}}@media (min-width:1024px){.node--view-mode-teaser{margin-bottom:.25rem}}.node--view-mode-teaser&gt;.project-link{color:#000;display:block;position:relative;text-decoration:none}.node--view-mode-teaser&gt;.project-link:hover{background-color:#91c5ae;color:#000;transition:.3s}.node--view-mode-teaser&gt;.project-link:hover .media--blazy{filter:grayscale(1);opacity:.5;transition:.3s}.node--view-mode-teaser:last-child{border-bottom:none}.node--view-mode-teaser .post-date{display:inherit}.node--view-mode-teaser .post-date .date-updated{display:none}.view-projects-overview&gt;ul{padding:0}.view-projects-overview&gt;ul .node--type--project-teaser{cursor:pointer;margin-left:50%;padding-bottom:0!important;position:relative;transform:translateX(-50%);width:100vw}@media (min-width:576px){.view-projects-overview&gt;ul .node--type--project-teaser{margin-left:0;transform:none;width:auto}}.view-projects-overview&gt;ul .node--type--project-teaser a.project-link{display:inline-block;min-height:100px;width:100%}@media (min-width:576px){.view-projects-overview&gt;ul .node--type--project-teaser a.project-link{min-height:200px}}.view-projects-overview&gt;ul .node--type--project-teaser .img{background-color:#dedede;height:100vw;width:100%}.view-projects-overview&gt;ul .node--type--project-teaser .node-project--teaser-meta-info{bottom:0;left:0;position:absolute}.block-inline-blocksection-headline .view-projects-overview&gt;ul .node--type--project-teaser .node-project--teaser-meta-info h3,.view-projects-overview&gt;ul .node--type--project-teaser .node-project--teaser-meta-info .block-inline-blocksection-headline h3,.view-projects-overview&gt;ul .node--type--project-teaser .node-project--teaser-meta-info h2{text-align:left}.view-projects-overview div.ajax-progress.ajax-progress-fullscreen{display:none!important}#layout-builder .view-projects-overview .node--type--project-teaser{margin-left:0;transform:none;width:auto}a.node--type--vacancy.node--view-mode-teaser .image{min-height:20px}a.node--type--vacancy.node--view-mode-teaser:hover{text-decoration:none}.view-projects-overview .grid-project-view img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.node--type--project:not(.node--view-mode-teaser) .project-header .node--type--vacancy.node--view-mode-full&gt;div.headline,.node--type--vacancy.node--view-mode-full&gt;div.h--label,body:not(.node-1) .project-header .node--type--vacancy.node--view-mode-full&gt;div.headline{padding-bottom:.125rem}@media (min-width:768px){.node--type--project:not(.node--view-mode-teaser) .project-header .node--type--vacancy.node--view-mode-full&gt;div.headline,.node--type--vacancy.node--view-mode-full&gt;div.h--label,body:not(.node-1) .project-header .node--type--vacancy.node--view-mode-full&gt;div.headline{padding-bottom:.25rem}}@media (min-width:1024px){.node--type--project:not(.node--view-mode-teaser) .project-header .node--type--vacancy.node--view-mode-full&gt;div.headline,.node--type--vacancy.node--view-mode-full&gt;div.h--label,body:not(.node-1) .project-header .node--type--vacancy.node--view-mode-full&gt;div.headline{padding-bottom:.25rem}}.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.h--heading-m,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline h3.h--heading-m,.node--type--vacancy.node--view-mode-full h2.h--heading-m{margin-bottom:1.25rem;margin-top:1.25rem}@media (min-width:768px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.h--heading-m,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline h3.h--heading-m,.node--type--vacancy.node--view-mode-full h2.h--heading-m{margin-top:1.875rem}}@media (min-width:1024px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.h--heading-m,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline h3.h--heading-m,.node--type--vacancy.node--view-mode-full h2.h--heading-m{margin-top:2.5rem}}@media (min-width:768px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.h--heading-m,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline h3.h--heading-m,.node--type--vacancy.node--view-mode-full h2.h--heading-m{margin-bottom:1.875rem}}@media (min-width:1024px){.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h2.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .node--type--vacancy.node--view-mode-full h3.news-content,.block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3.h--heading-m,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info .block-inline-blocksection-headline h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h2.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser- .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-default .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-highlight .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline .block-inline-blockcloud-item:not(.js-layout-builder-block).teaser-important .headline-info h3.news-content,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline h3.h--heading-m,.node--type--vacancy.node--view-mode-full h2.h--heading-m{margin-bottom:2.5rem}}#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.node--type--project:not(.node--view-mode-teaser) .node--type--vacancy.node--view-mode-full h3.field--label,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .node--type--project:not(.node--view-mode-teaser) h3.field--label,.node--type--vacancy.node--view-mode-full body:not(.node-1) h3.field--label,.node--type--vacancy.node--view-mode-full h3.h--body-bold,.node--type--vacancy.node--view-mode-full h3.mfp-close,body:not(.node-1) .node--type--vacancy.node--view-mode-full h3.field--label{margin-bottom:.625rem;margin-top:1.25rem}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.node--type--project:not(.node--view-mode-teaser) .node--type--vacancy.node--view-mode-full h3.field--label,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .node--type--project:not(.node--view-mode-teaser) h3.field--label,.node--type--vacancy.node--view-mode-full body:not(.node-1) h3.field--label,.node--type--vacancy.node--view-mode-full h3.h--body-bold,.node--type--vacancy.node--view-mode-full h3.mfp-close,body:not(.node-1) .node--type--vacancy.node--view-mode-full h3.field--label{margin-top:1.875rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.node--type--project:not(.node--view-mode-teaser) .node--type--vacancy.node--view-mode-full h3.field--label,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .node--type--project:not(.node--view-mode-teaser) h3.field--label,.node--type--vacancy.node--view-mode-full body:not(.node-1) h3.field--label,.node--type--vacancy.node--view-mode-full h3.h--body-bold,.node--type--vacancy.node--view-mode-full h3.mfp-close,body:not(.node-1) .node--type--vacancy.node--view-mode-full h3.field--label{margin-top:2.5rem}}@media (min-width:768px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.node--type--project:not(.node--view-mode-teaser) .node--type--vacancy.node--view-mode-full h3.field--label,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .node--type--project:not(.node--view-mode-teaser) h3.field--label,.node--type--vacancy.node--view-mode-full body:not(.node-1) h3.field--label,.node--type--vacancy.node--view-mode-full h3.h--body-bold,.node--type--vacancy.node--view-mode-full h3.mfp-close,body:not(.node-1) .node--type--vacancy.node--view-mode-full h3.field--label{margin-bottom:.9375rem}}@media (min-width:1024px){#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content .node--type--vacancy.node--view-mode-full h3,#cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading .node--type--vacancy.node--view-mode-full h3,.node--type--project:not(.node--view-mode-teaser) .node--type--vacancy.node--view-mode-full h3.field--label,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-init-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.strict.checked-5jhk.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.tracking.ccm__tabgroup--open .ccm__tab-content h3,.node--type--vacancy.node--view-mode-full #cconsent-modal .ccm__content .ccm__content__heading .block-inline-blocksection-headline h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-init-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .block-inline-blocksection-headline #cconsent-modal .ccm__content .ccm__content__heading h3,.node--type--vacancy.node--view-mode-full .node--type--project:not(.node--view-mode-teaser) h3.field--label,.node--type--vacancy.node--view-mode-full body:not(.node-1) h3.field--label,.node--type--vacancy.node--view-mode-full h3.h--body-bold,.node--type--vacancy.node--view-mode-full h3.mfp-close,body:not(.node-1) .node--type--vacancy.node--view-mode-full h3.field--label{margin-bottom:1.25rem}}.node--type--vacancy.node--view-mode-full&gt;div.h--body ul,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.form-item-field-vacancy-location-value ul{margin-bottom:2.5rem}@media (min-width:768px){.node--type--vacancy.node--view-mode-full&gt;div.h--body ul,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.form-item-field-vacancy-location-value ul{margin-bottom:3.125rem}}@media (min-width:1024px){.node--type--vacancy.node--view-mode-full&gt;div.h--body ul,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.form-item-field-vacancy-location-value ul{margin-bottom:3.75rem}}.node--type--vacancy.node--view-mode-full&gt;div.h--body.last ul,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.last.form-item-field-vacancy-location-value ul{margin-bottom:1.25rem}@media (min-width:768px){.node--type--vacancy.node--view-mode-full&gt;div.h--body.last ul,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.last.form-item-field-vacancy-location-value ul{margin-bottom:1.875rem}}@media (min-width:1024px){.node--type--vacancy.node--view-mode-full&gt;div.h--body.last ul,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.last.form-item-field-vacancy-location-value ul{margin-bottom:2.5rem}}.node--type--vacancy.node--view-mode-full&gt;div.h--body p,.view-vacancies .views-exposed-form fieldset .node--type--vacancy.node--view-mode-full&gt;div.form-item-field-vacancy-location-value p{display:none}.node--type--vacancy.node--view-mode-full .grid-layout.image{padding-top:.125rem}@media (min-width:768px){.node--type--vacancy.node--view-mode-full .grid-layout.image{padding-top:.25rem}}@media (min-width:1024px){.node--type--vacancy.node--view-mode-full .grid-layout.image{padding-top:.25rem}}.node--type--vacancy.node--view-mode-full .btn{margin-top:.625rem}@media (min-width:768px){.node--type--vacancy.node--view-mode-full .btn{margin-top:.9375rem}}@media (min-width:1024px){.node--type--vacancy.node--view-mode-full .btn{margin-top:1.25rem}}.node--type--vacancy:hover .image{transition-duration:.3s}.node--type--vacancy:hover .image .media{background-color:#91c5ae}.node--type--vacancy:hover .image .media .img-fluid{filter:grayscale(1);opacity:.5}.node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div:first-child{padding-top:.125rem}@media (min-width:768px){.node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div:first-child{padding-top:.25rem}}@media (min-width:1024px){.node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div:first-child{padding-top:.25rem}}.node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div.first-block.block-inline-blocktext{padding-top:1.25rem}@media (min-width:768px){.node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div.first-block.block-inline-blocktext{padding-top:1.875rem}}@media (min-width:1024px){.node--view-mode-full:not(.node--has-image) div.layout--onecol.first-layout&gt;div&gt;div.first-block.block-inline-blocktext{padding-top:2.5rem}}ul .node--view-mode-unordered-list{list-style:none}ul .node--view-mode-unordered-list a{color:#000}ul .node--view-mode-unordered-list a:first-letter{color:red}ul .node--view-mode-unordered-list a:hover{color:#c00;text-decoration:none}ul .node--view-mode-unordered-list a:before{color:red;content:"Â»";display:inline-block;font-weight:700;margin-right:.4em}ul.other-technical-terms{list-style-type:none}ul.other-technical-terms li{list-style:none}ul.other-technical-terms li a{border-bottom:none;color:#000}ul.other-technical-terms li a:first-letter{color:red}ul.other-technical-terms li a:hover{color:#c00;text-decoration:none}ul.other-technical-terms li a:before{color:red;content:"Â»";display:inline-block;font-weight:700;margin-right:.4em}.media .copyright{word-break:break-all}.media .img-fluid{max-width:-moz-max-content;max-width:max-content;min-width:100%}.media-image{display:block}video.media__element{height:auto;width:100%}.blazy,.media--blazy,iframe,picture,video{background-color:#f6f6f6}.b-error,.blazy-error{background-color:#91c5ae}.b-lazy,.mfp-img{opacity:0;transition:inherit}.animate__fadeIn{opacity:1}.animation-overlay-in.animate__fadeInUpBig,.animation-overlay-in.animate__slideOutUp,.animation-overlay-out.animate__fadeInUpBig,.animation-overlay-out.animate__slideOutUp{animation-duration:.25s;opacity:1}.adminimal-admin-toolbar .animation-overlay-in,.adminimal-admin-toolbar .animation-overlay-out,.animation-overlay-in{display:none}body{overflow:auto;overflow-x:hidden!important}@media print{body{background:none;padding-top:0!important;page-break-inside:avoid}}main.container header{z-index:1}.media:hover{text-decoration:none}@media print{.page.container{padding:0!important}}.img-fluid{width:100%}@media print{#cconsent-bar{display:none!important}}#cconsent-bar a,#cconsent-modal a{text-decoration:none!important}.scrollbar-invisible{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-invisible::-webkit-scrollbar{display:none}@keyframes custom_fadeInUp{0%{opacity:0;transform:translate3d(0,3rem,0)}to{opacity:1;transform:translateZ(0)}}body:not(.adminimal-admin-toolbar) .global-animation{opacity:0}body:not(.adminimal-admin-toolbar) .global-animation.animate__fadeInUp{opacity:1}body:not(.adminimal-admin-toolbar) .animate__fadeInUp{animation:custom_fadeInUp;animation-duration:1.2s;-webkit-animation-name:custom_fadeInUp;transition:transform 1.2s cubic-bezier(.22,1,.36,1),opacity 1.2s cubic-bezier(.22,1,.36,1)!important}:root{--color-absolutezero:#003cc5;--color-white:#fff;--color-text:#222330;--color-text-light:var(--color-grayblue);--color-whitesmoke:#f3f4f9;--color-whitesmoke-light:#fafbfd;--color-whitesmoke-o-40:rgba(243,244,249,.4);--color-lightdiamond:#dedfe4;--color-lightgray:#d4d4d8;--color-lightgray-o-80:hsla(240,8%,84%,.8);--color-grayblue:#8e929c;--color-oldsilver:#82828c;--color-davysgrey:#545560;--color-maximumred:#d72222;--color-sunglow:#ffd23f;--color-sunglow-shaded:#977405;--color-lightninggreen:#26a769;--color-focus:var(--color-lightninggreen);--color-lightgray-hover:#c2c3ca;--color-lightgray-active:#adaeb3;--color-absolutezero-hover:#0036b1;--color-absolutezero-active:#00339a;--color-maximumred-hover:#c11f1f;--color-maximumred-active:#ab1b1b;--color-bgblue-hover:#f0f5fd;--color-bgblue-active:#e6ecf8;--color-bgred-hover:#fdf5f5;--color-bgred-active:#fceded;--color-fg:var(--color-text);--color-bg:var(--color-white);--color-link:var(--color-absolutezero);--color-link-hover:var(--color-absolutezero-hover);--color-link-active:var(--color-absolutezero-active);--color-divider:hsla(223,7%,58%,.5);--font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--line-height:1.5;--line-height-heading:1.3;--font-size-base:1rem;--font-size-h1:2.027rem;--font-size-h2:1.802rem;--font-size-h3:1.602rem;--font-size-h4:1.424rem;--font-size-h5:1.266rem;--font-size-h6:1.125rem;--font-size-s:0.889rem;--font-size-xs:0.79rem;--font-size-xxs:0.702rem;--font-size-label:var(--font-size-s);--font-size-description:var(--font-size-xs);--space-xl:3rem;--space-l:1.5rem;--space-m:1rem;--space-s:0.75rem;--space-xs:0.5rem;--speed-transition:0.2s;--transition:all var(--speed-transition) ease-out;--base-border-radius:2px;--focus-border-size:3px;--focus-border-offset-size:2px;--outline-size:2px;--focus-outline:var(--outline-size) dotted transparent;--focus-box-shadow:0 0 0 var(--focus-border-offset-size) var(--color-white),0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size)) var(--color-focus);--input-fg-color:var(--color-fg);--input-bg-color:var(--color-bg);--input-fg-color--description:var(--color-davysgrey);--input-fg-color--placeholder:var(--color-grayblue);--input-border-color:var(--color-grayblue);--input--hover-border-color:var(--color-text);--input--focus-border-color:var(--color-absolutezero);--input--focus-shadow-color:rgba(0,74,220,.3);--input--error-color:var(--color-maximumred);--input--error-border-color:var(--color-maximumred);--input--disabled-color:rgba(84,85,96,.6);--input--disabled-fg-color:var(--color-oldsilver);--input--disabled-bg-color:#f2f2f3;--input--disabled-border-color:#bababf;--input--disabled-border-opacity:0.5;--input-border-radius-size:0.125rem;--input-border-size:1px;--input--error-border-size:2px;--input-padding-vertical:calc(var(--space-s) - var(--input-border-size));--input-padding-horizontal:calc(var(--space-m) - var(--input-border-size));--input-font-size:var(--font-size-base);--input-line-height:var(--space-l);--input--extrasmall-padding-vertical:calc(0.15rem - var(--input-border-size));--input--extrasmall-padding-horizontal:calc(var(--space-xs) - var(--input-border-size));--input--extrasmall-font-size:var(--font-size-s);--input--extrasmall-line-height:calc(var(--space-m) + 0.2rem);--input--required-mark-size:0.4375rem;--input--label-spacing:1.6875rem;--details-bg-color:rgba(243,244,249,.4);--details-border-color:var(--color-lightdiamond);--details-summary-shadow-color:var(--color-focus);--details-summary-focus-border-size:var(--focus-border-size);--details-desktop-wrapper-padding-start:calc(var(--space-m) + var(--space-s) + var(--space-xs));--details-box-shadow:0 2px 4px rgba(0,0,0,.1);--details-border-size:1px;--details-border-size-radius:2px;--details-accordion-border-size-radius:var(--base-border-radius);--details-spread-box-shadow-radius:2px;--details-bg-color-transition-duration:0.12s;--details-box-shadow-transition-duration:0.2s;--details-transform-transition-duration:0.12s;--button--focus-border-color:#5a8bed;--button-border-radius-size:var(--base-border-radius);--button-fg-color:var(--color-text);--button-bg-color:var(--color-lightgray);--button--hover-bg-color:var(--color-lightgray-hover);--button--active-bg-color:var(--color-lightgray-active);--button--disabled-bg-color:#ebebed;--button--disabled-fg-color:var(--color-grayblue);--button-fg-color--primary:var(--color-white);--button-bg-color--primary:var(--color-absolutezero);--button--hover-bg-color--primary:var(--color-absolutezero-hover);--button--active-bg-color--primary:var(--color-absolutezero-active);--button--focus-bg-color--primary:var(--button-bg-color--primary);--button--disabled-bg-color--primary:var(--color-lightgray);--button--disabled-fg-color--primary:var(--color-oldsilver);--button-fg-color--danger:var(--color-white);--button-bg-color--danger:var(--color-maximumred);--button--hover-bg-color--danger:var(--color-maximumred-hover);--button--active-bg-color--danger:var(--color-maximumred-active);--jui-dropdown-fg-color:var(--color-davysgrey);--jui-dropdown-bg-color:var(--color-white);--jui-dropdown--active-fg-color:var(--color-white);--jui-dropdown--active-bg-color:var(--color-absolutezero);--jui-dropdown-border-color:rgba(216,217,224,.8);--jui-dropdown-shadow-color:rgba(34,35,48,.1);--progress-bar-border-size:1px;--progress-bar-small-size:calc(var(--space-xs) - var(--progress-bar-border-size)*2);--progress-bar-small-size-radius:var(--space-xs);--progress-bar-spacing-size:var(--space-xs);--progress-bar-transition:width 0.5s ease-out;--progress-bar-label-color:var(--color-text);--progress-bar-description-color:var(--color-davysgrey);--progress-bar-description-font-size:var(--font-size-xs);--progress-track-border-color:var(--color-grayblue);--progress-track-bg-color:var(--color-lightgray)}.layout-builder-discard-changes input#edit-submit,.layout-builder__add-block a,.layout-builder__add-section a,.lb-button-big,.lb-button-small,.node-layout-builder-form .form-actions input#edit-discard-changes,.node-layout-builder-form .form-actions input#edit-layout-builder-save-and-edit-layout,.node-layout-builder-form .form-actions input#edit-revert,.node-layout-builder-form .form-actions input#edit-submit,.ui-dialog.ui-dialog-off-canvas .tabledrag-toggle-weight-wrapper&gt;button,.ui-dialog.ui-dialog-off-canvas .ui-dialog-content a[data-drupal-selector=edit-back-button],.ui-dialog.ui-dialog-off-canvas .ui-dialog-content div&gt;a,.ui-dialog.ui-dialog-off-canvas .ui-dialog-content div&gt;a[href$="/filter/tips"],.ui-dialog.ui-dialog-off-canvas .ui-dialog-content input[data-drupal-selector=edit-actions-submit],.ui-dialog.ui-dialog-off-canvas .ui-dialog-content input[type=submit],.ui-dialog.ui-dialog-off-canvas table[data-drupal-selector=edit-visibility] td&gt;a{background-color:var(--color-absolutezero);border:1px solid transparent!important;border-radius:var(--details-border-size-radius);color:var(--color-white);font-size:var(--font-size-base);font-weight:700;line-height:1rem;margin:0;padding:calc(var(--space-m) - 1px) calc(var(--space-l) - 1px);text-align:center;text-decoration:none}.lb-button-small,.ui-dialog.ui-dialog-off-canvas .tabledrag-toggle-weight-wrapper&gt;button,.ui-dialog.ui-dialog-off-canvas table[data-drupal-selector=edit-visibility] td&gt;a{padding:var(--space-xs) var(--space-s)}.layout-builder__add-block,.layout-builder__add-section{background-color:transparent}.layout-builder__add-block a,.layout-builder__add-section a{width:100%}.layout-builder__add-block.is-layout-builder-highlighted,.layout-builder__add-section.is-layout-builder-highlighted{min-height:150px;padding:10px}.layout-builder__region&gt;.layout-builder-block{border-color:var(--color-absolutezero);padding-top:var(--space-xl)}.layout-builder__section{padding-top:var(--space-xl)}.layout-builder__actions{display:flex;font-size:var(--font-size-base);height:var(--space-xl);justify-content:space-between;opacity:1;width:100%}.layout-builder__actions.layout-builder__actions__section{background-color:var(--color-whitesmoke-light)}.layout-builder__actions.layout-builder__actions__section .layout-builder-button-group&gt;a,.layout-builder__actions.layout-builder__actions__section&gt;div{color:var(--color-text)}.layout-builder__actions.layout-builder__actions__block{background-color:var(--color-davysgrey);z-index:100}.layout-builder__actions.layout-builder__actions__block .layout-builder-button-group&gt;a{color:var(--color-white)}.layout-builder__actions .layout-builder-button-group{display:flex;height:100%;justify-content:space-between}.layout-builder__actions .layout-builder-button-group&gt;a{align-items:center;display:inline-flex;justify-content:center;pointer-events:all;transition:var(--speed-transition);width:var(--space-xl)}.layout-builder__actions__section .layout-builder-button-group&gt;a:hover{background-color:var(--color-lightgray-hover)}.layout-builder__actions__block .layout-builder-button-group&gt;a:hover{background-color:var(--color-absolutezero-active)}.node-layout-builder-form{background-color:var(--color-whitesmoke)}.node-layout-builder-form .form-actions{color:var(--color-white);padding:var(--space-m)}.node-layout-builder-form .form-actions input#edit-discard-changes,.node-layout-builder-form .form-actions input#edit-revert{background-color:var(--color-lightgray);color:var(--color-text)}.node-layout-builder-form .form-check-label{color:var(--color-text)}.node-layout-builder-form .form-item-toggle-content-preview{margin-top:var(--space-m)}.node-layout-builder-form .vertical-tabs{display:none}.node-layout-builder-form .layout-builder__message{margin-top:var(--space-m)}.node-layout-builder-form:last-child{display:none}.user-login-form input#edit-submit{border:1px solid #000;color:#000;font-weight:700}.user-login-form input#edit-submit:hover{background-color:#000;color:#fff}#layout-builder p{word-break:break-all}.layout-builder-update-block .field--name-field-manual-teasers .field-multiple-table th{display:none}.layout-builder-update-block .field--name-field-manual-teasers .field-multiple-table td{padding:0}body.adminimal-admin-toolbar #navbar{position:relative!important}body.adminimal-admin-toolbar .border--helper{display:none}.view-filters .claro-autocomplete{margin:0}.view-filters .views-exposed-form.views-exposed-form{align-items:flex-start}.view-filters .form-actions.views-exposed-form__item.views-exposed-form__item--actions.js-form-wrapper.form-wrapper{width:100%}.view-filters .clearfix.ui_toggle-details.ui_toggle-details-advanced.js-form-wrapper.form-wrapper.no-translatable-fields.claro-details{margin-top:var(--space-m)}div.ui-dialog.ui-resizable.ui-dialog-off-canvas #drupal-off-canvas-wrapper{width:auto!important}div.ui-dialog.ui-resizable.ui-dialog-off-canvas .layout-builder-update-block.layout-builder-configure-block .field--type-entity-reference details&gt;div.card-body{overflow-x:auto}div.ui-dialog.ui-resizable.ui-dialog-off-canvas .layout-builder-update-block.layout-builder-configure-block .field--type-entity-reference details&gt;div.card-body table.entities-list{table-layout:auto}.ui-dialog .ui-widget{font-family:NB Grotesk,sans-serif}.ui-dialog .ui-widget,.ui-dialog .ui-widget .ui-widget{font-size:var(--font-size-base)!important}.ui-dialog .ui-widget button,.ui-dialog .ui-widget input,.ui-dialog .ui-widget select,.ui-dialog .ui-widget textarea{font-family:NB Grotesk,sans-serif;font-size:var(--font-size-base)!important;margin-top:.2rem!important}.ui-dialog .ui-dialog-titlebar{display:flex!important;justify-content:space-between!important}.ui-dialog label{font-size:calc(var(--font-size-base)*1.3)!important}.ui-dialog button,.ui-dialog input,.ui-dialog select,.ui-dialog textarea{margin-top:.2rem!important}.ui-dialog small{display:block}#drupal-off-canvas-wrapper{--off-canvas-font-family:"NB Grotesk",sans-serif;--off-canvas-details-summary-font-size:1.75rem!important;--off-canvas-title-font-size:1.75rem!important;--off-canvas-button-font-size:1.75rem!important;--drupal-off-canvas-input-font-size:var(--font-size-base)!important;--off-canvas-text-color:#e5e5e5!important;z-index:10000}#drupal-off-canvas-wrapper :where(:not(svg,svg *,.ck-reset *,[data-drupal-ck-style-fence] *,.ui-resizable-handle)){-webkit-font-smoothing:antialiased;all:revert;box-sizing:border-box;font-size:var(--font-size-base)}#drupal-off-canvas-wrapper :where(:not(svg,svg *,.ck-reset *,[data-drupal-ck-style-fence] *,.ui-resizable-handle)):after,#drupal-off-canvas-wrapper :where(:not(svg,svg *,.ck-reset *,[data-drupal-ck-style-fence] *,.ui-resizable-handle)):before{-webkit-font-smoothing:antialiased;all:revert;box-sizing:border-box;font-size:var(--font-size-base)}#drupal-off-canvas-wrapper button,#drupal-off-canvas-wrapper input,#drupal-off-canvas-wrapper select,#drupal-off-canvas-wrapper textarea{margin-top:.2rem!important}#drupal-off-canvas-wrapper small{display:block}#drupal-off-canvas-wrapper .form-required:after{content:""!important}#drupal-off-canvas-wrapper .text-muted{color:var(--off-canvas-text-color)!important}#drupal-off-canvas-wrapper .form-check{padding:8px!important}#drupal-off-canvas-wrapper table{width:100%}#drupal-off-canvas-wrapper table tr{display:flex}#drupal-off-canvas-wrapper details,#drupal-off-canvas-wrapper details summary{--off-canvas-padding:0;margin:0!important}#drupal-off-canvas-wrapper details summary{cursor:pointer}#drupal-off-canvas-wrapper details .card-body{border:1px solid var(--off-canvas-text-color);border-top:none!important;margin-bottom:1rem;padding:1rem}#drupal-off-canvas-wrapper .description{font-size:var(--font-size-base)!important}.ui-dialog.ui-dialog-off-canvas{padding:0;width:35vw!important}.ui-dialog.ui-dialog-off-canvas div[data-drupal-selector*=-format-help] a{background-color:var(--color-lightgray);padding:var(--space-xs) var(--space-s)!important}.ui-dialog.ui-dialog-off-canvas div.moderation-sidebar-secondary-tasks&gt;a.moderation-sidebar-link{border:none!important;box-sizing:border-box}.ui-dialog.ui-dialog-off-canvas .moderation-sidebar-info a{color:var(--color-white)}.ui-dialog.ui-dialog-off-canvas .moderation-sidebar-info a:focus{box-shadow:none}.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar{background-color:var(--color-whitesmoke-light);border-bottom:solid var(--input-border-size);font-weight:700;padding-bottom:var(--space-m);padding-top:var(--space-m)}.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar&gt;.close{color:var(--color-text)!important}.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas-wrapper .form-item--error&gt;.form-item--error-message,.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas-wrapper .form-item--error&gt;label{color:var(--color-maximumred)}.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas-wrapper .form-item--error&gt;.error{border:2px solid var(--color-maximumred)}.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas-wrapper .layout-selection{padding-left:0}.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas-wrapper .layout-selection&gt;li a{transition:var(--speed-transition)}.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas-wrapper .layout-selection&gt;li a:hover{background-color:var(--color-whitesmoke-o-40)}.ui-dialog.ui-dialog-off-canvas .ui-dialog-content input[data-drupal-selector=edit-actions-submit]{margin-right:var(--space-m)}.ui-dialog.ui-dialog-off-canvas .img-fluid{width:auto}.ui-dialog.ui-dialog-off-canvas .ui-autocomplete{background-color:var(--color-whitesmoke);overflow-x:hidden}.ui-dialog.ui-dialog-off-canvas .ui-autocomplete&gt;.ui-menu-item{padding:var(--space-xs);transition:var(--speed-transition)}.ui-dialog.ui-dialog-off-canvas .ui-autocomplete&gt;.ui-menu-item:hover{background-color:var(--color-whitesmoke-o-40)}.ui-dialog.ui-dialog-off-canvas table[data-drupal-selector=edit-visibility] caption{display:none}.ui-dialog.ui-dialog-off-canvas .form-check{margin-bottom:0}.ui-dialog.ui-dialog-off-canvas .cke_contents{padding:var(--space-xs)}.ui-dialog.ui-dialog-off-canvas details .card-body,.ui-dialog.ui-dialog-off-canvas details .form-inline,.ui-dialog.ui-dialog-off-canvas details .js-form-item&gt;label,.ui-dialog.ui-dialog-off-canvas details legend,.ui-dialog.ui-dialog-off-canvas details small,.ui-dialog.ui-dialog-off-canvas details summary,.ui-dialog.ui-dialog-off-canvas fieldset .card-body,.ui-dialog.ui-dialog-off-canvas fieldset .form-inline,.ui-dialog.ui-dialog-off-canvas fieldset .js-form-item&gt;label,.ui-dialog.ui-dialog-off-canvas fieldset legend,.ui-dialog.ui-dialog-off-canvas fieldset small,.ui-dialog.ui-dialog-off-canvas fieldset summary{color:var(--color-text)}.ui-dialog.ui-dialog-off-canvas .form-wrapper.entity-type--media&gt;.item-container{display:block;margin:0;width:100%}.ui-dialog.ui-dialog-off-canvas .tabledrag-toggle-weight-wrapper:first-child{display:none}.ui-dialog.ui-dialog-off-canvas .tabledrag-toggle-weight-wrapper{margin-bottom:var(--space-l)}.ui-dialog.ui-dialog-off-canvas table.responsive-enabled h4,.ui-dialog.ui-dialog-off-canvas table.responsive-enabled td,.ui-dialog.ui-dialog-off-canvas table.responsive-enabled th{color:var(--color-text)}.ui-dialog.ui-dialog-off-canvas table.responsive-enabled&gt;tbody td .tabledrag-handle div.handle{color:var(--color-whitesmoke-o-40)}.ui-dialog.ui-dialog-off-canvas .layout-builder-components-table&gt;table td{align-items:baseline;display:flex;flex-direction:row;justify-content:space-between}.ui-dialog.ui-dialog-off-canvas .inline-block-list.nav{display:flex;flex-flow:column}.ui-dialog.ui-dialog-off-canvas .inline-block-list.nav&gt;.nav-item{padding:0;transition:var(--speed-transition)}.ui-dialog.ui-dialog-off-canvas .inline-block-list.nav&gt;.nav-item:not(:last-child):hover{background-color:var(--color-whitesmoke-o-40);border-bottom:solid var(--input-border-size)}.ui-dialog.ui-dialog-off-canvas .inline-block-list.nav&gt;.nav-item:last-child:hover{background-color:var(--color-whitesmoke-o-40);border-top:solid var(--input-border-size)}.ui-dialog.entity-browser-modal .card-header{color:var(--color-text)}.ui-dialog.entity-browser-modal .card-header *{color:inherit!important}.ui-dialog details,.ui-dialog fieldset{padding:var(--space-xs)}.ui-dialog details legend,.ui-dialog details summary,.ui-dialog fieldset legend,.ui-dialog fieldset summary{background-color:var(--color-whitesmoke-light);border-bottom:solid var(--input-border-size);padding:var(--space-m) var(--space-m)}.ui-dialog details&gt;div.card-body,.ui-dialog fieldset&gt;div.card-body{border-top:none;padding:var(--space-xs)}.ui-dialog.entity-browser-modal{background-color:var(--color-whitesmoke-light);border:solid var(--input-border-size) var(--color-whitesmoke-o-40)}.ui-dialog.entity-browser-modal .ui-dialog-titlebar .close{color:var(--color-text)!important}.adminimal-admin-toolbar #main-menu{z-index:400!important}.ck-body-wrapper{position:relative;z-index:10001}.ui-dialog:not(.ui-dialog-off-canvas){background-color:var(--color-whitesmoke-light);border:solid var(--input-border-size) var(--color-whitesmoke-o-40)}.ui-dialog:not(.ui-dialog-off-canvas) .js-form-item{margin-bottom:2rem}.ui-dialog:not(.ui-dialog-off-canvas) .js-form-item label{font-size:1.4rem}.ui-dialog:not(.ui-dialog-off-canvas) .form-item__description{font-size:var(--font-size-base)}.ui-dialog:not(.ui-dialog-off-canvas) select{display:block;font-size:var(--font-size-base)}.macos.path-frontpage,.macos.path-frontpage body{height:100%;position:relative}.macos.path-frontpage body{overflow:auto}
.space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px*var(--tw-space-x-reverse));margin-left:calc(1px*calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.-space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2rem*var(--tw-space-x-reverse));margin-left:calc(-2rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.-space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*calc(1 - var(--tw-space-x-reverse)))}.-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-content{background-clip:content-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-transparent{background-color:transparent}.bg-current{background-color:currentColor}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-transparent{background-color:transparent}.group:hover .group-hover\:bg-current{background-color:currentColor}.group:hover .group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.focus-within\:bg-transparent:focus-within{background-color:transparent}.focus-within\:bg-current:focus-within{background-color:currentColor}.focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-current:hover{background-color:currentColor}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.focus\:bg-current:focus{background-color:currentColor}.focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.bg-none{background-image:none}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.to-transparent{--tw-gradient-to:transparent}.to-current{--tw-gradient-to:currentColor}.to-black{--tw-gradient-to:#000}.to-white{--tw-gradient-to:#fff}.to-gray-50{--tw-gradient-to:#f9fafb}.to-gray-100{--tw-gradient-to:#f3f4f6}.to-gray-200{--tw-gradient-to:#e5e7eb}.to-gray-300{--tw-gradient-to:#d1d5db}.to-gray-400{--tw-gradient-to:#9ca3af}.to-gray-500{--tw-gradient-to:#6b7280}.to-gray-600{--tw-gradient-to:#4b5563}.to-gray-700{--tw-gradient-to:#374151}.to-gray-800{--tw-gradient-to:#1f2937}.to-gray-900{--tw-gradient-to:#111827}.to-red-50{--tw-gradient-to:#fef2f2}.to-red-100{--tw-gradient-to:#fee2e2}.to-red-200{--tw-gradient-to:#fecaca}.to-red-300{--tw-gradient-to:#fca5a5}.to-red-400{--tw-gradient-to:#f87171}.to-red-500{--tw-gradient-to:#ef4444}.to-red-600{--tw-gradient-to:#dc2626}.to-red-700{--tw-gradient-to:#b91c1c}.to-red-800{--tw-gradient-to:#991b1b}.to-red-900{--tw-gradient-to:#7f1d1d}.to-yellow-50{--tw-gradient-to:#fffbeb}.to-yellow-100{--tw-gradient-to:#fef3c7}.to-yellow-200{--tw-gradient-to:#fde68a}.to-yellow-300{--tw-gradient-to:#fcd34d}.to-yellow-400{--tw-gradient-to:#fbbf24}.to-yellow-500{--tw-gradient-to:#f59e0b}.to-yellow-600{--tw-gradient-to:#d97706}.to-yellow-700{--tw-gradient-to:#b45309}.to-yellow-800{--tw-gradient-to:#92400e}.to-yellow-900{--tw-gradient-to:#78350f}.to-green-50{--tw-gradient-to:#ecfdf5}.to-green-100{--tw-gradient-to:#d1fae5}.to-green-200{--tw-gradient-to:#a7f3d0}.to-green-300{--tw-gradient-to:#6ee7b7}.to-green-400{--tw-gradient-to:#34d399}.to-green-500{--tw-gradient-to:#10b981}.to-green-600{--tw-gradient-to:#059669}.to-green-700{--tw-gradient-to:#047857}.to-green-800{--tw-gradient-to:#065f46}.to-green-900{--tw-gradient-to:#064e3b}.to-blue-50{--tw-gradient-to:#eff6ff}.to-blue-100{--tw-gradient-to:#dbeafe}.to-blue-200{--tw-gradient-to:#bfdbfe}.to-blue-300{--tw-gradient-to:#93c5fd}.to-blue-400{--tw-gradient-to:#60a5fa}.to-blue-500{--tw-gradient-to:#3b82f6}.to-blue-600{--tw-gradient-to:#2563eb}.to-blue-700{--tw-gradient-to:#1d4ed8}.to-blue-800{--tw-gradient-to:#1e40af}.to-blue-900{--tw-gradient-to:#1e3a8a}.to-indigo-50{--tw-gradient-to:#eef2ff}.to-indigo-100{--tw-gradient-to:#e0e7ff}.to-indigo-200{--tw-gradient-to:#c7d2fe}.to-indigo-300{--tw-gradient-to:#a5b4fc}.to-indigo-400{--tw-gradient-to:#818cf8}.to-indigo-500{--tw-gradient-to:#6366f1}.to-indigo-600{--tw-gradient-to:#4f46e5}.to-indigo-700{--tw-gradient-to:#4338ca}.to-indigo-800{--tw-gradient-to:#3730a3}.to-indigo-900{--tw-gradient-to:#312e81}.to-purple-50{--tw-gradient-to:#f5f3ff}.to-purple-100{--tw-gradient-to:#ede9fe}.to-purple-200{--tw-gradient-to:#ddd6fe}.to-purple-300{--tw-gradient-to:#c4b5fd}.to-purple-400{--tw-gradient-to:#a78bfa}.to-purple-500{--tw-gradient-to:#8b5cf6}.to-purple-600{--tw-gradient-to:#7c3aed}.to-purple-700{--tw-gradient-to:#6d28d9}.to-purple-800{--tw-gradient-to:#5b21b6}.to-purple-900{--tw-gradient-to:#4c1d95}.to-pink-50{--tw-gradient-to:#fdf2f8}.to-pink-100{--tw-gradient-to:#fce7f3}.to-pink-200{--tw-gradient-to:#fbcfe8}.to-pink-300{--tw-gradient-to:#f9a8d4}.to-pink-400{--tw-gradient-to:#f472b6}.to-pink-500{--tw-gradient-to:#ec4899}.to-pink-600{--tw-gradient-to:#db2777}.to-pink-700{--tw-gradient-to:#be185d}.to-pink-800{--tw-gradient-to:#9d174d}.to-pink-900{--tw-gradient-to:#831843}.hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.hover\:to-transparent:hover{--tw-gradient-to:transparent}.hover\:to-current:hover{--tw-gradient-to:currentColor}.hover\:to-black:hover{--tw-gradient-to:#000}.hover\:to-white:hover{--tw-gradient-to:#fff}.hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.hover\:to-gray-700:hover{--tw-gradient-to:#374151}.hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.hover\:to-gray-900:hover{--tw-gradient-to:#111827}.hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.hover\:to-red-400:hover{--tw-gradient-to:#f87171}.hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.hover\:to-green-400:hover{--tw-gradient-to:#34d399}.hover\:to-green-500:hover{--tw-gradient-to:#10b981}.hover\:to-green-600:hover{--tw-gradient-to:#059669}.hover\:to-green-700:hover{--tw-gradient-to:#047857}.hover\:to-green-800:hover{--tw-gradient-to:#065f46}.hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.hover\:to-pink-900:hover{--tw-gradient-to:#831843}.focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.focus\:to-transparent:focus{--tw-gradient-to:transparent}.focus\:to-current:focus{--tw-gradient-to:currentColor}.focus\:to-black:focus{--tw-gradient-to:#000}.focus\:to-white:focus{--tw-gradient-to:#fff}.focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.focus\:to-gray-700:focus{--tw-gradient-to:#374151}.focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.focus\:to-gray-900:focus{--tw-gradient-to:#111827}.focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.focus\:to-red-400:focus{--tw-gradient-to:#f87171}.focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.focus\:to-green-400:focus{--tw-gradient-to:#34d399}.focus\:to-green-500:focus{--tw-gradient-to:#10b981}.focus\:to-green-600:focus{--tw-gradient-to:#059669}.focus\:to-green-700:focus{--tw-gradient-to:#047857}.focus\:to-green-800:focus{--tw-gradient-to:#065f46}.focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.focus\:to-pink-900:focus{--tw-gradient-to:#831843}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-5{--tw-bg-opacity:.05}.bg-opacity-10{--tw-bg-opacity:.1}.bg-opacity-20{--tw-bg-opacity:.2}.bg-opacity-25{--tw-bg-opacity:.25}.bg-opacity-30{--tw-bg-opacity:.3}.bg-opacity-40{--tw-bg-opacity:.4}.bg-opacity-50{--tw-bg-opacity:.5}.bg-opacity-60{--tw-bg-opacity:.6}.bg-opacity-70{--tw-bg-opacity:.7}.bg-opacity-75{--tw-bg-opacity:.75}.bg-opacity-80{--tw-bg-opacity:.8}.bg-opacity-90{--tw-bg-opacity:.9}.bg-opacity-95{--tw-bg-opacity:.95}.bg-opacity-100{--tw-bg-opacity:1}.group:hover .group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .group-hover\:bg-opacity-100{--tw-bg-opacity:1}.focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.bg-bottom{background-position:bottom}.bg-center{background-position:center}.bg-left{background-position:left}.bg-left-bottom{background-position:left bottom}.bg-left-top{background-position:left top}.bg-right{background-position:right}.bg-right-bottom{background-position:right bottom}.bg-right-top{background-position:right top}.bg-top{background-position:top}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-auto{background-size:auto}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-transparent{border-color:transparent}.border-current{border-color:currentColor}.border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .group-hover\:border-transparent{border-color:transparent}.group:hover .group-hover\:border-current{border-color:currentColor}.group:hover .group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.focus-within\:border-transparent:focus-within{border-color:transparent}.focus-within\:border-current:focus-within{border-color:currentColor}.focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-current:hover{border-color:currentColor}.hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-current:focus{border-color:currentColor}.focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.border-opacity-0{--tw-border-opacity:0}.border-opacity-5{--tw-border-opacity:.05}.border-opacity-10{--tw-border-opacity:.1}.border-opacity-20{--tw-border-opacity:.2}.border-opacity-25{--tw-border-opacity:.25}.border-opacity-30{--tw-border-opacity:.3}.border-opacity-40{--tw-border-opacity:.4}.border-opacity-50{--tw-border-opacity:.5}.border-opacity-60{--tw-border-opacity:.6}.border-opacity-70{--tw-border-opacity:.7}.border-opacity-75{--tw-border-opacity:.75}.border-opacity-80{--tw-border-opacity:.8}.border-opacity-90{--tw-border-opacity:.9}.border-opacity-95{--tw-border-opacity:.95}.border-opacity-100{--tw-border-opacity:1}.group:hover .group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .group-hover\:border-opacity-100{--tw-border-opacity:1}.focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.hover\:border-opacity-0:hover{--tw-border-opacity:0}.hover\:border-opacity-5:hover{--tw-border-opacity:.05}.hover\:border-opacity-10:hover{--tw-border-opacity:.1}.hover\:border-opacity-20:hover{--tw-border-opacity:.2}.hover\:border-opacity-25:hover{--tw-border-opacity:.25}.hover\:border-opacity-30:hover{--tw-border-opacity:.3}.hover\:border-opacity-40:hover{--tw-border-opacity:.4}.hover\:border-opacity-50:hover{--tw-border-opacity:.5}.hover\:border-opacity-60:hover{--tw-border-opacity:.6}.hover\:border-opacity-70:hover{--tw-border-opacity:.7}.hover\:border-opacity-75:hover{--tw-border-opacity:.75}.hover\:border-opacity-80:hover{--tw-border-opacity:.8}.hover\:border-opacity-90:hover{--tw-border-opacity:.9}.hover\:border-opacity-95:hover{--tw-border-opacity:.95}.hover\:border-opacity-100:hover{--tw-border-opacity:1}.focus\:border-opacity-0:focus{--tw-border-opacity:0}.focus\:border-opacity-5:focus{--tw-border-opacity:.05}.focus\:border-opacity-10:focus{--tw-border-opacity:.1}.focus\:border-opacity-20:focus{--tw-border-opacity:.2}.focus\:border-opacity-25:focus{--tw-border-opacity:.25}.focus\:border-opacity-30:focus{--tw-border-opacity:.3}.focus\:border-opacity-40:focus{--tw-border-opacity:.4}.focus\:border-opacity-50:focus{--tw-border-opacity:.5}.focus\:border-opacity-60:focus{--tw-border-opacity:.6}.focus\:border-opacity-70:focus{--tw-border-opacity:.7}.focus\:border-opacity-75:focus{--tw-border-opacity:.75}.focus\:border-opacity-80:focus{--tw-border-opacity:.8}.focus\:border-opacity-90:focus{--tw-border-opacity:.9}.focus\:border-opacity-95:focus{--tw-border-opacity:.95}.focus\:border-opacity-100:focus{--tw-border-opacity:1}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-none{border-top-right-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-bl-none{border-bottom-left-radius:0}.rounded-tl-sm{border-top-left-radius:.125rem}.rounded-tr-sm{border-top-right-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tr-xl{border-top-right-radius:.75rem}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-br-2xl{border-bottom-right-radius:1rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tr-full{border-top-right-radius:9999px}.rounded-br-full{border-bottom-right-radius:9999px}.rounded-bl-full{border-bottom-left-radius:9999px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-none{border-style:none}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-l-0{border-left-width:0}.border-t-2{border-top-width:2px}.border-r-2{border-right-width:2px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-t-4{border-top-width:4px}.border-r-4{border-right-width:4px}.border-b-4{border-bottom-width:4px}.border-l-4{border-left-width:4px}.border-t-8{border-top-width:8px}.border-r-8{border-right-width:8px}.border-b-8{border-bottom-width:8px}.border-l-8{border-left-width:8px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.hidden{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-items-auto{place-items:auto}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-stretch{place-items:stretch}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-stretch{place-content:stretch}.place-self-auto{place-self:auto}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-items-auto{justify-items:auto}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.float-right{float:right}.float-left{float:left}.float-none{float:none}.clear-left{clear:left}.clear-right{clear:right}.clear-both{clear:both}.clear-none{clear:none}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.h-0{height:0}.h-1{height:.25rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-52{height:13rem}.h-56{height:14rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-80{height:20rem}.h-96{height:24rem}.h-auto{height:auto}.h-px{height:1px}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-2\.5{height:.625rem}.h-3\.5{height:.875rem}.h-gutter-1{height:.625rem}.h-gutter-2{height:1.25rem}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-2\/3{height:66.666667%}.h-1\/4{height:25%}.h-2\/4{height:50%}.h-3\/4{height:75%}.h-1\/5{height:20%}.h-2\/5{height:40%}.h-3\/5{height:60%}.h-4\/5{height:80%}.h-1\/6{height:16.666667%}.h-2\/6{height:33.333333%}.h-3\/6{height:50%}.h-4\/6{height:66.666667%}.h-5\/6{height:83.333333%}.h-full{height:100%}.h-screen{height:100vh}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-10{line-height:2.5rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-7{margin:1.75rem}.m-8{margin:2rem}.m-9{margin:2.25rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-32{margin:8rem}.m-36{margin:9rem}.m-40{margin:10rem}.m-44{margin:11rem}.m-48{margin:12rem}.m-52{margin:13rem}.m-56{margin:14rem}.m-60{margin:15rem}.m-64{margin:16rem}.m-72{margin:18rem}.m-80{margin:20rem}.m-96{margin:24rem}.m-auto{margin:auto}.m-px{margin:1px}.m-0\.5{margin:.125rem}.m-1\.5{margin:.375rem}.m-2\.5{margin:.625rem}.m-3\.5{margin:.875rem}.m-gutter-1{margin:.625rem}.m-gutter-2{margin:1.25rem}.-m-0{margin:0}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-3{margin:-.75rem}.-m-4{margin:-1rem}.-m-5{margin:-1.25rem}.-m-6{margin:-1.5rem}.-m-7{margin:-1.75rem}.-m-8{margin:-2rem}.-m-9{margin:-2.25rem}.-m-10{margin:-2.5rem}.-m-11{margin:-2.75rem}.-m-12{margin:-3rem}.-m-14{margin:-3.5rem}.-m-16{margin:-4rem}.-m-20{margin:-5rem}.-m-24{margin:-6rem}.-m-28{margin:-7rem}.-m-32{margin:-8rem}.-m-36{margin:-9rem}.-m-40{margin:-10rem}.-m-44{margin:-11rem}.-m-48{margin:-12rem}.-m-52{margin:-13rem}.-m-56{margin:-14rem}.-m-60{margin:-15rem}.-m-64{margin:-16rem}.-m-72{margin:-18rem}.-m-80{margin:-20rem}.-m-96{margin:-24rem}.-m-px{margin:-1px}.-m-0\.5{margin:-.125rem}.-m-1\.5{margin:-.375rem}.-m-2\.5{margin:-.625rem}.-m-3\.5{margin:-.875rem}.-m-gutter-1{margin:-.625rem}.-m-gutter-2{margin:-1.25rem}.my-0{margin-top:0;margin-bottom:0}.mx-0{margin-left:0;margin-right:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.mx-20{margin-left:5rem;margin-right:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.mx-24{margin-left:6rem;margin-right:6rem}.my-28{margin-top:7rem;margin-bottom:7rem}.mx-28{margin-left:7rem;margin-right:7rem}.my-32{margin-top:8rem;margin-bottom:8rem}.mx-32{margin-left:8rem;margin-right:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.mx-36{margin-left:9rem;margin-right:9rem}.my-40{margin-top:10rem;margin-bottom:10rem}.mx-40{margin-left:10rem;margin-right:10rem}.my-44{margin-top:11rem;margin-bottom:11rem}.mx-44{margin-left:11rem;margin-right:11rem}.my-48{margin-top:12rem;margin-bottom:12rem}.mx-48{margin-left:12rem;margin-right:12rem}.my-52{margin-top:13rem;margin-bottom:13rem}.mx-52{margin-left:13rem;margin-right:13rem}.my-56{margin-top:14rem;margin-bottom:14rem}.mx-56{margin-left:14rem;margin-right:14rem}.my-60{margin-top:15rem;margin-bottom:15rem}.mx-60{margin-left:15rem;margin-right:15rem}.my-64{margin-top:16rem;margin-bottom:16rem}.mx-64{margin-left:16rem;margin-right:16rem}.my-72{margin-top:18rem;margin-bottom:18rem}.mx-72{margin-left:18rem;margin-right:18rem}.my-80{margin-top:20rem;margin-bottom:20rem}.mx-80{margin-left:20rem;margin-right:20rem}.my-96{margin-top:24rem;margin-bottom:24rem}.mx-96{margin-left:24rem;margin-right:24rem}.my-auto{margin-top:auto;margin-bottom:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-px{margin-top:1px;margin-bottom:1px}.mx-px{margin-left:1px;margin-right:1px}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.-my-0{margin-top:0;margin-bottom:0}.-mx-0{margin-left:0;margin-right:0}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.-my-8{margin-top:-2rem;margin-bottom:-2rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.-my-12{margin-top:-3rem;margin-bottom:-3rem}.-mx-12{margin-left:-3rem;margin-right:-3rem}.-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.-my-16{margin-top:-4rem;margin-bottom:-4rem}.-mx-16{margin-left:-4rem;margin-right:-4rem}.-my-20{margin-top:-5rem;margin-bottom:-5rem}.-mx-20{margin-left:-5rem;margin-right:-5rem}.-my-24{margin-top:-6rem;margin-bottom:-6rem}.-mx-24{margin-left:-6rem;margin-right:-6rem}.-my-28{margin-top:-7rem;margin-bottom:-7rem}.-mx-28{margin-left:-7rem;margin-right:-7rem}.-my-32{margin-top:-8rem;margin-bottom:-8rem}.-mx-32{margin-left:-8rem;margin-right:-8rem}.-my-36{margin-top:-9rem;margin-bottom:-9rem}.-mx-36{margin-left:-9rem;margin-right:-9rem}.-my-40{margin-top:-10rem;margin-bottom:-10rem}.-mx-40{margin-left:-10rem;margin-right:-10rem}.-my-44{margin-top:-11rem;margin-bottom:-11rem}.-mx-44{margin-left:-11rem;margin-right:-11rem}.-my-48{margin-top:-12rem;margin-bottom:-12rem}.-mx-48{margin-left:-12rem;margin-right:-12rem}.-my-52{margin-top:-13rem;margin-bottom:-13rem}.-mx-52{margin-left:-13rem;margin-right:-13rem}.-my-56{margin-top:-14rem;margin-bottom:-14rem}.-mx-56{margin-left:-14rem;margin-right:-14rem}.-my-60{margin-top:-15rem;margin-bottom:-15rem}.-mx-60{margin-left:-15rem;margin-right:-15rem}.-my-64{margin-top:-16rem;margin-bottom:-16rem}.-mx-64{margin-left:-16rem;margin-right:-16rem}.-my-72{margin-top:-18rem;margin-bottom:-18rem}.-mx-72{margin-left:-18rem;margin-right:-18rem}.-my-80{margin-top:-20rem;margin-bottom:-20rem}.-mx-80{margin-left:-20rem;margin-right:-20rem}.-my-96{margin-top:-24rem;margin-bottom:-24rem}.-mx-96{margin-left:-24rem;margin-right:-24rem}.-my-px{margin-top:-1px;margin-bottom:-1px}.-mx-px{margin-left:-1px;margin-right:-1px}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-7{margin-top:1.75rem}.mr-7{margin-right:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-9{margin-top:2.25rem}.mr-9{margin-right:2.25rem}.mb-9{margin-bottom:2.25rem}.ml-9{margin-left:2.25rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mt-11{margin-top:2.75rem}.mr-11{margin-right:2.75rem}.mb-11{margin-bottom:2.75rem}.ml-11{margin-left:2.75rem}.mt-12{margin-top:3rem}.mr-12{margin-right:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mt-14{margin-top:3.5rem}.mr-14{margin-right:3.5rem}.mb-14{margin-bottom:3.5rem}.ml-14{margin-left:3.5rem}.mt-16{margin-top:4rem}.mr-16{margin-right:4rem}.mb-16{margin-bottom:4rem}.ml-16{margin-left:4rem}.mt-20{margin-top:5rem}.mr-20{margin-right:5rem}.mb-20{margin-bottom:5rem}.ml-20{margin-left:5rem}.mt-24{margin-top:6rem}.mr-24{margin-right:6rem}.mb-24{margin-bottom:6rem}.ml-24{margin-left:6rem}.mt-28{margin-top:7rem}.mr-28{margin-right:7rem}.mb-28{margin-bottom:7rem}.ml-28{margin-left:7rem}.mt-32{margin-top:8rem}.mr-32{margin-right:8rem}.mb-32{margin-bottom:8rem}.ml-32{margin-left:8rem}.mt-36{margin-top:9rem}.mr-36{margin-right:9rem}.mb-36{margin-bottom:9rem}.ml-36{margin-left:9rem}.mt-40{margin-top:10rem}.mr-40{margin-right:10rem}.mb-40{margin-bottom:10rem}.ml-40{margin-left:10rem}.mt-44{margin-top:11rem}.mr-44{margin-right:11rem}.mb-44{margin-bottom:11rem}.ml-44{margin-left:11rem}.mt-48{margin-top:12rem}.mr-48{margin-right:12rem}.mb-48{margin-bottom:12rem}.ml-48{margin-left:12rem}.mt-52{margin-top:13rem}.mr-52{margin-right:13rem}.mb-52{margin-bottom:13rem}.ml-52{margin-left:13rem}.mt-56{margin-top:14rem}.mr-56{margin-right:14rem}.mb-56{margin-bottom:14rem}.ml-56{margin-left:14rem}.mt-60{margin-top:15rem}.mr-60{margin-right:15rem}.mb-60{margin-bottom:15rem}.ml-60{margin-left:15rem}.mt-64{margin-top:16rem}.mr-64{margin-right:16rem}.mb-64{margin-bottom:16rem}.ml-64{margin-left:16rem}.mt-72{margin-top:18rem}.mr-72{margin-right:18rem}.mb-72{margin-bottom:18rem}.ml-72{margin-left:18rem}.mt-80{margin-top:20rem}.mr-80{margin-right:20rem}.mb-80{margin-bottom:20rem}.ml-80{margin-left:20rem}.mt-96{margin-top:24rem}.mr-96{margin-right:24rem}.mb-96{margin-bottom:24rem}.ml-96{margin-left:24rem}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mt-px{margin-top:1px}.mr-px{margin-right:1px}.mb-px{margin-bottom:1px}.ml-px{margin-left:1px}.mt-0\.5{margin-top:.125rem}.mr-0\.5{margin-right:.125rem}.mb-0\.5{margin-bottom:.125rem}.ml-0\.5{margin-left:.125rem}.mt-1\.5{margin-top:.375rem}.mr-1\.5{margin-right:.375rem}.mb-1\.5{margin-bottom:.375rem}.ml-1\.5{margin-left:.375rem}.mt-2\.5{margin-top:.625rem}.mr-2\.5{margin-right:.625rem}.mb-2\.5{margin-bottom:.625rem}.ml-2\.5{margin-left:.625rem}.mt-3\.5{margin-top:.875rem}.mr-3\.5{margin-right:.875rem}.mb-3\.5{margin-bottom:.875rem}.ml-3\.5{margin-left:.875rem}.mt-gutter-1{margin-top:.625rem}.mr-gutter-1{margin-right:.625rem}.mb-gutter-1{margin-bottom:.625rem}.ml-gutter-1{margin-left:.625rem}.mt-gutter-2{margin-top:1.25rem}.mr-gutter-2{margin-right:1.25rem}.mb-gutter-2{margin-bottom:1.25rem}.ml-gutter-2{margin-left:1.25rem}.-mt-0{margin-top:0}.-mr-0{margin-right:0}.-mb-0{margin-bottom:0}.-ml-0{margin-left:0}.-mt-1{margin-top:-.25rem}.-mr-1{margin-right:-.25rem}.-mb-1{margin-bottom:-.25rem}.-ml-1{margin-left:-.25rem}.-mt-2{margin-top:-.5rem}.-mr-2{margin-right:-.5rem}.-mb-2{margin-bottom:-.5rem}.-ml-2{margin-left:-.5rem}.-mt-3{margin-top:-.75rem}.-mr-3{margin-right:-.75rem}.-mb-3{margin-bottom:-.75rem}.-ml-3{margin-left:-.75rem}.-mt-4{margin-top:-1rem}.-mr-4{margin-right:-1rem}.-mb-4{margin-bottom:-1rem}.-ml-4{margin-left:-1rem}.-mt-5{margin-top:-1.25rem}.-mr-5{margin-right:-1.25rem}.-mb-5{margin-bottom:-1.25rem}.-ml-5{margin-left:-1.25rem}.-mt-6{margin-top:-1.5rem}.-mr-6{margin-right:-1.5rem}.-mb-6{margin-bottom:-1.5rem}.-ml-6{margin-left:-1.5rem}.-mt-7{margin-top:-1.75rem}.-mr-7{margin-right:-1.75rem}.-mb-7{margin-bottom:-1.75rem}.-ml-7{margin-left:-1.75rem}.-mt-8{margin-top:-2rem}.-mr-8{margin-right:-2rem}.-mb-8{margin-bottom:-2rem}.-ml-8{margin-left:-2rem}.-mt-9{margin-top:-2.25rem}.-mr-9{margin-right:-2.25rem}.-mb-9{margin-bottom:-2.25rem}.-ml-9{margin-left:-2.25rem}.-mt-10{margin-top:-2.5rem}.-mr-10{margin-right:-2.5rem}.-mb-10{margin-bottom:-2.5rem}.-ml-10{margin-left:-2.5rem}.-mt-11{margin-top:-2.75rem}.-mr-11{margin-right:-2.75rem}.-mb-11{margin-bottom:-2.75rem}.-ml-11{margin-left:-2.75rem}.-mt-12{margin-top:-3rem}.-mr-12{margin-right:-3rem}.-mb-12{margin-bottom:-3rem}.-ml-12{margin-left:-3rem}.-mt-14{margin-top:-3.5rem}.-mr-14{margin-right:-3.5rem}.-mb-14{margin-bottom:-3.5rem}.-ml-14{margin-left:-3.5rem}.-mt-16{margin-top:-4rem}.-mr-16{margin-right:-4rem}.-mb-16{margin-bottom:-4rem}.-ml-16{margin-left:-4rem}.-mt-20{margin-top:-5rem}.-mr-20{margin-right:-5rem}.-mb-20{margin-bottom:-5rem}.-ml-20{margin-left:-5rem}.-mt-24{margin-top:-6rem}.-mr-24{margin-right:-6rem}.-mb-24{margin-bottom:-6rem}.-ml-24{margin-left:-6rem}.-mt-28{margin-top:-7rem}.-mr-28{margin-right:-7rem}.-mb-28{margin-bottom:-7rem}.-ml-28{margin-left:-7rem}.-mt-32{margin-top:-8rem}.-mr-32{margin-right:-8rem}.-mb-32{margin-bottom:-8rem}.-ml-32{margin-left:-8rem}.-mt-36{margin-top:-9rem}.-mr-36{margin-right:-9rem}.-mb-36{margin-bottom:-9rem}.-ml-36{margin-left:-9rem}.-mt-40{margin-top:-10rem}.-mr-40{margin-right:-10rem}.-mb-40{margin-bottom:-10rem}.-ml-40{margin-left:-10rem}.-mt-44{margin-top:-11rem}.-mr-44{margin-right:-11rem}.-mb-44{margin-bottom:-11rem}.-ml-44{margin-left:-11rem}.-mt-48{margin-top:-12rem}.-mr-48{margin-right:-12rem}.-mb-48{margin-bottom:-12rem}.-ml-48{margin-left:-12rem}.-mt-52{margin-top:-13rem}.-mr-52{margin-right:-13rem}.-mb-52{margin-bottom:-13rem}.-ml-52{margin-left:-13rem}.-mt-56{margin-top:-14rem}.-mr-56{margin-right:-14rem}.-mb-56{margin-bottom:-14rem}.-ml-56{margin-left:-14rem}.-mt-60{margin-top:-15rem}.-mr-60{margin-right:-15rem}.-mb-60{margin-bottom:-15rem}.-ml-60{margin-left:-15rem}.-mt-64{margin-top:-16rem}.-mr-64{margin-right:-16rem}.-mb-64{margin-bottom:-16rem}.-ml-64{margin-left:-16rem}.-mt-72{margin-top:-18rem}.-mr-72{margin-right:-18rem}.-mb-72{margin-bottom:-18rem}.-ml-72{margin-left:-18rem}.-mt-80{margin-top:-20rem}.-mr-80{margin-right:-20rem}.-mb-80{margin-bottom:-20rem}.-ml-80{margin-left:-20rem}.-mt-96{margin-top:-24rem}.-mr-96{margin-right:-24rem}.-mb-96{margin-bottom:-24rem}.-ml-96{margin-left:-24rem}.-mt-px{margin-top:-1px}.-mr-px{margin-right:-1px}.-mb-px{margin-bottom:-1px}.-ml-px{margin-left:-1px}.-mt-0\.5{margin-top:-.125rem}.-mr-0\.5{margin-right:-.125rem}.-mb-0\.5{margin-bottom:-.125rem}.-ml-0\.5{margin-left:-.125rem}.-mt-1\.5{margin-top:-.375rem}.-mr-1\.5{margin-right:-.375rem}.-mb-1\.5{margin-bottom:-.375rem}.-ml-1\.5{margin-left:-.375rem}.-mt-2\.5{margin-top:-.625rem}.-mr-2\.5{margin-right:-.625rem}.-mb-2\.5{margin-bottom:-.625rem}.-ml-2\.5{margin-left:-.625rem}.-mt-3\.5{margin-top:-.875rem}.-mr-3\.5{margin-right:-.875rem}.-mb-3\.5{margin-bottom:-.875rem}.-ml-3\.5{margin-left:-.875rem}.-mt-gutter-1{margin-top:-.625rem}.-mr-gutter-1{margin-right:-.625rem}.-mb-gutter-1{margin-bottom:-.625rem}.-ml-gutter-1{margin-left:-.625rem}.-mt-gutter-2{margin-top:-1.25rem}.-mr-gutter-2{margin-right:-1.25rem}.-mb-gutter-2{margin-bottom:-1.25rem}.-ml-gutter-2{margin-left:-1.25rem}.max-h-0{max-height:0px}.max-h-1{max-height:.25rem}.max-h-2{max-height:.5rem}.max-h-3{max-height:.75rem}.max-h-4{max-height:1rem}.max-h-5{max-height:1.25rem}.max-h-6{max-height:1.5rem}.max-h-7{max-height:1.75rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-10{max-height:2.5rem}.max-h-11{max-height:2.75rem}.max-h-12{max-height:3rem}.max-h-14{max-height:3.5rem}.max-h-16{max-height:4rem}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-52{max-height:13rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-px{max-height:1px}.max-h-0\.5{max-height:.125rem}.max-h-1\.5{max-height:.375rem}.max-h-2\.5{max-height:.625rem}.max-h-3\.5{max-height:.875rem}.max-h-gutter-1{max-height:.625rem}.max-h-gutter-2{max-height:1.25rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.max-w-0{max-width:0}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-prose{max-width:65ch}.max-w-screen-sm{max-width:576px}.max-w-screen-md{max-width:768px}.max-w-screen-lg{max-width:1024px}.max-w-screen-xl{max-width:1440px}.max-w-screen-xxl{max-width:1600px}.max-w-screen-xxxl{max-width:1920px}.min-h-0{min-height:0px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-full{min-width:100%}.min-w-min{min-width:-moz-min-content;min-width:min-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-none{-o-object-fit:none;object-fit:none}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.object-bottom{-o-object-position:bottom;object-position:bottom}.object-center{-o-object-position:center;object-position:center}.object-left{-o-object-position:left;object-position:left}.object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.object-left-top{-o-object-position:left top;object-position:left top}.object-right{-o-object-position:right;object-position:right}.object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.object-right-top{-o-object-position:right top;object-position:right top}.object-top{-o-object-position:top;object-position:top}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-5{opacity:.05}.group:hover .group-hover\:opacity-10{opacity:.1}.group:hover .group-hover\:opacity-20{opacity:.2}.group:hover .group-hover\:opacity-25{opacity:.25}.group:hover .group-hover\:opacity-30{opacity:.3}.group:hover .group-hover\:opacity-40{opacity:.4}.group:hover .group-hover\:opacity-50{opacity:.5}.group:hover .group-hover\:opacity-60{opacity:.6}.group:hover .group-hover\:opacity-70{opacity:.7}.group:hover .group-hover\:opacity-75{opacity:.75}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:opacity-90{opacity:.9}.group:hover .group-hover\:opacity-95{opacity:.95}.group:hover .group-hover\:opacity-100{opacity:1}.focus-within\:opacity-0:focus-within{opacity:0}.focus-within\:opacity-5:focus-within{opacity:.05}.focus-within\:opacity-10:focus-within{opacity:.1}.focus-within\:opacity-20:focus-within{opacity:.2}.focus-within\:opacity-25:focus-within{opacity:.25}.focus-within\:opacity-30:focus-within{opacity:.3}.focus-within\:opacity-40:focus-within{opacity:.4}.focus-within\:opacity-50:focus-within{opacity:.5}.focus-within\:opacity-60:focus-within{opacity:.6}.focus-within\:opacity-70:focus-within{opacity:.7}.focus-within\:opacity-75:focus-within{opacity:.75}.focus-within\:opacity-80:focus-within{opacity:.8}.focus-within\:opacity-90:focus-within{opacity:.9}.focus-within\:opacity-95:focus-within{opacity:.95}.focus-within\:opacity-100:focus-within{opacity:1}.hover\:opacity-0:hover{opacity:0}.hover\:opacity-5:hover{opacity:.05}.hover\:opacity-10:hover{opacity:.1}.hover\:opacity-20:hover{opacity:.2}.hover\:opacity-25:hover{opacity:.25}.hover\:opacity-30:hover{opacity:.3}.hover\:opacity-40:hover{opacity:.4}.hover\:opacity-50:hover{opacity:.5}.hover\:opacity-60:hover{opacity:.6}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-95:hover{opacity:.95}.hover\:opacity-100:hover{opacity:1}.focus\:opacity-0:focus{opacity:0}.focus\:opacity-5:focus{opacity:.05}.focus\:opacity-10:focus{opacity:.1}.focus\:opacity-20:focus{opacity:.2}.focus\:opacity-25:focus{opacity:.25}.focus\:opacity-30:focus{opacity:.3}.focus\:opacity-40:focus{opacity:.4}.focus\:opacity-50:focus{opacity:.5}.focus\:opacity-60:focus{opacity:.6}.focus\:opacity-70:focus{opacity:.7}.focus\:opacity-75:focus{opacity:.75}.focus\:opacity-80:focus{opacity:.8}.focus\:opacity-90:focus{opacity:.9}.focus\:opacity-95:focus{opacity:.95}.focus\:opacity-100:focus{opacity:1}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline-white{outline:2px dotted #fff;outline-offset:2px}.outline-black{outline:2px dotted #000;outline-offset:2px}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-visible{overflow-x:visible}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overscroll-auto{overscroll-behavior:auto}.overscroll-contain{overscroll-behavior:contain}.overscroll-none{overscroll-behavior:none}.overscroll-y-auto{overscroll-behavior-y:auto}.overscroll-y-contain{overscroll-behavior-y:contain}.overscroll-y-none{overscroll-behavior-y:none}.overscroll-x-auto{overscroll-behavior-x:auto}.overscroll-x-contain{overscroll-behavior-x:contain}.overscroll-x-none{overscroll-behavior-x:none}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.p-10{padding:2.5rem}.p-11{padding:2.75rem}.p-12{padding:3rem}.p-14{padding:3.5rem}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-28{padding:7rem}.p-32{padding:8rem}.p-36{padding:9rem}.p-40{padding:10rem}.p-44{padding:11rem}.p-48{padding:12rem}.p-52{padding:13rem}.p-56{padding:14rem}.p-60{padding:15rem}.p-64{padding:16rem}.p-72{padding:18rem}.p-80{padding:20rem}.p-96{padding:24rem}.p-px{padding:1px}.p-0\.5{padding:.125rem}.p-1\.5{padding:.375rem}.p-2\.5{padding:.625rem}.p-3\.5{padding:.875rem}.p-gutter-1{padding:.625rem}.p-gutter-2{padding:1.25rem}.py-0{padding-top:0;padding-bottom:0}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-20{padding-left:5rem;padding-right:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-24{padding-left:6rem;padding-right:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.px-28{padding-left:7rem;padding-right:7rem}.py-32{padding-top:8rem;padding-bottom:8rem}.px-32{padding-left:8rem;padding-right:8rem}.py-36{padding-top:9rem;padding-bottom:9rem}.px-36{padding-left:9rem;padding-right:9rem}.py-40{padding-top:10rem;padding-bottom:10rem}.px-40{padding-left:10rem;padding-right:10rem}.py-44{padding-top:11rem;padding-bottom:11rem}.px-44{padding-left:11rem;padding-right:11rem}.py-48{padding-top:12rem;padding-bottom:12rem}.px-48{padding-left:12rem;padding-right:12rem}.py-52{padding-top:13rem;padding-bottom:13rem}.px-52{padding-left:13rem;padding-right:13rem}.py-56{padding-top:14rem;padding-bottom:14rem}.px-56{padding-left:14rem;padding-right:14rem}.py-60{padding-top:15rem;padding-bottom:15rem}.px-60{padding-left:15rem;padding-right:15rem}.py-64{padding-top:16rem;padding-bottom:16rem}.px-64{padding-left:16rem;padding-right:16rem}.py-72{padding-top:18rem;padding-bottom:18rem}.px-72{padding-left:18rem;padding-right:18rem}.py-80{padding-top:20rem;padding-bottom:20rem}.px-80{padding-left:20rem;padding-right:20rem}.py-96{padding-top:24rem;padding-bottom:24rem}.px-96{padding-left:24rem;padding-right:24rem}.py-px{padding-top:1px;padding-bottom:1px}.px-px{padding-left:1px;padding-right:1px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.px-gutter-1{padding-left:.625rem;padding-right:.625rem}.py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-7{padding-top:1.75rem}.pr-7{padding-right:1.75rem}.pb-7{padding-bottom:1.75rem}.pl-7{padding-left:1.75rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-9{padding-top:2.25rem}.pr-9{padding-right:2.25rem}.pb-9{padding-bottom:2.25rem}.pl-9{padding-left:2.25rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pt-11{padding-top:2.75rem}.pr-11{padding-right:2.75rem}.pb-11{padding-bottom:2.75rem}.pl-11{padding-left:2.75rem}.pt-12{padding-top:3rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pt-14{padding-top:3.5rem}.pr-14{padding-right:3.5rem}.pb-14{padding-bottom:3.5rem}.pl-14{padding-left:3.5rem}.pt-16{padding-top:4rem}.pr-16{padding-right:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pt-20{padding-top:5rem}.pr-20{padding-right:5rem}.pb-20{padding-bottom:5rem}.pl-20{padding-left:5rem}.pt-24{padding-top:6rem}.pr-24{padding-right:6rem}.pb-24{padding-bottom:6rem}.pl-24{padding-left:6rem}.pt-28{padding-top:7rem}.pr-28{padding-right:7rem}.pb-28{padding-bottom:7rem}.pl-28{padding-left:7rem}.pt-32{padding-top:8rem}.pr-32{padding-right:8rem}.pb-32{padding-bottom:8rem}.pl-32{padding-left:8rem}.pt-36{padding-top:9rem}.pr-36{padding-right:9rem}.pb-36{padding-bottom:9rem}.pl-36{padding-left:9rem}.pt-40{padding-top:10rem}.pr-40{padding-right:10rem}.pb-40{padding-bottom:10rem}.pl-40{padding-left:10rem}.pt-44{padding-top:11rem}.pr-44{padding-right:11rem}.pb-44{padding-bottom:11rem}.pl-44{padding-left:11rem}.pt-48{padding-top:12rem}.pr-48{padding-right:12rem}.pb-48{padding-bottom:12rem}.pl-48{padding-left:12rem}.pt-52{padding-top:13rem}.pr-52{padding-right:13rem}.pb-52{padding-bottom:13rem}.pl-52{padding-left:13rem}.pt-56{padding-top:14rem}.pr-56{padding-right:14rem}.pb-56{padding-bottom:14rem}.pl-56{padding-left:14rem}.pt-60{padding-top:15rem}.pr-60{padding-right:15rem}.pb-60{padding-bottom:15rem}.pl-60{padding-left:15rem}.pt-64{padding-top:16rem}.pr-64{padding-right:16rem}.pb-64{padding-bottom:16rem}.pl-64{padding-left:16rem}.pt-72{padding-top:18rem}.pr-72{padding-right:18rem}.pb-72{padding-bottom:18rem}.pl-72{padding-left:18rem}.pt-80{padding-top:20rem}.pr-80{padding-right:20rem}.pb-80{padding-bottom:20rem}.pl-80{padding-left:20rem}.pt-96{padding-top:24rem}.pr-96{padding-right:24rem}.pb-96{padding-bottom:24rem}.pl-96{padding-left:24rem}.pt-px{padding-top:1px}.pr-px{padding-right:1px}.pb-px{padding-bottom:1px}.pl-px{padding-left:1px}.pt-0\.5{padding-top:.125rem}.pr-0\.5{padding-right:.125rem}.pb-0\.5{padding-bottom:.125rem}.pl-0\.5{padding-left:.125rem}.pt-1\.5{padding-top:.375rem}.pr-1\.5{padding-right:.375rem}.pb-1\.5{padding-bottom:.375rem}.pl-1\.5{padding-left:.375rem}.pt-2\.5{padding-top:.625rem}.pr-2\.5{padding-right:.625rem}.pb-2\.5{padding-bottom:.625rem}.pl-2\.5{padding-left:.625rem}.pt-3\.5{padding-top:.875rem}.pr-3\.5{padding-right:.875rem}.pb-3\.5{padding-bottom:.875rem}.pl-3\.5{padding-left:.875rem}.pt-gutter-1{padding-top:.625rem}.pr-gutter-1{padding-right:.625rem}.pb-gutter-1{padding-bottom:.625rem}.pl-gutter-1{padding-left:.625rem}.pt-gutter-2{padding-top:1.25rem}.pr-gutter-2{padding-right:1.25rem}.pb-gutter-2{padding-bottom:1.25rem}.pl-gutter-2{padding-left:1.25rem}.placeholder-transparent::-moz-placeholder{color:transparent}.placeholder-transparent::placeholder{color:transparent}.placeholder-current::-moz-placeholder{color:currentColor}.placeholder-current::placeholder{color:currentColor}.placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.focus\:placeholder-transparent:focus::placeholder{color:transparent}.focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.focus\:placeholder-current:focus::placeholder{color:currentColor}.focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.inset-auto{top:auto;right:auto;bottom:auto;left:auto}.inset-px{top:1px;right:1px;bottom:1px;left:1px}.inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.-inset-0{top:0;right:0;bottom:0;left:0}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.inset-full{top:100%;right:100%;bottom:100%;left:100%}.-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.inset-y-0{top:0;bottom:0}.inset-x-0{right:0;left:0}.inset-y-1{top:.25rem;bottom:.25rem}.inset-x-1{right:.25rem;left:.25rem}.inset-y-2{top:.5rem;bottom:.5rem}.inset-x-2{right:.5rem;left:.5rem}.inset-y-3{top:.75rem;bottom:.75rem}.inset-x-3{right:.75rem;left:.75rem}.inset-y-4{top:1rem;bottom:1rem}.inset-x-4{right:1rem;left:1rem}.inset-y-5{top:1.25rem;bottom:1.25rem}.inset-x-5{right:1.25rem;left:1.25rem}.inset-y-6{top:1.5rem;bottom:1.5rem}.inset-x-6{right:1.5rem;left:1.5rem}.inset-y-7{top:1.75rem;bottom:1.75rem}.inset-x-7{right:1.75rem;left:1.75rem}.inset-y-8{top:2rem;bottom:2rem}.inset-x-8{right:2rem;left:2rem}.inset-y-9{top:2.25rem;bottom:2.25rem}.inset-x-9{right:2.25rem;left:2.25rem}.inset-y-10{top:2.5rem;bottom:2.5rem}.inset-x-10{right:2.5rem;left:2.5rem}.inset-y-11{top:2.75rem;bottom:2.75rem}.inset-x-11{right:2.75rem;left:2.75rem}.inset-y-12{top:3rem;bottom:3rem}.inset-x-12{right:3rem;left:3rem}.inset-y-14{top:3.5rem;bottom:3.5rem}.inset-x-14{right:3.5rem;left:3.5rem}.inset-y-16{top:4rem;bottom:4rem}.inset-x-16{right:4rem;left:4rem}.inset-y-20{top:5rem;bottom:5rem}.inset-x-20{right:5rem;left:5rem}.inset-y-24{top:6rem;bottom:6rem}.inset-x-24{right:6rem;left:6rem}.inset-y-28{top:7rem;bottom:7rem}.inset-x-28{right:7rem;left:7rem}.inset-y-32{top:8rem;bottom:8rem}.inset-x-32{right:8rem;left:8rem}.inset-y-36{top:9rem;bottom:9rem}.inset-x-36{right:9rem;left:9rem}.inset-y-40{top:10rem;bottom:10rem}.inset-x-40{right:10rem;left:10rem}.inset-y-44{top:11rem;bottom:11rem}.inset-x-44{right:11rem;left:11rem}.inset-y-48{top:12rem;bottom:12rem}.inset-x-48{right:12rem;left:12rem}.inset-y-52{top:13rem;bottom:13rem}.inset-x-52{right:13rem;left:13rem}.inset-y-56{top:14rem;bottom:14rem}.inset-x-56{right:14rem;left:14rem}.inset-y-60{top:15rem;bottom:15rem}.inset-x-60{right:15rem;left:15rem}.inset-y-64{top:16rem;bottom:16rem}.inset-x-64{right:16rem;left:16rem}.inset-y-72{top:18rem;bottom:18rem}.inset-x-72{right:18rem;left:18rem}.inset-y-80{top:20rem;bottom:20rem}.inset-x-80{right:20rem;left:20rem}.inset-y-96{top:24rem;bottom:24rem}.inset-x-96{right:24rem;left:24rem}.inset-y-auto{top:auto;bottom:auto}.inset-x-auto{right:auto;left:auto}.inset-y-px{top:1px;bottom:1px}.inset-x-px{right:1px;left:1px}.inset-y-0\.5{top:.125rem;bottom:.125rem}.inset-x-0\.5{right:.125rem;left:.125rem}.inset-y-1\.5{top:.375rem;bottom:.375rem}.inset-x-1\.5{right:.375rem;left:.375rem}.inset-y-2\.5{top:.625rem;bottom:.625rem}.inset-x-2\.5{right:.625rem;left:.625rem}.inset-y-3\.5{top:.875rem;bottom:.875rem}.inset-x-3\.5{right:.875rem;left:.875rem}.inset-y-gutter-1{top:.625rem;bottom:.625rem}.inset-x-gutter-1{right:.625rem;left:.625rem}.inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.inset-x-gutter-2{right:1.25rem;left:1.25rem}.-inset-y-0{top:0;bottom:0}.-inset-x-0{right:0;left:0}.-inset-y-1{top:-.25rem;bottom:-.25rem}.-inset-x-1{right:-.25rem;left:-.25rem}.-inset-y-2{top:-.5rem;bottom:-.5rem}.-inset-x-2{right:-.5rem;left:-.5rem}.-inset-y-3{top:-.75rem;bottom:-.75rem}.-inset-x-3{right:-.75rem;left:-.75rem}.-inset-y-4{top:-1rem;bottom:-1rem}.-inset-x-4{right:-1rem;left:-1rem}.-inset-y-5{top:-1.25rem;bottom:-1.25rem}.-inset-x-5{right:-1.25rem;left:-1.25rem}.-inset-y-6{top:-1.5rem;bottom:-1.5rem}.-inset-x-6{right:-1.5rem;left:-1.5rem}.-inset-y-7{top:-1.75rem;bottom:-1.75rem}.-inset-x-7{right:-1.75rem;left:-1.75rem}.-inset-y-8{top:-2rem;bottom:-2rem}.-inset-x-8{right:-2rem;left:-2rem}.-inset-y-9{top:-2.25rem;bottom:-2.25rem}.-inset-x-9{right:-2.25rem;left:-2.25rem}.-inset-y-10{top:-2.5rem;bottom:-2.5rem}.-inset-x-10{right:-2.5rem;left:-2.5rem}.-inset-y-11{top:-2.75rem;bottom:-2.75rem}.-inset-x-11{right:-2.75rem;left:-2.75rem}.-inset-y-12{top:-3rem;bottom:-3rem}.-inset-x-12{right:-3rem;left:-3rem}.-inset-y-14{top:-3.5rem;bottom:-3.5rem}.-inset-x-14{right:-3.5rem;left:-3.5rem}.-inset-y-16{top:-4rem;bottom:-4rem}.-inset-x-16{right:-4rem;left:-4rem}.-inset-y-20{top:-5rem;bottom:-5rem}.-inset-x-20{right:-5rem;left:-5rem}.-inset-y-24{top:-6rem;bottom:-6rem}.-inset-x-24{right:-6rem;left:-6rem}.-inset-y-28{top:-7rem;bottom:-7rem}.-inset-x-28{right:-7rem;left:-7rem}.-inset-y-32{top:-8rem;bottom:-8rem}.-inset-x-32{right:-8rem;left:-8rem}.-inset-y-36{top:-9rem;bottom:-9rem}.-inset-x-36{right:-9rem;left:-9rem}.-inset-y-40{top:-10rem;bottom:-10rem}.-inset-x-40{right:-10rem;left:-10rem}.-inset-y-44{top:-11rem;bottom:-11rem}.-inset-x-44{right:-11rem;left:-11rem}.-inset-y-48{top:-12rem;bottom:-12rem}.-inset-x-48{right:-12rem;left:-12rem}.-inset-y-52{top:-13rem;bottom:-13rem}.-inset-x-52{right:-13rem;left:-13rem}.-inset-y-56{top:-14rem;bottom:-14rem}.-inset-x-56{right:-14rem;left:-14rem}.-inset-y-60{top:-15rem;bottom:-15rem}.-inset-x-60{right:-15rem;left:-15rem}.-inset-y-64{top:-16rem;bottom:-16rem}.-inset-x-64{right:-16rem;left:-16rem}.-inset-y-72{top:-18rem;bottom:-18rem}.-inset-x-72{right:-18rem;left:-18rem}.-inset-y-80{top:-20rem;bottom:-20rem}.-inset-x-80{right:-20rem;left:-20rem}.-inset-y-96{top:-24rem;bottom:-24rem}.-inset-x-96{right:-24rem;left:-24rem}.-inset-y-px{top:-1px;bottom:-1px}.-inset-x-px{right:-1px;left:-1px}.-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.-inset-x-0\.5{right:-.125rem;left:-.125rem}.-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.-inset-x-1\.5{right:-.375rem;left:-.375rem}.-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.-inset-x-2\.5{right:-.625rem;left:-.625rem}.-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.-inset-x-3\.5{right:-.875rem;left:-.875rem}.-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.-inset-x-gutter-1{right:-.625rem;left:-.625rem}.-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.inset-y-1\/2{top:50%;bottom:50%}.inset-x-1\/2{right:50%;left:50%}.inset-y-1\/3{top:33.333333%;bottom:33.333333%}.inset-x-1\/3{right:33.333333%;left:33.333333%}.inset-y-2\/3{top:66.666667%;bottom:66.666667%}.inset-x-2\/3{right:66.666667%;left:66.666667%}.inset-y-1\/4{top:25%;bottom:25%}.inset-x-1\/4{right:25%;left:25%}.inset-y-2\/4{top:50%;bottom:50%}.inset-x-2\/4{right:50%;left:50%}.inset-y-3\/4{top:75%;bottom:75%}.inset-x-3\/4{right:75%;left:75%}.inset-y-full{top:100%;bottom:100%}.inset-x-full{right:100%;left:100%}.-inset-y-1\/2{top:-50%;bottom:-50%}.-inset-x-1\/2{right:-50%;left:-50%}.-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.-inset-y-1\/4{top:-25%;bottom:-25%}.-inset-x-1\/4{right:-25%;left:-25%}.-inset-y-2\/4{top:-50%;bottom:-50%}.-inset-x-2\/4{right:-50%;left:-50%}.-inset-y-3\/4{top:-75%;bottom:-75%}.-inset-x-3\/4{right:-75%;left:-75%}.-inset-y-full{top:-100%;bottom:-100%}.-inset-x-full{right:-100%;left:-100%}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:.25rem}.right-1{right:.25rem}.bottom-1{bottom:.25rem}.left-1{left:.25rem}.top-2{top:.5rem}.right-2{right:.5rem}.bottom-2{bottom:.5rem}.left-2{left:.5rem}.top-3{top:.75rem}.right-3{right:.75rem}.bottom-3{bottom:.75rem}.left-3{left:.75rem}.top-4{top:1rem}.right-4{right:1rem}.bottom-4{bottom:1rem}.left-4{left:1rem}.top-5{top:1.25rem}.right-5{right:1.25rem}.bottom-5{bottom:1.25rem}.left-5{left:1.25rem}.top-6{top:1.5rem}.right-6{right:1.5rem}.bottom-6{bottom:1.5rem}.left-6{left:1.5rem}.top-7{top:1.75rem}.right-7{right:1.75rem}.bottom-7{bottom:1.75rem}.left-7{left:1.75rem}.top-8{top:2rem}.right-8{right:2rem}.bottom-8{bottom:2rem}.left-8{left:2rem}.top-9{top:2.25rem}.right-9{right:2.25rem}.bottom-9{bottom:2.25rem}.left-9{left:2.25rem}.top-10{top:2.5rem}.right-10{right:2.5rem}.bottom-10{bottom:2.5rem}.left-10{left:2.5rem}.top-11{top:2.75rem}.right-11{right:2.75rem}.bottom-11{bottom:2.75rem}.left-11{left:2.75rem}.top-12{top:3rem}.right-12{right:3rem}.bottom-12{bottom:3rem}.left-12{left:3rem}.top-14{top:3.5rem}.right-14{right:3.5rem}.bottom-14{bottom:3.5rem}.left-14{left:3.5rem}.top-16{top:4rem}.right-16{right:4rem}.bottom-16{bottom:4rem}.left-16{left:4rem}.top-20{top:5rem}.right-20{right:5rem}.bottom-20{bottom:5rem}.left-20{left:5rem}.top-24{top:6rem}.right-24{right:6rem}.bottom-24{bottom:6rem}.left-24{left:6rem}.top-28{top:7rem}.right-28{right:7rem}.bottom-28{bottom:7rem}.left-28{left:7rem}.top-32{top:8rem}.right-32{right:8rem}.bottom-32{bottom:8rem}.left-32{left:8rem}.top-36{top:9rem}.right-36{right:9rem}.bottom-36{bottom:9rem}.left-36{left:9rem}.top-40{top:10rem}.right-40{right:10rem}.bottom-40{bottom:10rem}.left-40{left:10rem}.top-44{top:11rem}.right-44{right:11rem}.bottom-44{bottom:11rem}.left-44{left:11rem}.top-48{top:12rem}.right-48{right:12rem}.bottom-48{bottom:12rem}.left-48{left:12rem}.top-52{top:13rem}.right-52{right:13rem}.bottom-52{bottom:13rem}.left-52{left:13rem}.top-56{top:14rem}.right-56{right:14rem}.bottom-56{bottom:14rem}.left-56{left:14rem}.top-60{top:15rem}.right-60{right:15rem}.bottom-60{bottom:15rem}.left-60{left:15rem}.top-64{top:16rem}.right-64{right:16rem}.bottom-64{bottom:16rem}.left-64{left:16rem}.top-72{top:18rem}.right-72{right:18rem}.bottom-72{bottom:18rem}.left-72{left:18rem}.top-80{top:20rem}.right-80{right:20rem}.bottom-80{bottom:20rem}.left-80{left:20rem}.top-96{top:24rem}.right-96{right:24rem}.bottom-96{bottom:24rem}.left-96{left:24rem}.top-auto{top:auto}.right-auto{right:auto}.bottom-auto{bottom:auto}.left-auto{left:auto}.top-px{top:1px}.right-px{right:1px}.bottom-px{bottom:1px}.left-px{left:1px}.top-0\.5{top:.125rem}.right-0\.5{right:.125rem}.bottom-0\.5{bottom:.125rem}.left-0\.5{left:.125rem}.top-1\.5{top:.375rem}.right-1\.5{right:.375rem}.bottom-1\.5{bottom:.375rem}.left-1\.5{left:.375rem}.top-2\.5{top:.625rem}.right-2\.5{right:.625rem}.bottom-2\.5{bottom:.625rem}.left-2\.5{left:.625rem}.top-3\.5{top:.875rem}.right-3\.5{right:.875rem}.bottom-3\.5{bottom:.875rem}.left-3\.5{left:.875rem}.top-gutter-1{top:.625rem}.right-gutter-1{right:.625rem}.bottom-gutter-1{bottom:.625rem}.left-gutter-1{left:.625rem}.top-gutter-2{top:1.25rem}.right-gutter-2{right:1.25rem}.bottom-gutter-2{bottom:1.25rem}.left-gutter-2{left:1.25rem}.-top-0{top:0}.-right-0{right:0}.-bottom-0{bottom:0}.-left-0{left:0}.-top-1{top:-.25rem}.-right-1{right:-.25rem}.-bottom-1{bottom:-.25rem}.-left-1{left:-.25rem}.-top-2{top:-.5rem}.-right-2{right:-.5rem}.-bottom-2{bottom:-.5rem}.-left-2{left:-.5rem}.-top-3{top:-.75rem}.-right-3{right:-.75rem}.-bottom-3{bottom:-.75rem}.-left-3{left:-.75rem}.-top-4{top:-1rem}.-right-4{right:-1rem}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.-top-5{top:-1.25rem}.-right-5{right:-1.25rem}.-bottom-5{bottom:-1.25rem}.-left-5{left:-1.25rem}.-top-6{top:-1.5rem}.-right-6{right:-1.5rem}.-bottom-6{bottom:-1.5rem}.-left-6{left:-1.5rem}.-top-7{top:-1.75rem}.-right-7{right:-1.75rem}.-bottom-7{bottom:-1.75rem}.-left-7{left:-1.75rem}.-top-8{top:-2rem}.-right-8{right:-2rem}.-bottom-8{bottom:-2rem}.-left-8{left:-2rem}.-top-9{top:-2.25rem}.-right-9{right:-2.25rem}.-bottom-9{bottom:-2.25rem}.-left-9{left:-2.25rem}.-top-10{top:-2.5rem}.-right-10{right:-2.5rem}.-bottom-10{bottom:-2.5rem}.-left-10{left:-2.5rem}.-top-11{top:-2.75rem}.-right-11{right:-2.75rem}.-bottom-11{bottom:-2.75rem}.-left-11{left:-2.75rem}.-top-12{top:-3rem}.-right-12{right:-3rem}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-top-14{top:-3.5rem}.-right-14{right:-3.5rem}.-bottom-14{bottom:-3.5rem}.-left-14{left:-3.5rem}.-top-16{top:-4rem}.-right-16{right:-4rem}.-bottom-16{bottom:-4rem}.-left-16{left:-4rem}.-top-20{top:-5rem}.-right-20{right:-5rem}.-bottom-20{bottom:-5rem}.-left-20{left:-5rem}.-top-24{top:-6rem}.-right-24{right:-6rem}.-bottom-24{bottom:-6rem}.-left-24{left:-6rem}.-top-28{top:-7rem}.-right-28{right:-7rem}.-bottom-28{bottom:-7rem}.-left-28{left:-7rem}.-top-32{top:-8rem}.-right-32{right:-8rem}.-bottom-32{bottom:-8rem}.-left-32{left:-8rem}.-top-36{top:-9rem}.-right-36{right:-9rem}.-bottom-36{bottom:-9rem}.-left-36{left:-9rem}.-top-40{top:-10rem}.-right-40{right:-10rem}.-bottom-40{bottom:-10rem}.-left-40{left:-10rem}.-top-44{top:-11rem}.-right-44{right:-11rem}.-bottom-44{bottom:-11rem}.-left-44{left:-11rem}.-top-48{top:-12rem}.-right-48{right:-12rem}.-bottom-48{bottom:-12rem}.-left-48{left:-12rem}.-top-52{top:-13rem}.-right-52{right:-13rem}.-bottom-52{bottom:-13rem}.-left-52{left:-13rem}.-top-56{top:-14rem}.-right-56{right:-14rem}.-bottom-56{bottom:-14rem}.-left-56{left:-14rem}.-top-60{top:-15rem}.-right-60{right:-15rem}.-bottom-60{bottom:-15rem}.-left-60{left:-15rem}.-top-64{top:-16rem}.-right-64{right:-16rem}.-bottom-64{bottom:-16rem}.-left-64{left:-16rem}.-top-72{top:-18rem}.-right-72{right:-18rem}.-bottom-72{bottom:-18rem}.-left-72{left:-18rem}.-top-80{top:-20rem}.-right-80{right:-20rem}.-bottom-80{bottom:-20rem}.-left-80{left:-20rem}.-top-96{top:-24rem}.-right-96{right:-24rem}.-bottom-96{bottom:-24rem}.-left-96{left:-24rem}.-top-px{top:-1px}.-right-px{right:-1px}.-bottom-px{bottom:-1px}.-left-px{left:-1px}.-top-0\.5{top:-.125rem}.-right-0\.5{right:-.125rem}.-bottom-0\.5{bottom:-.125rem}.-left-0\.5{left:-.125rem}.-top-1\.5{top:-.375rem}.-right-1\.5{right:-.375rem}.-bottom-1\.5{bottom:-.375rem}.-left-1\.5{left:-.375rem}.-top-2\.5{top:-.625rem}.-right-2\.5{right:-.625rem}.-bottom-2\.5{bottom:-.625rem}.-left-2\.5{left:-.625rem}.-top-3\.5{top:-.875rem}.-right-3\.5{right:-.875rem}.-bottom-3\.5{bottom:-.875rem}.-left-3\.5{left:-.875rem}.-top-gutter-1{top:-.625rem}.-right-gutter-1{right:-.625rem}.-bottom-gutter-1{bottom:-.625rem}.-left-gutter-1{left:-.625rem}.-top-gutter-2{top:-1.25rem}.-right-gutter-2{right:-1.25rem}.-bottom-gutter-2{bottom:-1.25rem}.-left-gutter-2{left:-1.25rem}.top-1\/2{top:50%}.right-1\/2{right:50%}.bottom-1\/2{bottom:50%}.left-1\/2{left:50%}.top-1\/3{top:33.333333%}.right-1\/3{right:33.333333%}.bottom-1\/3{bottom:33.333333%}.left-1\/3{left:33.333333%}.top-2\/3{top:66.666667%}.right-2\/3{right:66.666667%}.bottom-2\/3{bottom:66.666667%}.left-2\/3{left:66.666667%}.top-1\/4{top:25%}.right-1\/4{right:25%}.bottom-1\/4{bottom:25%}.left-1\/4{left:25%}.top-2\/4{top:50%}.right-2\/4{right:50%}.bottom-2\/4{bottom:50%}.left-2\/4{left:50%}.top-3\/4{top:75%}.right-3\/4{right:75%}.bottom-3\/4{bottom:75%}.left-3\/4{left:75%}.top-full{top:100%}.right-full{right:100%}.bottom-full{bottom:100%}.left-full{left:100%}.-top-1\/2{top:-50%}.-right-1\/2{right:-50%}.-bottom-1\/2{bottom:-50%}.-left-1\/2{left:-50%}.-top-1\/3{top:-33.333333%}.-right-1\/3{right:-33.333333%}.-bottom-1\/3{bottom:-33.333333%}.-left-1\/3{left:-33.333333%}.-top-2\/3{top:-66.666667%}.-right-2\/3{right:-66.666667%}.-bottom-2\/3{bottom:-66.666667%}.-left-2\/3{left:-66.666667%}.-top-1\/4{top:-25%}.-right-1\/4{right:-25%}.-bottom-1\/4{bottom:-25%}.-left-1\/4{left:-25%}.-top-2\/4{top:-50%}.-right-2\/4{right:-50%}.-bottom-2\/4{bottom:-50%}.-left-2\/4{left:-50%}.-top-3\/4{top:-75%}.-right-3\/4{right:-75%}.-bottom-3\/4{bottom:-75%}.-left-3\/4{left:-75%}.-top-full{top:-100%}.-right-full{right:-100%}.-bottom-full{bottom:-100%}.-left-full{left:-100%}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}*{--tw-shadow:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}*{--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.ring-offset-transparent{--tw-ring-offset-color:transparent}.ring-offset-current{--tw-ring-offset-color:currentColor}.ring-offset-black{--tw-ring-offset-color:#000}.ring-offset-white{--tw-ring-offset-color:#fff}.ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.ring-offset-gray-700{--tw-ring-offset-color:#374151}.ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.ring-offset-gray-900{--tw-ring-offset-color:#111827}.ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.ring-offset-red-200{--tw-ring-offset-color:#fecaca}.ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.ring-offset-red-400{--tw-ring-offset-color:#f87171}.ring-offset-red-500{--tw-ring-offset-color:#ef4444}.ring-offset-red-600{--tw-ring-offset-color:#dc2626}.ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.ring-offset-red-800{--tw-ring-offset-color:#991b1b}.ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.ring-offset-green-400{--tw-ring-offset-color:#34d399}.ring-offset-green-500{--tw-ring-offset-color:#10b981}.ring-offset-green-600{--tw-ring-offset-color:#059669}.ring-offset-green-700{--tw-ring-offset-color:#047857}.ring-offset-green-800{--tw-ring-offset-color:#065f46}.ring-offset-green-900{--tw-ring-offset-color:#064e3b}.ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.ring-offset-pink-600{--tw-ring-offset-color:#db2777}.ring-offset-pink-700{--tw-ring-offset-color:#be185d}.ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.ring-offset-pink-900{--tw-ring-offset-color:#831843}.focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.ring-offset-0{--tw-ring-offset-width:0px}.ring-offset-1{--tw-ring-offset-width:1px}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-4{--tw-ring-offset-width:4px}.ring-offset-8{--tw-ring-offset-width:8px}.focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.ring-transparent{--tw-ring-color:transparent}.ring-current{--tw-ring-color:currentColor}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.focus\:ring-transparent:focus{--tw-ring-color:transparent}.focus\:ring-current:focus{--tw-ring-color:currentColor}.focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.ring-opacity-0{--tw-ring-opacity:0}.ring-opacity-5{--tw-ring-opacity:.05}.ring-opacity-10{--tw-ring-opacity:.1}.ring-opacity-20{--tw-ring-opacity:.2}.ring-opacity-25{--tw-ring-opacity:.25}.ring-opacity-30{--tw-ring-opacity:.3}.ring-opacity-40{--tw-ring-opacity:.4}.ring-opacity-50{--tw-ring-opacity:.5}.ring-opacity-60{--tw-ring-opacity:.6}.ring-opacity-70{--tw-ring-opacity:.7}.ring-opacity-75{--tw-ring-opacity:.75}.ring-opacity-80{--tw-ring-opacity:.8}.ring-opacity-90{--tw-ring-opacity:.9}.ring-opacity-95{--tw-ring-opacity:.95}.ring-opacity-100{--tw-ring-opacity:1}.focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.fill-current{fill:currentColor}.stroke-current{stroke:currentColor}.stroke-0{stroke-width:0}.stroke-1{stroke-width:1}.stroke-2{stroke-width:2}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-transparent{color:transparent}.text-current{color:currentColor}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .group-hover\:text-transparent{color:transparent}.group:hover .group-hover\:text-current{color:currentColor}.group:hover .group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.focus-within\:text-transparent:focus-within{color:transparent}.focus-within\:text-current:focus-within{color:currentColor}.focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.hover\:text-transparent:hover{color:transparent}.hover\:text-current:hover{color:currentColor}.hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.focus\:text-transparent:focus{color:transparent}.focus\:text-current:focus{color:currentColor}.focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.text-opacity-0{--tw-text-opacity:0}.text-opacity-5{--tw-text-opacity:.05}.text-opacity-10{--tw-text-opacity:.1}.text-opacity-20{--tw-text-opacity:.2}.text-opacity-25{--tw-text-opacity:.25}.text-opacity-30{--tw-text-opacity:.3}.text-opacity-40{--tw-text-opacity:.4}.text-opacity-50{--tw-text-opacity:.5}.text-opacity-60{--tw-text-opacity:.6}.text-opacity-70{--tw-text-opacity:.7}.text-opacity-75{--tw-text-opacity:.75}.text-opacity-80{--tw-text-opacity:.8}.text-opacity-90{--tw-text-opacity:.9}.text-opacity-95{--tw-text-opacity:.95}.text-opacity-100{--tw-text-opacity:1}.group:hover .group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .group-hover\:text-opacity-100{--tw-text-opacity:1}.focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.hover\:text-opacity-0:hover{--tw-text-opacity:0}.hover\:text-opacity-5:hover{--tw-text-opacity:.05}.hover\:text-opacity-10:hover{--tw-text-opacity:.1}.hover\:text-opacity-20:hover{--tw-text-opacity:.2}.hover\:text-opacity-25:hover{--tw-text-opacity:.25}.hover\:text-opacity-30:hover{--tw-text-opacity:.3}.hover\:text-opacity-40:hover{--tw-text-opacity:.4}.hover\:text-opacity-50:hover{--tw-text-opacity:.5}.hover\:text-opacity-60:hover{--tw-text-opacity:.6}.hover\:text-opacity-70:hover{--tw-text-opacity:.7}.hover\:text-opacity-75:hover{--tw-text-opacity:.75}.hover\:text-opacity-80:hover{--tw-text-opacity:.8}.hover\:text-opacity-90:hover{--tw-text-opacity:.9}.hover\:text-opacity-95:hover{--tw-text-opacity:.95}.hover\:text-opacity-100:hover{--tw-text-opacity:1}.focus\:text-opacity-0:focus{--tw-text-opacity:0}.focus\:text-opacity-5:focus{--tw-text-opacity:.05}.focus\:text-opacity-10:focus{--tw-text-opacity:.1}.focus\:text-opacity-20:focus{--tw-text-opacity:.2}.focus\:text-opacity-25:focus{--tw-text-opacity:.25}.focus\:text-opacity-30:focus{--tw-text-opacity:.3}.focus\:text-opacity-40:focus{--tw-text-opacity:.4}.focus\:text-opacity-50:focus{--tw-text-opacity:.5}.focus\:text-opacity-60:focus{--tw-text-opacity:.6}.focus\:text-opacity-70:focus{--tw-text-opacity:.7}.focus\:text-opacity-75:focus{--tw-text-opacity:.75}.focus\:text-opacity-80:focus{--tw-text-opacity:.8}.focus\:text-opacity-90:focus{--tw-text-opacity:.9}.focus\:text-opacity-95:focus{--tw-text-opacity:.95}.focus\:text-opacity-100:focus{--tw-text-opacity:1}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis{text-overflow:ellipsis}.overflow-clip{text-overflow:clip}.italic{font-style:italic}.not-italic{font-style:normal}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.group:hover .group-hover\:underline{text-decoration:underline}.group:hover .group-hover\:line-through{text-decoration:line-through}.group:hover .group-hover\:no-underline{text-decoration:none}.focus-within\:underline:focus-within{text-decoration:underline}.focus-within\:line-through:focus-within{text-decoration:line-through}.focus-within\:no-underline:focus-within{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.hover\:line-through:hover{text-decoration:line-through}.hover\:no-underline:hover{text-decoration:none}.focus\:underline:focus{text-decoration:underline}.focus\:line-through:focus{text-decoration:line-through}.focus\:no-underline:focus{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.ordinal,.slashed-zero,.lining-nums,.oldstyle-nums,.proportional-nums,.tabular-nums,.diagonal-fractions,.stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.normal-nums{font-variant-numeric:normal}.ordinal{--tw-ordinal:ordinal}.slashed-zero{--tw-slashed-zero:slashed-zero}.lining-nums{--tw-numeric-figure:lining-nums}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.proportional-nums{--tw-numeric-spacing:proportional-nums}.tabular-nums{--tw-numeric-spacing:tabular-nums}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.stacked-fractions{--tw-numeric-fraction:stacked-fractions}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.align-text-bottom{vertical-align:text-bottom}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.w-0{width:0}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-52{width:13rem}.w-56{width:14rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}.w-auto{width:auto}.w-px{width:1px}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-2\.5{width:.625rem}.w-3\.5{width:.875rem}.w-gutter-1{width:.625rem}.w-gutter-2{width:1.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666667%}.w-2\/6{width:33.333333%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-6\/12{width:50%}.w-7\/12{width:58.333333%}.w-8\/12{width:66.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.w-min{width:-moz-min-content;width:min-content}.w-max{width:-moz-max-content;width:max-content}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.focus-within\:z-0:focus-within{z-index:0}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:z-30:focus-within{z-index:30}.focus-within\:z-40:focus-within{z-index:40}.focus-within\:z-50:focus-within{z-index:50}.focus-within\:z-auto:focus-within{z-index:auto}.focus\:z-0:focus{z-index:0}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:z-30:focus{z-index:30}.focus\:z-40:focus{z-index:40}.focus\:z-50:focus{z-index:50}.focus\:z-auto:focus{z-index:auto}.gap-0{gap:0px}.gap-1{gap:.125rem}.gap-2{gap:.25rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-28{gap:7rem}.gap-32{gap:8rem}.gap-36{gap:9rem}.gap-40{gap:10rem}.gap-44{gap:11rem}.gap-48{gap:12rem}.gap-52{gap:13rem}.gap-56{gap:14rem}.gap-60{gap:15rem}.gap-64{gap:16rem}.gap-72{gap:18rem}.gap-80{gap:20rem}.gap-96{gap:24rem}.gap-px{gap:1px}.gap-0\.5{gap:.125rem}.gap-1\.5{gap:.375rem}.gap-2\.5{gap:.625rem}.gap-3\.5{gap:.875rem}.gap-gutter-1{gap:.625rem}.gap-gutter-2{gap:1.25rem}.gap-x-0{-moz-column-gap:0px;column-gap:0}.gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.gap-x-px{-moz-column-gap:1px;column-gap:1px}.gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-0{row-gap:0px}.gap-y-1{row-gap:.125rem}.gap-y-2{row-gap:.25rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.gap-y-9{row-gap:2.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-11{row-gap:2.75rem}.gap-y-12{row-gap:3rem}.gap-y-14{row-gap:3.5rem}.gap-y-16{row-gap:4rem}.gap-y-20{row-gap:5rem}.gap-y-24{row-gap:6rem}.gap-y-28{row-gap:7rem}.gap-y-32{row-gap:8rem}.gap-y-36{row-gap:9rem}.gap-y-40{row-gap:10rem}.gap-y-44{row-gap:11rem}.gap-y-48{row-gap:12rem}.gap-y-52{row-gap:13rem}.gap-y-56{row-gap:14rem}.gap-y-60{row-gap:15rem}.gap-y-64{row-gap:16rem}.gap-y-72{row-gap:18rem}.gap-y-80{row-gap:20rem}.gap-y-96{row-gap:24rem}.gap-y-px{row-gap:1px}.gap-y-0\.5{row-gap:.125rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-3\.5{row-gap:.875rem}.gap-y-gutter-1{row-gap:.625rem}.gap-y-gutter-2{row-gap:1.25rem}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-min{grid-auto-columns:min-content}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.col-auto{grid-column:auto}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-start-9{grid-column-start:9}.col-start-10{grid-column-start:10}.col-start-11{grid-column-start:11}.col-start-12{grid-column-start:12}.col-start-13{grid-column-start:13}.col-start-auto{grid-column-start:auto}.col-end-1{grid-column-end:1}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.col-end-4{grid-column-end:4}.col-end-5{grid-column-end:5}.col-end-6{grid-column-end:6}.col-end-7{grid-column-end:7}.col-end-8{grid-column-end:8}.col-end-9{grid-column-end:9}.col-end-10{grid-column-end:10}.col-end-11{grid-column-end:11}.col-end-12{grid-column-end:12}.col-end-13{grid-column-end:13}.col-end-auto{grid-column-end:auto}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.grid-rows-none{grid-template-rows:none}.auto-rows-auto{grid-auto-rows:auto}.auto-rows-min{grid-auto-rows:min-content}.auto-rows-max{grid-auto-rows:max-content}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.row-auto{grid-row:auto}.row-span-1{grid-row:span 1/span 1}.row-span-2{grid-row:span 2/span 2}.row-span-3{grid-row:span 3/span 3}.row-span-4{grid-row:span 4/span 4}.row-span-5{grid-row:span 5/span 5}.row-span-6{grid-row:span 6/span 6}.row-span-full{grid-row:1/-1}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-5{grid-row-start:5}.row-start-6{grid-row-start:6}.row-start-7{grid-row-start:7}.row-start-auto{grid-row-start:auto}.row-end-1{grid-row-end:1}.row-end-2{grid-row-end:2}.row-end-3{grid-row-end:3}.row-end-4{grid-row-end:4}.row-end-5{grid-row-end:5}.row-end-6{grid-row-end:6}.row-end-7{grid-row-end:7}.row-end-auto{grid-row-end:auto}.transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}.origin-center{transform-origin:center}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.origin-right{transform-origin:right}.origin-bottom-right{transform-origin:bottom right}.origin-bottom{transform-origin:bottom}.origin-bottom-left{transform-origin:bottom left}.origin-left{transform-origin:left}.origin-top-left{transform-origin:top left}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.scale-x-0{--tw-scale-x:0}.scale-x-50{--tw-scale-x:.5}.scale-x-75{--tw-scale-x:.75}.scale-x-90{--tw-scale-x:.9}.scale-x-95{--tw-scale-x:.95}.scale-x-100{--tw-scale-x:1}.scale-x-105{--tw-scale-x:1.05}.scale-x-110{--tw-scale-x:1.1}.scale-x-125{--tw-scale-x:1.25}.scale-x-150{--tw-scale-x:1.5}.scale-y-0{--tw-scale-y:0}.scale-y-50{--tw-scale-y:.5}.scale-y-75{--tw-scale-y:.75}.scale-y-90{--tw-scale-y:.9}.scale-y-95{--tw-scale-y:.95}.scale-y-100{--tw-scale-y:1}.scale-y-105{--tw-scale-y:1.05}.scale-y-110{--tw-scale-y:1.1}.scale-y-125{--tw-scale-y:1.25}.scale-y-150{--tw-scale-y:1.5}.hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.hover\:scale-x-0:hover{--tw-scale-x:0}.hover\:scale-x-50:hover{--tw-scale-x:.5}.hover\:scale-x-75:hover{--tw-scale-x:.75}.hover\:scale-x-90:hover{--tw-scale-x:.9}.hover\:scale-x-95:hover{--tw-scale-x:.95}.hover\:scale-x-100:hover{--tw-scale-x:1}.hover\:scale-x-105:hover{--tw-scale-x:1.05}.hover\:scale-x-110:hover{--tw-scale-x:1.1}.hover\:scale-x-125:hover{--tw-scale-x:1.25}.hover\:scale-x-150:hover{--tw-scale-x:1.5}.hover\:scale-y-0:hover{--tw-scale-y:0}.hover\:scale-y-50:hover{--tw-scale-y:.5}.hover\:scale-y-75:hover{--tw-scale-y:.75}.hover\:scale-y-90:hover{--tw-scale-y:.9}.hover\:scale-y-95:hover{--tw-scale-y:.95}.hover\:scale-y-100:hover{--tw-scale-y:1}.hover\:scale-y-105:hover{--tw-scale-y:1.05}.hover\:scale-y-110:hover{--tw-scale-y:1.1}.hover\:scale-y-125:hover{--tw-scale-y:1.25}.hover\:scale-y-150:hover{--tw-scale-y:1.5}.focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.focus\:scale-x-0:focus{--tw-scale-x:0}.focus\:scale-x-50:focus{--tw-scale-x:.5}.focus\:scale-x-75:focus{--tw-scale-x:.75}.focus\:scale-x-90:focus{--tw-scale-x:.9}.focus\:scale-x-95:focus{--tw-scale-x:.95}.focus\:scale-x-100:focus{--tw-scale-x:1}.focus\:scale-x-105:focus{--tw-scale-x:1.05}.focus\:scale-x-110:focus{--tw-scale-x:1.1}.focus\:scale-x-125:focus{--tw-scale-x:1.25}.focus\:scale-x-150:focus{--tw-scale-x:1.5}.focus\:scale-y-0:focus{--tw-scale-y:0}.focus\:scale-y-50:focus{--tw-scale-y:.5}.focus\:scale-y-75:focus{--tw-scale-y:.75}.focus\:scale-y-90:focus{--tw-scale-y:.9}.focus\:scale-y-95:focus{--tw-scale-y:.95}.focus\:scale-y-100:focus{--tw-scale-y:1}.focus\:scale-y-105:focus{--tw-scale-y:1.05}.focus\:scale-y-110:focus{--tw-scale-y:1.1}.focus\:scale-y-125:focus{--tw-scale-y:1.25}.focus\:scale-y-150:focus{--tw-scale-y:1.5}.rotate-0{--tw-rotate:0deg}.rotate-1{--tw-rotate:1deg}.rotate-2{--tw-rotate:2deg}.rotate-3{--tw-rotate:3deg}.rotate-6{--tw-rotate:6deg}.rotate-12{--tw-rotate:12deg}.rotate-45{--tw-rotate:45deg}.rotate-90{--tw-rotate:90deg}.rotate-180{--tw-rotate:180deg}.-rotate-180{--tw-rotate:-180deg}.-rotate-90{--tw-rotate:-90deg}.-rotate-45{--tw-rotate:-45deg}.-rotate-12{--tw-rotate:-12deg}.-rotate-6{--tw-rotate:-6deg}.-rotate-3{--tw-rotate:-3deg}.-rotate-2{--tw-rotate:-2deg}.-rotate-1{--tw-rotate:-1deg}.hover\:rotate-0:hover{--tw-rotate:0deg}.hover\:rotate-1:hover{--tw-rotate:1deg}.hover\:rotate-2:hover{--tw-rotate:2deg}.hover\:rotate-3:hover{--tw-rotate:3deg}.hover\:rotate-6:hover{--tw-rotate:6deg}.hover\:rotate-12:hover{--tw-rotate:12deg}.hover\:rotate-45:hover{--tw-rotate:45deg}.hover\:rotate-90:hover{--tw-rotate:90deg}.hover\:rotate-180:hover{--tw-rotate:180deg}.hover\:-rotate-180:hover{--tw-rotate:-180deg}.hover\:-rotate-90:hover{--tw-rotate:-90deg}.hover\:-rotate-45:hover{--tw-rotate:-45deg}.hover\:-rotate-12:hover{--tw-rotate:-12deg}.hover\:-rotate-6:hover{--tw-rotate:-6deg}.hover\:-rotate-3:hover{--tw-rotate:-3deg}.hover\:-rotate-2:hover{--tw-rotate:-2deg}.hover\:-rotate-1:hover{--tw-rotate:-1deg}.focus\:rotate-0:focus{--tw-rotate:0deg}.focus\:rotate-1:focus{--tw-rotate:1deg}.focus\:rotate-2:focus{--tw-rotate:2deg}.focus\:rotate-3:focus{--tw-rotate:3deg}.focus\:rotate-6:focus{--tw-rotate:6deg}.focus\:rotate-12:focus{--tw-rotate:12deg}.focus\:rotate-45:focus{--tw-rotate:45deg}.focus\:rotate-90:focus{--tw-rotate:90deg}.focus\:rotate-180:focus{--tw-rotate:180deg}.focus\:-rotate-180:focus{--tw-rotate:-180deg}.focus\:-rotate-90:focus{--tw-rotate:-90deg}.focus\:-rotate-45:focus{--tw-rotate:-45deg}.focus\:-rotate-12:focus{--tw-rotate:-12deg}.focus\:-rotate-6:focus{--tw-rotate:-6deg}.focus\:-rotate-3:focus{--tw-rotate:-3deg}.focus\:-rotate-2:focus{--tw-rotate:-2deg}.focus\:-rotate-1:focus{--tw-rotate:-1deg}.translate-x-0{--tw-translate-x:0px}.translate-x-1{--tw-translate-x:.25rem}.translate-x-2{--tw-translate-x:.5rem}.translate-x-3{--tw-translate-x:.75rem}.translate-x-4{--tw-translate-x:1rem}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-6{--tw-translate-x:1.5rem}.translate-x-7{--tw-translate-x:1.75rem}.translate-x-8{--tw-translate-x:2rem}.translate-x-9{--tw-translate-x:2.25rem}.translate-x-10{--tw-translate-x:2.5rem}.translate-x-11{--tw-translate-x:2.75rem}.translate-x-12{--tw-translate-x:3rem}.translate-x-14{--tw-translate-x:3.5rem}.translate-x-16{--tw-translate-x:4rem}.translate-x-20{--tw-translate-x:5rem}.translate-x-24{--tw-translate-x:6rem}.translate-x-28{--tw-translate-x:7rem}.translate-x-32{--tw-translate-x:8rem}.translate-x-36{--tw-translate-x:9rem}.translate-x-40{--tw-translate-x:10rem}.translate-x-44{--tw-translate-x:11rem}.translate-x-48{--tw-translate-x:12rem}.translate-x-52{--tw-translate-x:13rem}.translate-x-56{--tw-translate-x:14rem}.translate-x-60{--tw-translate-x:15rem}.translate-x-64{--tw-translate-x:16rem}.translate-x-72{--tw-translate-x:18rem}.translate-x-80{--tw-translate-x:20rem}.translate-x-96{--tw-translate-x:24rem}.translate-x-px{--tw-translate-x:1px}.translate-x-0\.5{--tw-translate-x:.125rem}.translate-x-1\.5{--tw-translate-x:.375rem}.translate-x-2\.5{--tw-translate-x:.625rem}.translate-x-3\.5{--tw-translate-x:.875rem}.translate-x-gutter-1{--tw-translate-x:.625rem}.translate-x-gutter-2{--tw-translate-x:1.25rem}.-translate-x-0{--tw-translate-x:0px}.-translate-x-1{--tw-translate-x:-.25rem}.-translate-x-2{--tw-translate-x:-.5rem}.-translate-x-3{--tw-translate-x:-.75rem}.-translate-x-4{--tw-translate-x:-1rem}.-translate-x-5{--tw-translate-x:-1.25rem}.-translate-x-6{--tw-translate-x:-1.5rem}.-translate-x-7{--tw-translate-x:-1.75rem}.-translate-x-8{--tw-translate-x:-2rem}.-translate-x-9{--tw-translate-x:-2.25rem}.-translate-x-10{--tw-translate-x:-2.5rem}.-translate-x-11{--tw-translate-x:-2.75rem}.-translate-x-12{--tw-translate-x:-3rem}.-translate-x-14{--tw-translate-x:-3.5rem}.-translate-x-16{--tw-translate-x:-4rem}.-translate-x-20{--tw-translate-x:-5rem}.-translate-x-24{--tw-translate-x:-6rem}.-translate-x-28{--tw-translate-x:-7rem}.-translate-x-32{--tw-translate-x:-8rem}.-translate-x-36{--tw-translate-x:-9rem}.-translate-x-40{--tw-translate-x:-10rem}.-translate-x-44{--tw-translate-x:-11rem}.-translate-x-48{--tw-translate-x:-12rem}.-translate-x-52{--tw-translate-x:-13rem}.-translate-x-56{--tw-translate-x:-14rem}.-translate-x-60{--tw-translate-x:-15rem}.-translate-x-64{--tw-translate-x:-16rem}.-translate-x-72{--tw-translate-x:-18rem}.-translate-x-80{--tw-translate-x:-20rem}.-translate-x-96{--tw-translate-x:-24rem}.-translate-x-px{--tw-translate-x:-1px}.-translate-x-0\.5{--tw-translate-x:-.125rem}.-translate-x-1\.5{--tw-translate-x:-.375rem}.-translate-x-2\.5{--tw-translate-x:-.625rem}.-translate-x-3\.5{--tw-translate-x:-.875rem}.-translate-x-gutter-1{--tw-translate-x:-.625rem}.-translate-x-gutter-2{--tw-translate-x:-1.25rem}.translate-x-1\/2{--tw-translate-x:50%}.translate-x-1\/3{--tw-translate-x:33.333333%}.translate-x-2\/3{--tw-translate-x:66.666667%}.translate-x-1\/4{--tw-translate-x:25%}.translate-x-2\/4{--tw-translate-x:50%}.translate-x-3\/4{--tw-translate-x:75%}.translate-x-full{--tw-translate-x:100%}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/3{--tw-translate-x:-33.333333%}.-translate-x-2\/3{--tw-translate-x:-66.666667%}.-translate-x-1\/4{--tw-translate-x:-25%}.-translate-x-2\/4{--tw-translate-x:-50%}.-translate-x-3\/4{--tw-translate-x:-75%}.-translate-x-full{--tw-translate-x:-100%}.translate-y-0{--tw-translate-y:0px}.translate-y-1{--tw-translate-y:.25rem}.translate-y-2{--tw-translate-y:.5rem}.translate-y-3{--tw-translate-y:.75rem}.translate-y-4{--tw-translate-y:1rem}.translate-y-5{--tw-translate-y:1.25rem}.translate-y-6{--tw-translate-y:1.5rem}.translate-y-7{--tw-translate-y:1.75rem}.translate-y-8{--tw-translate-y:2rem}.translate-y-9{--tw-translate-y:2.25rem}.translate-y-10{--tw-translate-y:2.5rem}.translate-y-11{--tw-translate-y:2.75rem}.translate-y-12{--tw-translate-y:3rem}.translate-y-14{--tw-translate-y:3.5rem}.translate-y-16{--tw-translate-y:4rem}.translate-y-20{--tw-translate-y:5rem}.translate-y-24{--tw-translate-y:6rem}.translate-y-28{--tw-translate-y:7rem}.translate-y-32{--tw-translate-y:8rem}.translate-y-36{--tw-translate-y:9rem}.translate-y-40{--tw-translate-y:10rem}.translate-y-44{--tw-translate-y:11rem}.translate-y-48{--tw-translate-y:12rem}.translate-y-52{--tw-translate-y:13rem}.translate-y-56{--tw-translate-y:14rem}.translate-y-60{--tw-translate-y:15rem}.translate-y-64{--tw-translate-y:16rem}.translate-y-72{--tw-translate-y:18rem}.translate-y-80{--tw-translate-y:20rem}.translate-y-96{--tw-translate-y:24rem}.translate-y-px{--tw-translate-y:1px}.translate-y-0\.5{--tw-translate-y:.125rem}.translate-y-1\.5{--tw-translate-y:.375rem}.translate-y-2\.5{--tw-translate-y:.625rem}.translate-y-3\.5{--tw-translate-y:.875rem}.translate-y-gutter-1{--tw-translate-y:.625rem}.translate-y-gutter-2{--tw-translate-y:1.25rem}.-translate-y-0{--tw-translate-y:0px}.-translate-y-1{--tw-translate-y:-.25rem}.-translate-y-2{--tw-translate-y:-.5rem}.-translate-y-3{--tw-translate-y:-.75rem}.-translate-y-4{--tw-translate-y:-1rem}.-translate-y-5{--tw-translate-y:-1.25rem}.-translate-y-6{--tw-translate-y:-1.5rem}.-translate-y-7{--tw-translate-y:-1.75rem}.-translate-y-8{--tw-translate-y:-2rem}.-translate-y-9{--tw-translate-y:-2.25rem}.-translate-y-10{--tw-translate-y:-2.5rem}.-translate-y-11{--tw-translate-y:-2.75rem}.-translate-y-12{--tw-translate-y:-3rem}.-translate-y-14{--tw-translate-y:-3.5rem}.-translate-y-16{--tw-translate-y:-4rem}.-translate-y-20{--tw-translate-y:-5rem}.-translate-y-24{--tw-translate-y:-6rem}.-translate-y-28{--tw-translate-y:-7rem}.-translate-y-32{--tw-translate-y:-8rem}.-translate-y-36{--tw-translate-y:-9rem}.-translate-y-40{--tw-translate-y:-10rem}.-translate-y-44{--tw-translate-y:-11rem}.-translate-y-48{--tw-translate-y:-12rem}.-translate-y-52{--tw-translate-y:-13rem}.-translate-y-56{--tw-translate-y:-14rem}.-translate-y-60{--tw-translate-y:-15rem}.-translate-y-64{--tw-translate-y:-16rem}.-translate-y-72{--tw-translate-y:-18rem}.-translate-y-80{--tw-translate-y:-20rem}.-translate-y-96{--tw-translate-y:-24rem}.-translate-y-px{--tw-translate-y:-1px}.-translate-y-0\.5{--tw-translate-y:-.125rem}.-translate-y-1\.5{--tw-translate-y:-.375rem}.-translate-y-2\.5{--tw-translate-y:-.625rem}.-translate-y-3\.5{--tw-translate-y:-.875rem}.-translate-y-gutter-1{--tw-translate-y:-.625rem}.-translate-y-gutter-2{--tw-translate-y:-1.25rem}.translate-y-1\/2{--tw-translate-y:50%}.translate-y-1\/3{--tw-translate-y:33.333333%}.translate-y-2\/3{--tw-translate-y:66.666667%}.translate-y-1\/4{--tw-translate-y:25%}.translate-y-2\/4{--tw-translate-y:50%}.translate-y-3\/4{--tw-translate-y:75%}.translate-y-full{--tw-translate-y:100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/3{--tw-translate-y:-33.333333%}.-translate-y-2\/3{--tw-translate-y:-66.666667%}.-translate-y-1\/4{--tw-translate-y:-25%}.-translate-y-2\/4{--tw-translate-y:-50%}.-translate-y-3\/4{--tw-translate-y:-75%}.-translate-y-full{--tw-translate-y:-100%}.hover\:translate-x-0:hover{--tw-translate-x:0px}.hover\:translate-x-1:hover{--tw-translate-x:.25rem}.hover\:translate-x-2:hover{--tw-translate-x:.5rem}.hover\:translate-x-3:hover{--tw-translate-x:.75rem}.hover\:translate-x-4:hover{--tw-translate-x:1rem}.hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.hover\:translate-x-8:hover{--tw-translate-x:2rem}.hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.hover\:translate-x-12:hover{--tw-translate-x:3rem}.hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.hover\:translate-x-16:hover{--tw-translate-x:4rem}.hover\:translate-x-20:hover{--tw-translate-x:5rem}.hover\:translate-x-24:hover{--tw-translate-x:6rem}.hover\:translate-x-28:hover{--tw-translate-x:7rem}.hover\:translate-x-32:hover{--tw-translate-x:8rem}.hover\:translate-x-36:hover{--tw-translate-x:9rem}.hover\:translate-x-40:hover{--tw-translate-x:10rem}.hover\:translate-x-44:hover{--tw-translate-x:11rem}.hover\:translate-x-48:hover{--tw-translate-x:12rem}.hover\:translate-x-52:hover{--tw-translate-x:13rem}.hover\:translate-x-56:hover{--tw-translate-x:14rem}.hover\:translate-x-60:hover{--tw-translate-x:15rem}.hover\:translate-x-64:hover{--tw-translate-x:16rem}.hover\:translate-x-72:hover{--tw-translate-x:18rem}.hover\:translate-x-80:hover{--tw-translate-x:20rem}.hover\:translate-x-96:hover{--tw-translate-x:24rem}.hover\:translate-x-px:hover{--tw-translate-x:1px}.hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.hover\:-translate-x-0:hover{--tw-translate-x:0px}.hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.hover\:-translate-x-px:hover{--tw-translate-x:-1px}.hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.hover\:translate-x-full:hover{--tw-translate-x:100%}.hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.hover\:-translate-x-full:hover{--tw-translate-x:-100%}.hover\:translate-y-0:hover{--tw-translate-y:0px}.hover\:translate-y-1:hover{--tw-translate-y:.25rem}.hover\:translate-y-2:hover{--tw-translate-y:.5rem}.hover\:translate-y-3:hover{--tw-translate-y:.75rem}.hover\:translate-y-4:hover{--tw-translate-y:1rem}.hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.hover\:translate-y-8:hover{--tw-translate-y:2rem}.hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.hover\:translate-y-12:hover{--tw-translate-y:3rem}.hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.hover\:translate-y-16:hover{--tw-translate-y:4rem}.hover\:translate-y-20:hover{--tw-translate-y:5rem}.hover\:translate-y-24:hover{--tw-translate-y:6rem}.hover\:translate-y-28:hover{--tw-translate-y:7rem}.hover\:translate-y-32:hover{--tw-translate-y:8rem}.hover\:translate-y-36:hover{--tw-translate-y:9rem}.hover\:translate-y-40:hover{--tw-translate-y:10rem}.hover\:translate-y-44:hover{--tw-translate-y:11rem}.hover\:translate-y-48:hover{--tw-translate-y:12rem}.hover\:translate-y-52:hover{--tw-translate-y:13rem}.hover\:translate-y-56:hover{--tw-translate-y:14rem}.hover\:translate-y-60:hover{--tw-translate-y:15rem}.hover\:translate-y-64:hover{--tw-translate-y:16rem}.hover\:translate-y-72:hover{--tw-translate-y:18rem}.hover\:translate-y-80:hover{--tw-translate-y:20rem}.hover\:translate-y-96:hover{--tw-translate-y:24rem}.hover\:translate-y-px:hover{--tw-translate-y:1px}.hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.hover\:-translate-y-0:hover{--tw-translate-y:0px}.hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.hover\:-translate-y-px:hover{--tw-translate-y:-1px}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.hover\:translate-y-full:hover{--tw-translate-y:100%}.hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.hover\:-translate-y-full:hover{--tw-translate-y:-100%}.focus\:translate-x-0:focus{--tw-translate-x:0px}.focus\:translate-x-1:focus{--tw-translate-x:.25rem}.focus\:translate-x-2:focus{--tw-translate-x:.5rem}.focus\:translate-x-3:focus{--tw-translate-x:.75rem}.focus\:translate-x-4:focus{--tw-translate-x:1rem}.focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.focus\:translate-x-8:focus{--tw-translate-x:2rem}.focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.focus\:translate-x-12:focus{--tw-translate-x:3rem}.focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.focus\:translate-x-16:focus{--tw-translate-x:4rem}.focus\:translate-x-20:focus{--tw-translate-x:5rem}.focus\:translate-x-24:focus{--tw-translate-x:6rem}.focus\:translate-x-28:focus{--tw-translate-x:7rem}.focus\:translate-x-32:focus{--tw-translate-x:8rem}.focus\:translate-x-36:focus{--tw-translate-x:9rem}.focus\:translate-x-40:focus{--tw-translate-x:10rem}.focus\:translate-x-44:focus{--tw-translate-x:11rem}.focus\:translate-x-48:focus{--tw-translate-x:12rem}.focus\:translate-x-52:focus{--tw-translate-x:13rem}.focus\:translate-x-56:focus{--tw-translate-x:14rem}.focus\:translate-x-60:focus{--tw-translate-x:15rem}.focus\:translate-x-64:focus{--tw-translate-x:16rem}.focus\:translate-x-72:focus{--tw-translate-x:18rem}.focus\:translate-x-80:focus{--tw-translate-x:20rem}.focus\:translate-x-96:focus{--tw-translate-x:24rem}.focus\:translate-x-px:focus{--tw-translate-x:1px}.focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.focus\:-translate-x-0:focus{--tw-translate-x:0px}.focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.focus\:-translate-x-px:focus{--tw-translate-x:-1px}.focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.focus\:translate-x-full:focus{--tw-translate-x:100%}.focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.focus\:-translate-x-full:focus{--tw-translate-x:-100%}.focus\:translate-y-0:focus{--tw-translate-y:0px}.focus\:translate-y-1:focus{--tw-translate-y:.25rem}.focus\:translate-y-2:focus{--tw-translate-y:.5rem}.focus\:translate-y-3:focus{--tw-translate-y:.75rem}.focus\:translate-y-4:focus{--tw-translate-y:1rem}.focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.focus\:translate-y-8:focus{--tw-translate-y:2rem}.focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.focus\:translate-y-12:focus{--tw-translate-y:3rem}.focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.focus\:translate-y-16:focus{--tw-translate-y:4rem}.focus\:translate-y-20:focus{--tw-translate-y:5rem}.focus\:translate-y-24:focus{--tw-translate-y:6rem}.focus\:translate-y-28:focus{--tw-translate-y:7rem}.focus\:translate-y-32:focus{--tw-translate-y:8rem}.focus\:translate-y-36:focus{--tw-translate-y:9rem}.focus\:translate-y-40:focus{--tw-translate-y:10rem}.focus\:translate-y-44:focus{--tw-translate-y:11rem}.focus\:translate-y-48:focus{--tw-translate-y:12rem}.focus\:translate-y-52:focus{--tw-translate-y:13rem}.focus\:translate-y-56:focus{--tw-translate-y:14rem}.focus\:translate-y-60:focus{--tw-translate-y:15rem}.focus\:translate-y-64:focus{--tw-translate-y:16rem}.focus\:translate-y-72:focus{--tw-translate-y:18rem}.focus\:translate-y-80:focus{--tw-translate-y:20rem}.focus\:translate-y-96:focus{--tw-translate-y:24rem}.focus\:translate-y-px:focus{--tw-translate-y:1px}.focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.focus\:-translate-y-0:focus{--tw-translate-y:0px}.focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.focus\:-translate-y-px:focus{--tw-translate-y:-1px}.focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.focus\:translate-y-full:focus{--tw-translate-y:100%}.focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.focus\:-translate-y-full:focus{--tw-translate-y:-100%}.skew-x-0{--tw-skew-x:0deg}.skew-x-1{--tw-skew-x:1deg}.skew-x-2{--tw-skew-x:2deg}.skew-x-3{--tw-skew-x:3deg}.skew-x-6{--tw-skew-x:6deg}.skew-x-12{--tw-skew-x:12deg}.-skew-x-12{--tw-skew-x:-12deg}.-skew-x-6{--tw-skew-x:-6deg}.-skew-x-3{--tw-skew-x:-3deg}.-skew-x-2{--tw-skew-x:-2deg}.-skew-x-1{--tw-skew-x:-1deg}.skew-y-0{--tw-skew-y:0deg}.skew-y-1{--tw-skew-y:1deg}.skew-y-2{--tw-skew-y:2deg}.skew-y-3{--tw-skew-y:3deg}.skew-y-6{--tw-skew-y:6deg}.skew-y-12{--tw-skew-y:12deg}.-skew-y-12{--tw-skew-y:-12deg}.-skew-y-6{--tw-skew-y:-6deg}.-skew-y-3{--tw-skew-y:-3deg}.-skew-y-2{--tw-skew-y:-2deg}.-skew-y-1{--tw-skew-y:-1deg}.hover\:skew-x-0:hover{--tw-skew-x:0deg}.hover\:skew-x-1:hover{--tw-skew-x:1deg}.hover\:skew-x-2:hover{--tw-skew-x:2deg}.hover\:skew-x-3:hover{--tw-skew-x:3deg}.hover\:skew-x-6:hover{--tw-skew-x:6deg}.hover\:skew-x-12:hover{--tw-skew-x:12deg}.hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.hover\:skew-y-0:hover{--tw-skew-y:0deg}.hover\:skew-y-1:hover{--tw-skew-y:1deg}.hover\:skew-y-2:hover{--tw-skew-y:2deg}.hover\:skew-y-3:hover{--tw-skew-y:3deg}.hover\:skew-y-6:hover{--tw-skew-y:6deg}.hover\:skew-y-12:hover{--tw-skew-y:12deg}.hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.focus\:skew-x-0:focus{--tw-skew-x:0deg}.focus\:skew-x-1:focus{--tw-skew-x:1deg}.focus\:skew-x-2:focus{--tw-skew-x:2deg}.focus\:skew-x-3:focus{--tw-skew-x:3deg}.focus\:skew-x-6:focus{--tw-skew-x:6deg}.focus\:skew-x-12:focus{--tw-skew-x:12deg}.focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.focus\:skew-y-0:focus{--tw-skew-y:0deg}.focus\:skew-y-1:focus{--tw-skew-y:1deg}.focus\:skew-y-2:focus{--tw-skew-y:2deg}.focus\:skew-y-3:focus{--tw-skew-y:3deg}.focus\:skew-y-6:focus{--tw-skew-y:6deg}.focus\:skew-y-12:focus{--tw-skew-y:12deg}.focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.transition-none{transition-property:none}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-linear{transition-timing-function:linear}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{transition-duration:75ms}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-1000{transition-duration:1s}.delay-75{transition-delay:75ms}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-500{transition-delay:.5s}.delay-700{transition-delay:.7s}.delay-1000{transition-delay:1s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,100%{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-none{animation:none}.animate-spin{animation:spin 1s linear infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}.host-local{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}@media (min-width:576px){.host-local{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}}@media (min-width:768px){.host-local{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}}@media (min-width:1024px){.host-local{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}}@media (min-width:1440px){.host-local{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}}@media (min-width:1600px){.host-local{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}}.grid-layout{display:grid;-moz-column-gap:.125rem;column-gap:.125rem;row-gap:0px;grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:768px){.grid-layout{-moz-column-gap:.25rem;column-gap:.25rem}}.grid-gap-y{row-gap:.125rem}@media (min-width:768px){.grid-gap-y{row-gap:.25rem}}.offset-left{margin-left:-.625rem}@media (min-width:576px){.offset-left{margin-left:-1.25rem}}.offset-right{margin-right:-.625rem}@media (min-width:576px){.offset-right{margin-right:-1.25rem}}.grid-layout-offset{display:grid;-moz-column-gap:.125rem;column-gap:.125rem;row-gap:0px;grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:768px){.grid-layout-offset{-moz-column-gap:.25rem;column-gap:.25rem}}.grid-layout-offset{margin-left:-.625rem}@media (min-width:576px){.grid-layout-offset{margin-left:-1.25rem}}.grid-layout-offset{margin-right:-.625rem}@media (min-width:576px){.grid-layout-offset{margin-right:-1.25rem}}.off-content-container{margin-left:-.625rem}@media (min-width:576px){.off-content-container{margin-left:-1.25rem}}.off-content-container{margin-right:-.625rem}@media (min-width:576px){.off-content-container{margin-right:-1.25rem}}.content-container{width:100%;max-width:1920px;padding:0 10px;margin:auto}@media (min-width:576px){.content-container{padding:0 20px}}@media (min-width:768px){.content-container{padding:0 16px}}@media (min-width:576px){.sm\:space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.sm\:space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.sm\:space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.sm\:space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.sm\:space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.sm\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.sm\:space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.sm\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.sm\:space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.sm\:space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.sm\:space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.sm\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.sm\:space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.sm\:space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.sm\:space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.sm\:space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.sm\:space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.sm\:space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.sm\:space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.sm\:space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.sm\:space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.sm\:space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.sm\:space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.sm\:space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.sm\:space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.sm\:space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.sm\:space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.sm\:space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.sm\:space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.sm\:space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.sm\:space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.sm\:space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px*var(--tw-space-x-reverse));margin-left:calc(1px*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.sm\:space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.sm\:space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.sm\:space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.sm\:space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.sm\:space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.sm\:space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.sm\:-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.sm\:-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.sm\:-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.sm\:-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.sm\:-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.sm\:-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.sm\:-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.sm\:-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.sm\:-space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2rem*var(--tw-space-x-reverse));margin-left:calc(-2rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.sm\:-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.sm\:-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.sm\:-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.sm\:-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.sm\:-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.sm\:-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.sm\:-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.sm\:-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.sm\:-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.sm\:-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.sm\:-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.sm\:-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.sm\:-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.sm\:-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.sm\:-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.sm\:-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.sm\:-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.sm\:-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.sm\:-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.sm\:-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.sm\:-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.sm\:-space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.sm\:-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.sm\:-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.sm\:-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.sm\:-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.sm\:-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.sm\:-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.sm\:space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.sm\:divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.sm\:divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.sm\:divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.sm\:divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.sm\:divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.sm\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.sm\:divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.sm\:divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.sm\:divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.sm\:divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.sm\:divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.sm\:divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.sm\:divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.sm\:divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.sm\:divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.sm\:divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.sm\:divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.sm\:divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.sm\:divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.sm\:divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.sm\:divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.sm\:divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.sm\:divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.sm\:divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.sm\:divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.sm\:divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.sm\:divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.sm\:divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.sm\:divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.sm\:divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.sm\:divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.sm\:divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.sm\:divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.sm\:divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.sm\:divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.sm\:divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.sm\:divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.sm\:divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.sm\:divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.sm\:divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.sm\:divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.sm\:divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.sm\:divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.sm\:divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.sm\:divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.sm\:divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.sm\:divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.sm\:divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.sm\:divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.sm\:divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.sm\:divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.sm\:divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.sm\:divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.sm\:divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.sm\:divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.sm\:divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.sm\:divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.sm\:divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.sm\:divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.sm\:divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.sm\:divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.sm\:divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.sm\:divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.sm\:divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.sm\:divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.sm\:divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.sm\:divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.sm\:divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.sm\:divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.sm\:divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.sm\:divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.sm\:divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.sm\:divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.sm\:divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.sm\:divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.sm\:divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.sm\:divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.sm\:divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.sm\:divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.sm\:divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.sm\:divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.sm\:divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.sm\:divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.sm\:divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.sm\:divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.sm\:divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.sm\:divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.sm\:divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.sm\:divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.sm\:divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.sm\:divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.sm\:divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.sm\:divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.sm\:divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.sm\:divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.sm\:divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.sm\:divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.sm\:divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.sm\:divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.sm\:divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.sm\:divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.sm\:divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.sm\:divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.sm\:divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.sm\:divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.sm\:divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.sm\:divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.sm\:divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.sm\:divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.sm\:divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.sm\:divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.sm\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sm\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sm\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sm\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.sm\:bg-fixed{background-attachment:fixed}.sm\:bg-local{background-attachment:local}.sm\:bg-scroll{background-attachment:scroll}.sm\:bg-clip-border{background-clip:border-box}.sm\:bg-clip-padding{background-clip:padding-box}.sm\:bg-clip-content{background-clip:content-box}.sm\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.sm\:bg-transparent{background-color:transparent}.sm\:bg-current{background-color:currentColor}.sm\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.sm\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.sm\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.sm\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.sm\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.sm\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.sm\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.sm\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.sm\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.sm\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.sm\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.sm\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.sm\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.sm\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.sm\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.sm\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.sm\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.sm\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.sm\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.sm\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.sm\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.sm\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.sm\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.sm\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.sm\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.sm\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.sm\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.sm\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.sm\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.sm\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.sm\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.sm\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.sm\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.sm\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.sm\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.sm\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.sm\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.sm\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.sm\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.sm\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.sm\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.sm\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.sm\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.sm\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.sm\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.sm\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.sm\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.sm\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.sm\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.sm\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.sm\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.sm\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.sm\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.sm\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.sm\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.sm\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.sm\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.sm\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.sm\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.sm\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.sm\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.sm\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.sm\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.sm\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.sm\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.sm\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.sm\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.sm\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.sm\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.sm\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.sm\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.sm\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.sm\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.sm\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.sm\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.sm\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.sm\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.sm\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.sm\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.sm\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-transparent{background-color:transparent}.group:hover .sm\:group-hover\:bg-current{background-color:currentColor}.group:hover .sm\:group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.sm\:focus-within\:bg-transparent:focus-within{background-color:transparent}.sm\:focus-within\:bg-current:focus-within{background-color:currentColor}.sm\:focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.sm\:focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.sm\:hover\:bg-transparent:hover{background-color:transparent}.sm\:hover\:bg-current:hover{background-color:currentColor}.sm\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.sm\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.sm\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.sm\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.sm\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.sm\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.sm\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.sm\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.sm\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.sm\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.sm\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.sm\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.sm\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.sm\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.sm\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.sm\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.sm\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.sm\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.sm\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.sm\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.sm\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.sm\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.sm\:focus\:bg-transparent:focus{background-color:transparent}.sm\:focus\:bg-current:focus{background-color:currentColor}.sm\:focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.sm\:focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.sm\:focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.sm\:focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.sm\:focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.sm\:focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.sm\:focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.sm\:focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.sm\:focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.sm\:focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.sm\:focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.sm\:focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.sm\:focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.sm\:focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.sm\:focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.sm\:focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.sm\:focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.sm\:focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.sm\:focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.sm\:focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.sm\:focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.sm\:focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.sm\:bg-none{background-image:none}.sm\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.sm\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.sm\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.sm\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.sm\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.sm\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.sm\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.sm\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.sm\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.sm\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.sm\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.sm\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.sm\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.sm\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.sm\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.sm\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.sm\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.sm\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.sm\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.sm\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.sm\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.sm\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.sm\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.sm\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.sm\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.sm\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.sm\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.sm\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.sm\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.sm\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.sm\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.sm\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.sm\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.sm\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.sm\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.sm\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.sm\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.sm\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.sm\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.sm\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.sm\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.sm\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.sm\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.sm\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.sm\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.sm\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.sm\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.sm\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.sm\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.sm\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.sm\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.sm\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.sm\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.sm\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.sm\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.sm\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.sm\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.sm\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.sm\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.sm\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.sm\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.sm\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.sm\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.sm\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.sm\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.sm\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.sm\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.sm\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.sm\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.sm\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.sm\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.sm\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.sm\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.sm\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.sm\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.sm\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.sm\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.sm\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.sm\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.sm\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.sm\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.sm\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.sm\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.sm\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.sm\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.sm\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.sm\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.sm\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.sm\:via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.sm\:via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.sm\:via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.sm\:via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.sm\:via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.sm\:via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.sm\:via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.sm\:via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.sm\:via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.sm\:via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.sm\:via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.sm\:via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.sm\:via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.sm\:via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.sm\:via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.sm\:via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.sm\:via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.sm\:via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.sm\:via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.sm\:via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.sm\:via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.sm\:via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.sm\:via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.sm\:via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.sm\:via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.sm\:via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.sm\:via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.sm\:via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.sm\:via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.sm\:via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.sm\:via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.sm\:via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.sm\:via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.sm\:via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.sm\:via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.sm\:via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.sm\:via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.sm\:via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.sm\:via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.sm\:via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.sm\:via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.sm\:via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.sm\:via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.sm\:via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.sm\:via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.sm\:via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.sm\:via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.sm\:via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.sm\:via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.sm\:via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.sm\:via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.sm\:via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.sm\:via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.sm\:via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.sm\:via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.sm\:via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.sm\:via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.sm\:via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.sm\:via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.sm\:via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.sm\:via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.sm\:via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.sm\:via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.sm\:via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.sm\:via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.sm\:via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.sm\:via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.sm\:via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.sm\:via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.sm\:via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.sm\:via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.sm\:via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.sm\:via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.sm\:via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.sm\:via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.sm\:via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.sm\:via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.sm\:via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.sm\:via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.sm\:via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.sm\:to-transparent{--tw-gradient-to:transparent}.sm\:to-current{--tw-gradient-to:currentColor}.sm\:to-black{--tw-gradient-to:#000}.sm\:to-white{--tw-gradient-to:#fff}.sm\:to-gray-50{--tw-gradient-to:#f9fafb}.sm\:to-gray-100{--tw-gradient-to:#f3f4f6}.sm\:to-gray-200{--tw-gradient-to:#e5e7eb}.sm\:to-gray-300{--tw-gradient-to:#d1d5db}.sm\:to-gray-400{--tw-gradient-to:#9ca3af}.sm\:to-gray-500{--tw-gradient-to:#6b7280}.sm\:to-gray-600{--tw-gradient-to:#4b5563}.sm\:to-gray-700{--tw-gradient-to:#374151}.sm\:to-gray-800{--tw-gradient-to:#1f2937}.sm\:to-gray-900{--tw-gradient-to:#111827}.sm\:to-red-50{--tw-gradient-to:#fef2f2}.sm\:to-red-100{--tw-gradient-to:#fee2e2}.sm\:to-red-200{--tw-gradient-to:#fecaca}.sm\:to-red-300{--tw-gradient-to:#fca5a5}.sm\:to-red-400{--tw-gradient-to:#f87171}.sm\:to-red-500{--tw-gradient-to:#ef4444}.sm\:to-red-600{--tw-gradient-to:#dc2626}.sm\:to-red-700{--tw-gradient-to:#b91c1c}.sm\:to-red-800{--tw-gradient-to:#991b1b}.sm\:to-red-900{--tw-gradient-to:#7f1d1d}.sm\:to-yellow-50{--tw-gradient-to:#fffbeb}.sm\:to-yellow-100{--tw-gradient-to:#fef3c7}.sm\:to-yellow-200{--tw-gradient-to:#fde68a}.sm\:to-yellow-300{--tw-gradient-to:#fcd34d}.sm\:to-yellow-400{--tw-gradient-to:#fbbf24}.sm\:to-yellow-500{--tw-gradient-to:#f59e0b}.sm\:to-yellow-600{--tw-gradient-to:#d97706}.sm\:to-yellow-700{--tw-gradient-to:#b45309}.sm\:to-yellow-800{--tw-gradient-to:#92400e}.sm\:to-yellow-900{--tw-gradient-to:#78350f}.sm\:to-green-50{--tw-gradient-to:#ecfdf5}.sm\:to-green-100{--tw-gradient-to:#d1fae5}.sm\:to-green-200{--tw-gradient-to:#a7f3d0}.sm\:to-green-300{--tw-gradient-to:#6ee7b7}.sm\:to-green-400{--tw-gradient-to:#34d399}.sm\:to-green-500{--tw-gradient-to:#10b981}.sm\:to-green-600{--tw-gradient-to:#059669}.sm\:to-green-700{--tw-gradient-to:#047857}.sm\:to-green-800{--tw-gradient-to:#065f46}.sm\:to-green-900{--tw-gradient-to:#064e3b}.sm\:to-blue-50{--tw-gradient-to:#eff6ff}.sm\:to-blue-100{--tw-gradient-to:#dbeafe}.sm\:to-blue-200{--tw-gradient-to:#bfdbfe}.sm\:to-blue-300{--tw-gradient-to:#93c5fd}.sm\:to-blue-400{--tw-gradient-to:#60a5fa}.sm\:to-blue-500{--tw-gradient-to:#3b82f6}.sm\:to-blue-600{--tw-gradient-to:#2563eb}.sm\:to-blue-700{--tw-gradient-to:#1d4ed8}.sm\:to-blue-800{--tw-gradient-to:#1e40af}.sm\:to-blue-900{--tw-gradient-to:#1e3a8a}.sm\:to-indigo-50{--tw-gradient-to:#eef2ff}.sm\:to-indigo-100{--tw-gradient-to:#e0e7ff}.sm\:to-indigo-200{--tw-gradient-to:#c7d2fe}.sm\:to-indigo-300{--tw-gradient-to:#a5b4fc}.sm\:to-indigo-400{--tw-gradient-to:#818cf8}.sm\:to-indigo-500{--tw-gradient-to:#6366f1}.sm\:to-indigo-600{--tw-gradient-to:#4f46e5}.sm\:to-indigo-700{--tw-gradient-to:#4338ca}.sm\:to-indigo-800{--tw-gradient-to:#3730a3}.sm\:to-indigo-900{--tw-gradient-to:#312e81}.sm\:to-purple-50{--tw-gradient-to:#f5f3ff}.sm\:to-purple-100{--tw-gradient-to:#ede9fe}.sm\:to-purple-200{--tw-gradient-to:#ddd6fe}.sm\:to-purple-300{--tw-gradient-to:#c4b5fd}.sm\:to-purple-400{--tw-gradient-to:#a78bfa}.sm\:to-purple-500{--tw-gradient-to:#8b5cf6}.sm\:to-purple-600{--tw-gradient-to:#7c3aed}.sm\:to-purple-700{--tw-gradient-to:#6d28d9}.sm\:to-purple-800{--tw-gradient-to:#5b21b6}.sm\:to-purple-900{--tw-gradient-to:#4c1d95}.sm\:to-pink-50{--tw-gradient-to:#fdf2f8}.sm\:to-pink-100{--tw-gradient-to:#fce7f3}.sm\:to-pink-200{--tw-gradient-to:#fbcfe8}.sm\:to-pink-300{--tw-gradient-to:#f9a8d4}.sm\:to-pink-400{--tw-gradient-to:#f472b6}.sm\:to-pink-500{--tw-gradient-to:#ec4899}.sm\:to-pink-600{--tw-gradient-to:#db2777}.sm\:to-pink-700{--tw-gradient-to:#be185d}.sm\:to-pink-800{--tw-gradient-to:#9d174d}.sm\:to-pink-900{--tw-gradient-to:#831843}.sm\:hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.sm\:hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.sm\:hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.sm\:hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.sm\:hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.sm\:hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.sm\:hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.sm\:hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.sm\:hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.sm\:hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.sm\:hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.sm\:hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.sm\:hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.sm\:hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.sm\:hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.sm\:hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.sm\:hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.sm\:hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.sm\:hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.sm\:hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.sm\:hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.sm\:hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.sm\:hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.sm\:hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.sm\:hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.sm\:hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.sm\:hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.sm\:hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.sm\:hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.sm\:hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.sm\:hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.sm\:hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.sm\:hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.sm\:hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.sm\:hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.sm\:hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.sm\:hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.sm\:hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.sm\:hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.sm\:hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.sm\:hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.sm\:hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.sm\:hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.sm\:hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.sm\:hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.sm\:hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.sm\:hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.sm\:hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.sm\:hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.sm\:hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.sm\:hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.sm\:hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.sm\:hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.sm\:hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.sm\:hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.sm\:hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.sm\:hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.sm\:hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.sm\:hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.sm\:hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.sm\:hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.sm\:hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.sm\:hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.sm\:hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.sm\:hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.sm\:hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.sm\:hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.sm\:hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.sm\:hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.sm\:hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.sm\:hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.sm\:hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.sm\:hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.sm\:hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.sm\:hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.sm\:hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.sm\:hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.sm\:hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.sm\:hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.sm\:hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.sm\:hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.sm\:hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.sm\:hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.sm\:hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.sm\:hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.sm\:hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.sm\:hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.sm\:hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.sm\:hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.sm\:hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.sm\:hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.sm\:hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.sm\:hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.sm\:hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.sm\:hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.sm\:hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.sm\:hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.sm\:hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.sm\:hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.sm\:hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.sm\:hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.sm\:hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.sm\:hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.sm\:hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.sm\:hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.sm\:hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.sm\:hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.sm\:hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.sm\:hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.sm\:hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.sm\:hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.sm\:hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.sm\:hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.sm\:hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.sm\:hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.sm\:hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.sm\:hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.sm\:hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.sm\:hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.sm\:hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.sm\:hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.sm\:hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.sm\:hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.sm\:hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.sm\:hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.sm\:hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.sm\:hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.sm\:hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.sm\:hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.sm\:hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.sm\:hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.sm\:hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.sm\:hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.sm\:hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.sm\:hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.sm\:hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.sm\:hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.sm\:hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.sm\:hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.sm\:hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.sm\:hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.sm\:hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.sm\:hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.sm\:hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.sm\:hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.sm\:hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.sm\:hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.sm\:hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.sm\:hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.sm\:hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.sm\:hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.sm\:hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.sm\:hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.sm\:hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.sm\:hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.sm\:hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.sm\:hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.sm\:hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.sm\:hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.sm\:hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.sm\:hover\:to-transparent:hover{--tw-gradient-to:transparent}.sm\:hover\:to-current:hover{--tw-gradient-to:currentColor}.sm\:hover\:to-black:hover{--tw-gradient-to:#000}.sm\:hover\:to-white:hover{--tw-gradient-to:#fff}.sm\:hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.sm\:hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.sm\:hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.sm\:hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.sm\:hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.sm\:hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.sm\:hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.sm\:hover\:to-gray-700:hover{--tw-gradient-to:#374151}.sm\:hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.sm\:hover\:to-gray-900:hover{--tw-gradient-to:#111827}.sm\:hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.sm\:hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.sm\:hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.sm\:hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.sm\:hover\:to-red-400:hover{--tw-gradient-to:#f87171}.sm\:hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.sm\:hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.sm\:hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.sm\:hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.sm\:hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.sm\:hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.sm\:hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.sm\:hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.sm\:hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.sm\:hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.sm\:hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.sm\:hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.sm\:hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.sm\:hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.sm\:hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.sm\:hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.sm\:hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.sm\:hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.sm\:hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.sm\:hover\:to-green-400:hover{--tw-gradient-to:#34d399}.sm\:hover\:to-green-500:hover{--tw-gradient-to:#10b981}.sm\:hover\:to-green-600:hover{--tw-gradient-to:#059669}.sm\:hover\:to-green-700:hover{--tw-gradient-to:#047857}.sm\:hover\:to-green-800:hover{--tw-gradient-to:#065f46}.sm\:hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.sm\:hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.sm\:hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.sm\:hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.sm\:hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.sm\:hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.sm\:hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.sm\:hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.sm\:hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.sm\:hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.sm\:hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.sm\:hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.sm\:hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.sm\:hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.sm\:hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.sm\:hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.sm\:hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.sm\:hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.sm\:hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.sm\:hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.sm\:hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.sm\:hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.sm\:hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.sm\:hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.sm\:hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.sm\:hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.sm\:hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.sm\:hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.sm\:hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.sm\:hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.sm\:hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.sm\:hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.sm\:hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.sm\:hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.sm\:hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.sm\:hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.sm\:hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.sm\:hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.sm\:hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.sm\:hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.sm\:hover\:to-pink-900:hover{--tw-gradient-to:#831843}.sm\:focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.sm\:focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.sm\:focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.sm\:focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.sm\:focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.sm\:focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.sm\:focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.sm\:focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.sm\:focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.sm\:focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.sm\:focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.sm\:focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.sm\:focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.sm\:focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.sm\:focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.sm\:focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.sm\:focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.sm\:focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.sm\:focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.sm\:focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.sm\:focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.sm\:focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.sm\:focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.sm\:focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.sm\:focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.sm\:focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.sm\:focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.sm\:focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.sm\:focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.sm\:focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.sm\:focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.sm\:focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.sm\:focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.sm\:focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.sm\:focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.sm\:focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.sm\:focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.sm\:focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.sm\:focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.sm\:focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.sm\:focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.sm\:focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.sm\:focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.sm\:focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.sm\:focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.sm\:focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.sm\:focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.sm\:focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.sm\:focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.sm\:focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.sm\:focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.sm\:focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.sm\:focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.sm\:focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.sm\:focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.sm\:focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.sm\:focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.sm\:focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.sm\:focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.sm\:focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.sm\:focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.sm\:focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.sm\:focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.sm\:focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.sm\:focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.sm\:focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.sm\:focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.sm\:focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.sm\:focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.sm\:focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.sm\:focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.sm\:focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.sm\:focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.sm\:focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.sm\:focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.sm\:focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.sm\:focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.sm\:focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.sm\:focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.sm\:focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.sm\:focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.sm\:focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.sm\:focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.sm\:focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.sm\:focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.sm\:focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.sm\:focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.sm\:focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.sm\:focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.sm\:focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.sm\:focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.sm\:focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.sm\:focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.sm\:focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.sm\:focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.sm\:focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.sm\:focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.sm\:focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.sm\:focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.sm\:focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.sm\:focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.sm\:focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.sm\:focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.sm\:focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.sm\:focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.sm\:focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.sm\:focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.sm\:focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.sm\:focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.sm\:focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.sm\:focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.sm\:focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.sm\:focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.sm\:focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.sm\:focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.sm\:focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.sm\:focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.sm\:focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.sm\:focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.sm\:focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.sm\:focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.sm\:focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.sm\:focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.sm\:focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.sm\:focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.sm\:focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.sm\:focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.sm\:focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.sm\:focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.sm\:focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.sm\:focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.sm\:focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.sm\:focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.sm\:focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.sm\:focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.sm\:focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.sm\:focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.sm\:focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.sm\:focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.sm\:focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.sm\:focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.sm\:focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.sm\:focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.sm\:focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.sm\:focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.sm\:focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.sm\:focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.sm\:focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.sm\:focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.sm\:focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.sm\:focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.sm\:focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.sm\:focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.sm\:focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.sm\:focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.sm\:focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.sm\:focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.sm\:focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.sm\:focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.sm\:focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.sm\:focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.sm\:focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.sm\:focus\:to-transparent:focus{--tw-gradient-to:transparent}.sm\:focus\:to-current:focus{--tw-gradient-to:currentColor}.sm\:focus\:to-black:focus{--tw-gradient-to:#000}.sm\:focus\:to-white:focus{--tw-gradient-to:#fff}.sm\:focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.sm\:focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.sm\:focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.sm\:focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.sm\:focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.sm\:focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.sm\:focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.sm\:focus\:to-gray-700:focus{--tw-gradient-to:#374151}.sm\:focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.sm\:focus\:to-gray-900:focus{--tw-gradient-to:#111827}.sm\:focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.sm\:focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.sm\:focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.sm\:focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.sm\:focus\:to-red-400:focus{--tw-gradient-to:#f87171}.sm\:focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.sm\:focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.sm\:focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.sm\:focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.sm\:focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.sm\:focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.sm\:focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.sm\:focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.sm\:focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.sm\:focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.sm\:focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.sm\:focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.sm\:focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.sm\:focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.sm\:focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.sm\:focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.sm\:focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.sm\:focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.sm\:focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.sm\:focus\:to-green-400:focus{--tw-gradient-to:#34d399}.sm\:focus\:to-green-500:focus{--tw-gradient-to:#10b981}.sm\:focus\:to-green-600:focus{--tw-gradient-to:#059669}.sm\:focus\:to-green-700:focus{--tw-gradient-to:#047857}.sm\:focus\:to-green-800:focus{--tw-gradient-to:#065f46}.sm\:focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.sm\:focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.sm\:focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.sm\:focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.sm\:focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.sm\:focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.sm\:focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.sm\:focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.sm\:focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.sm\:focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.sm\:focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.sm\:focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.sm\:focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.sm\:focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.sm\:focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.sm\:focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.sm\:focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.sm\:focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.sm\:focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.sm\:focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.sm\:focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.sm\:focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.sm\:focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.sm\:focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.sm\:focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.sm\:focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.sm\:focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.sm\:focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.sm\:focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.sm\:focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.sm\:focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.sm\:focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.sm\:focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.sm\:focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.sm\:focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.sm\:focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.sm\:focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.sm\:focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.sm\:focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.sm\:focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.sm\:focus\:to-pink-900:focus{--tw-gradient-to:#831843}.sm\:bg-opacity-0{--tw-bg-opacity:0}.sm\:bg-opacity-5{--tw-bg-opacity:.05}.sm\:bg-opacity-10{--tw-bg-opacity:.1}.sm\:bg-opacity-20{--tw-bg-opacity:.2}.sm\:bg-opacity-25{--tw-bg-opacity:.25}.sm\:bg-opacity-30{--tw-bg-opacity:.3}.sm\:bg-opacity-40{--tw-bg-opacity:.4}.sm\:bg-opacity-50{--tw-bg-opacity:.5}.sm\:bg-opacity-60{--tw-bg-opacity:.6}.sm\:bg-opacity-70{--tw-bg-opacity:.7}.sm\:bg-opacity-75{--tw-bg-opacity:.75}.sm\:bg-opacity-80{--tw-bg-opacity:.8}.sm\:bg-opacity-90{--tw-bg-opacity:.9}.sm\:bg-opacity-95{--tw-bg-opacity:.95}.sm\:bg-opacity-100{--tw-bg-opacity:1}.group:hover .sm\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .sm\:group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .sm\:group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .sm\:group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .sm\:group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .sm\:group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .sm\:group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .sm\:group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .sm\:group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .sm\:group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .sm\:group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .sm\:group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .sm\:group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .sm\:group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .sm\:group-hover\:bg-opacity-100{--tw-bg-opacity:1}.sm\:focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.sm\:focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.sm\:focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.sm\:focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.sm\:focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.sm\:focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.sm\:focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.sm\:focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.sm\:focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.sm\:focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.sm\:focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.sm\:focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.sm\:focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.sm\:focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.sm\:focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.sm\:hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.sm\:hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.sm\:hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.sm\:hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.sm\:hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.sm\:hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.sm\:hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.sm\:hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.sm\:hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.sm\:hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.sm\:hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.sm\:hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.sm\:hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.sm\:hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.sm\:hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.sm\:focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.sm\:focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.sm\:focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.sm\:focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.sm\:focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.sm\:focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.sm\:focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.sm\:focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.sm\:focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.sm\:focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.sm\:focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.sm\:focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.sm\:focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.sm\:focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.sm\:focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.sm\:bg-bottom{background-position:bottom}.sm\:bg-center{background-position:center}.sm\:bg-left{background-position:left}.sm\:bg-left-bottom{background-position:left bottom}.sm\:bg-left-top{background-position:left top}.sm\:bg-right{background-position:right}.sm\:bg-right-bottom{background-position:right bottom}.sm\:bg-right-top{background-position:right top}.sm\:bg-top{background-position:top}.sm\:bg-repeat{background-repeat:repeat}.sm\:bg-no-repeat{background-repeat:no-repeat}.sm\:bg-repeat-x{background-repeat:repeat-x}.sm\:bg-repeat-y{background-repeat:repeat-y}.sm\:bg-repeat-round{background-repeat:round}.sm\:bg-repeat-space{background-repeat:space}.sm\:bg-auto{background-size:auto}.sm\:bg-cover{background-size:cover}.sm\:bg-contain{background-size:contain}.sm\:border-collapse{border-collapse:collapse}.sm\:border-separate{border-collapse:separate}.sm\:border-transparent{border-color:transparent}.sm\:border-current{border-color:currentColor}.sm\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.sm\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.sm\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.sm\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.sm\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.sm\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.sm\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.sm\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.sm\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.sm\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.sm\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.sm\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.sm\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.sm\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.sm\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.sm\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.sm\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.sm\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.sm\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.sm\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.sm\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.sm\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.sm\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.sm\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.sm\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.sm\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.sm\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.sm\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.sm\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.sm\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.sm\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.sm\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.sm\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.sm\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.sm\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.sm\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.sm\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.sm\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.sm\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.sm\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.sm\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.sm\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.sm\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.sm\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.sm\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.sm\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.sm\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.sm\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.sm\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.sm\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.sm\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.sm\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.sm\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.sm\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.sm\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.sm\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.sm\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.sm\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.sm\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.sm\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.sm\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.sm\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.sm\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.sm\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.sm\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.sm\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.sm\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.sm\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.sm\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.sm\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.sm\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.sm\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.sm\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.sm\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.sm\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.sm\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.sm\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.sm\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.sm\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.sm\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.sm\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-transparent{border-color:transparent}.group:hover .sm\:group-hover\:border-current{border-color:currentColor}.group:hover .sm\:group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.sm\:focus-within\:border-transparent:focus-within{border-color:transparent}.sm\:focus-within\:border-current:focus-within{border-color:currentColor}.sm\:focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.sm\:focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.sm\:focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.sm\:focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.sm\:focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.sm\:focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.sm\:focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.sm\:focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.sm\:focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.sm\:focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.sm\:focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.sm\:focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.sm\:focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.sm\:focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.sm\:focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.sm\:focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.sm\:focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.sm\:focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.sm\:focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.sm\:focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.sm\:focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.sm\:focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.sm\:hover\:border-transparent:hover{border-color:transparent}.sm\:hover\:border-current:hover{border-color:currentColor}.sm\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.sm\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.sm\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.sm\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.sm\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.sm\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.sm\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.sm\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.sm\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.sm\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.sm\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.sm\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.sm\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.sm\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.sm\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.sm\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.sm\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.sm\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.sm\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.sm\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.sm\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.sm\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.sm\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.sm\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.sm\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.sm\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.sm\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.sm\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.sm\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.sm\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.sm\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.sm\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.sm\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.sm\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.sm\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.sm\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.sm\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.sm\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.sm\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.sm\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.sm\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.sm\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.sm\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.sm\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.sm\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.sm\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.sm\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.sm\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.sm\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.sm\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.sm\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.sm\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.sm\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.sm\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.sm\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.sm\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.sm\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.sm\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.sm\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.sm\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.sm\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.sm\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.sm\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.sm\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.sm\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.sm\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.sm\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.sm\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.sm\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.sm\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.sm\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.sm\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.sm\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.sm\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.sm\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.sm\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.sm\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.sm\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.sm\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.sm\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.sm\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.sm\:focus\:border-transparent:focus{border-color:transparent}.sm\:focus\:border-current:focus{border-color:currentColor}.sm\:focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.sm\:focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.sm\:focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.sm\:focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.sm\:focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.sm\:focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.sm\:focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.sm\:focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.sm\:focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.sm\:focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.sm\:focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.sm\:focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.sm\:focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.sm\:focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.sm\:focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.sm\:focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.sm\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.sm\:focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.sm\:focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.sm\:focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.sm\:focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.sm\:focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.sm\:focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.sm\:focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.sm\:focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.sm\:focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.sm\:focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.sm\:focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.sm\:focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.sm\:focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.sm\:focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.sm\:focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.sm\:focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.sm\:focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.sm\:focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.sm\:focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.sm\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.sm\:focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.sm\:focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.sm\:focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.sm\:focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.sm\:focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.sm\:focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.sm\:focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.sm\:focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.sm\:focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.sm\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.sm\:focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.sm\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.sm\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.sm\:focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.sm\:focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.sm\:focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.sm\:focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.sm\:focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.sm\:focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.sm\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.sm\:focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.sm\:focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.sm\:focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.sm\:focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.sm\:focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.sm\:focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.sm\:focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.sm\:focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.sm\:focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.sm\:focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.sm\:focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.sm\:focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.sm\:focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.sm\:focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.sm\:focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.sm\:focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.sm\:focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.sm\:focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.sm\:focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.sm\:focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.sm\:focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.sm\:focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.sm\:focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.sm\:focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.sm\:border-opacity-0{--tw-border-opacity:0}.sm\:border-opacity-5{--tw-border-opacity:.05}.sm\:border-opacity-10{--tw-border-opacity:.1}.sm\:border-opacity-20{--tw-border-opacity:.2}.sm\:border-opacity-25{--tw-border-opacity:.25}.sm\:border-opacity-30{--tw-border-opacity:.3}.sm\:border-opacity-40{--tw-border-opacity:.4}.sm\:border-opacity-50{--tw-border-opacity:.5}.sm\:border-opacity-60{--tw-border-opacity:.6}.sm\:border-opacity-70{--tw-border-opacity:.7}.sm\:border-opacity-75{--tw-border-opacity:.75}.sm\:border-opacity-80{--tw-border-opacity:.8}.sm\:border-opacity-90{--tw-border-opacity:.9}.sm\:border-opacity-95{--tw-border-opacity:.95}.sm\:border-opacity-100{--tw-border-opacity:1}.group:hover .sm\:group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .sm\:group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .sm\:group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .sm\:group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .sm\:group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .sm\:group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .sm\:group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .sm\:group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .sm\:group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .sm\:group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .sm\:group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .sm\:group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .sm\:group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .sm\:group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .sm\:group-hover\:border-opacity-100{--tw-border-opacity:1}.sm\:focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.sm\:focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.sm\:focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.sm\:focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.sm\:focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.sm\:focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.sm\:focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.sm\:focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.sm\:focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.sm\:focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.sm\:focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.sm\:focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.sm\:focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.sm\:focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.sm\:focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.sm\:hover\:border-opacity-0:hover{--tw-border-opacity:0}.sm\:hover\:border-opacity-5:hover{--tw-border-opacity:.05}.sm\:hover\:border-opacity-10:hover{--tw-border-opacity:.1}.sm\:hover\:border-opacity-20:hover{--tw-border-opacity:.2}.sm\:hover\:border-opacity-25:hover{--tw-border-opacity:.25}.sm\:hover\:border-opacity-30:hover{--tw-border-opacity:.3}.sm\:hover\:border-opacity-40:hover{--tw-border-opacity:.4}.sm\:hover\:border-opacity-50:hover{--tw-border-opacity:.5}.sm\:hover\:border-opacity-60:hover{--tw-border-opacity:.6}.sm\:hover\:border-opacity-70:hover{--tw-border-opacity:.7}.sm\:hover\:border-opacity-75:hover{--tw-border-opacity:.75}.sm\:hover\:border-opacity-80:hover{--tw-border-opacity:.8}.sm\:hover\:border-opacity-90:hover{--tw-border-opacity:.9}.sm\:hover\:border-opacity-95:hover{--tw-border-opacity:.95}.sm\:hover\:border-opacity-100:hover{--tw-border-opacity:1}.sm\:focus\:border-opacity-0:focus{--tw-border-opacity:0}.sm\:focus\:border-opacity-5:focus{--tw-border-opacity:.05}.sm\:focus\:border-opacity-10:focus{--tw-border-opacity:.1}.sm\:focus\:border-opacity-20:focus{--tw-border-opacity:.2}.sm\:focus\:border-opacity-25:focus{--tw-border-opacity:.25}.sm\:focus\:border-opacity-30:focus{--tw-border-opacity:.3}.sm\:focus\:border-opacity-40:focus{--tw-border-opacity:.4}.sm\:focus\:border-opacity-50:focus{--tw-border-opacity:.5}.sm\:focus\:border-opacity-60:focus{--tw-border-opacity:.6}.sm\:focus\:border-opacity-70:focus{--tw-border-opacity:.7}.sm\:focus\:border-opacity-75:focus{--tw-border-opacity:.75}.sm\:focus\:border-opacity-80:focus{--tw-border-opacity:.8}.sm\:focus\:border-opacity-90:focus{--tw-border-opacity:.9}.sm\:focus\:border-opacity-95:focus{--tw-border-opacity:.95}.sm\:focus\:border-opacity-100:focus{--tw-border-opacity:1}.sm\:rounded-none{border-radius:0}.sm\:rounded-sm{border-radius:.125rem}.sm\:rounded{border-radius:.25rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-full{border-radius:9999px}.sm\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.sm\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.sm\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.sm\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.sm\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.sm\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.sm\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.sm\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.sm\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.sm\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sm\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.sm\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.sm\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.sm\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.sm\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sm\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.sm\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.sm\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.sm\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.sm\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.sm\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.sm\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.sm\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sm\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.sm\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.sm\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.sm\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.sm\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.sm\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.sm\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.sm\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.sm\:rounded-tl-none{border-top-left-radius:0}.sm\:rounded-tr-none{border-top-right-radius:0}.sm\:rounded-br-none{border-bottom-right-radius:0}.sm\:rounded-bl-none{border-bottom-left-radius:0}.sm\:rounded-tl-sm{border-top-left-radius:.125rem}.sm\:rounded-tr-sm{border-top-right-radius:.125rem}.sm\:rounded-br-sm{border-bottom-right-radius:.125rem}.sm\:rounded-bl-sm{border-bottom-left-radius:.125rem}.sm\:rounded-tl{border-top-left-radius:.25rem}.sm\:rounded-tr{border-top-right-radius:.25rem}.sm\:rounded-br{border-bottom-right-radius:.25rem}.sm\:rounded-bl{border-bottom-left-radius:.25rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-tl-lg{border-top-left-radius:.5rem}.sm\:rounded-tr-lg{border-top-right-radius:.5rem}.sm\:rounded-br-lg{border-bottom-right-radius:.5rem}.sm\:rounded-bl-lg{border-bottom-left-radius:.5rem}.sm\:rounded-tl-xl{border-top-left-radius:.75rem}.sm\:rounded-tr-xl{border-top-right-radius:.75rem}.sm\:rounded-br-xl{border-bottom-right-radius:.75rem}.sm\:rounded-bl-xl{border-bottom-left-radius:.75rem}.sm\:rounded-tl-2xl{border-top-left-radius:1rem}.sm\:rounded-tr-2xl{border-top-right-radius:1rem}.sm\:rounded-br-2xl{border-bottom-right-radius:1rem}.sm\:rounded-bl-2xl{border-bottom-left-radius:1rem}.sm\:rounded-tl-3xl{border-top-left-radius:1.5rem}.sm\:rounded-tr-3xl{border-top-right-radius:1.5rem}.sm\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.sm\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.sm\:rounded-tl-full{border-top-left-radius:9999px}.sm\:rounded-tr-full{border-top-right-radius:9999px}.sm\:rounded-br-full{border-bottom-right-radius:9999px}.sm\:rounded-bl-full{border-bottom-left-radius:9999px}.sm\:border-solid{border-style:solid}.sm\:border-dashed{border-style:dashed}.sm\:border-dotted{border-style:dotted}.sm\:border-double{border-style:double}.sm\:border-none{border-style:none}.sm\:border-0{border-width:0}.sm\:border-2{border-width:2px}.sm\:border-4{border-width:4px}.sm\:border-8{border-width:8px}.sm\:border{border-width:1px}.sm\:border-t-0{border-top-width:0}.sm\:border-r-0{border-right-width:0}.sm\:border-b-0{border-bottom-width:0}.sm\:border-l-0{border-left-width:0}.sm\:border-t-2{border-top-width:2px}.sm\:border-r-2{border-right-width:2px}.sm\:border-b-2{border-bottom-width:2px}.sm\:border-l-2{border-left-width:2px}.sm\:border-t-4{border-top-width:4px}.sm\:border-r-4{border-right-width:4px}.sm\:border-b-4{border-bottom-width:4px}.sm\:border-l-4{border-left-width:4px}.sm\:border-t-8{border-top-width:8px}.sm\:border-r-8{border-right-width:8px}.sm\:border-b-8{border-bottom-width:8px}.sm\:border-l-8{border-left-width:8px}.sm\:border-t{border-top-width:1px}.sm\:border-r{border-right-width:1px}.sm\:border-b{border-bottom-width:1px}.sm\:border-l{border-left-width:1px}.sm\:box-border{box-sizing:border-box}.sm\:box-content{box-sizing:content-box}.sm\:cursor-auto{cursor:auto}.sm\:cursor-default{cursor:default}.sm\:cursor-pointer{cursor:pointer}.sm\:cursor-wait{cursor:wait}.sm\:cursor-text{cursor:text}.sm\:cursor-move{cursor:move}.sm\:cursor-help{cursor:help}.sm\:cursor-not-allowed{cursor:not-allowed}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:table{display:table}.sm\:table-caption{display:table-caption}.sm\:table-cell{display:table-cell}.sm\:table-column{display:table-column}.sm\:table-column-group{display:table-column-group}.sm\:table-footer-group{display:table-footer-group}.sm\:table-header-group{display:table-header-group}.sm\:table-row-group{display:table-row-group}.sm\:table-row{display:table-row}.sm\:flow-root{display:flow-root}.sm\:grid{display:grid}.sm\:inline-grid{display:inline-grid}.sm\:contents{display:contents}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:place-items-auto{place-items:auto}.sm\:place-items-start{place-items:start}.sm\:place-items-end{place-items:end}.sm\:place-items-center{place-items:center}.sm\:place-items-stretch{place-items:stretch}.sm\:place-content-center{place-content:center}.sm\:place-content-start{place-content:start}.sm\:place-content-end{place-content:end}.sm\:place-content-between{place-content:space-between}.sm\:place-content-around{place-content:space-around}.sm\:place-content-evenly{place-content:space-evenly}.sm\:place-content-stretch{place-content:stretch}.sm\:place-self-auto{place-self:auto}.sm\:place-self-start{place-self:start}.sm\:place-self-end{place-self:end}.sm\:place-self-center{place-self:center}.sm\:place-self-stretch{place-self:stretch}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:items-stretch{align-items:stretch}.sm\:content-center{align-content:center}.sm\:content-start{align-content:flex-start}.sm\:content-end{align-content:flex-end}.sm\:content-between{align-content:space-between}.sm\:content-around{align-content:space-around}.sm\:content-evenly{align-content:space-evenly}.sm\:self-auto{align-self:auto}.sm\:self-start{align-self:flex-start}.sm\:self-end{align-self:flex-end}.sm\:self-center{align-self:center}.sm\:self-stretch{align-self:stretch}.sm\:justify-items-auto{justify-items:auto}.sm\:justify-items-start{justify-items:start}.sm\:justify-items-end{justify-items:end}.sm\:justify-items-center{justify-items:center}.sm\:justify-items-stretch{justify-items:stretch}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:justify-evenly{justify-content:space-evenly}.sm\:justify-self-auto{justify-self:auto}.sm\:justify-self-start{justify-self:start}.sm\:justify-self-end{justify-self:end}.sm\:justify-self-center{justify-self:center}.sm\:justify-self-stretch{justify-self:stretch}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:flex-grow-0{flex-grow:0}.sm\:flex-grow{flex-grow:1}.sm\:flex-shrink-0{flex-shrink:0}.sm\:flex-shrink{flex-shrink:1}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:order-3{order:3}.sm\:order-4{order:4}.sm\:order-5{order:5}.sm\:order-6{order:6}.sm\:order-7{order:7}.sm\:order-8{order:8}.sm\:order-9{order:9}.sm\:order-10{order:10}.sm\:order-11{order:11}.sm\:order-12{order:12}.sm\:order-first{order:-9999}.sm\:order-last{order:9999}.sm\:order-none{order:0}.sm\:float-right{float:right}.sm\:float-left{float:left}.sm\:float-none{float:none}.sm\:clear-left{clear:left}.sm\:clear-right{clear:right}.sm\:clear-both{clear:both}.sm\:clear-none{clear:none}.sm\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.sm\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.sm\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.sm\:font-thin{font-weight:100}.sm\:font-extralight{font-weight:200}.sm\:font-light{font-weight:300}.sm\:font-normal{font-weight:400}.sm\:font-medium{font-weight:500}.sm\:font-semibold{font-weight:600}.sm\:font-bold{font-weight:700}.sm\:font-extrabold{font-weight:800}.sm\:font-black{font-weight:900}.sm\:h-0{height:0}.sm\:h-1{height:.25rem}.sm\:h-2{height:.5rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-8{height:2rem}.sm\:h-9{height:2.25rem}.sm\:h-10{height:2.5rem}.sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-14{height:3.5rem}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-24{height:6rem}.sm\:h-28{height:7rem}.sm\:h-32{height:8rem}.sm\:h-36{height:9rem}.sm\:h-40{height:10rem}.sm\:h-44{height:11rem}.sm\:h-48{height:12rem}.sm\:h-52{height:13rem}.sm\:h-56{height:14rem}.sm\:h-60{height:15rem}.sm\:h-64{height:16rem}.sm\:h-72{height:18rem}.sm\:h-80{height:20rem}.sm\:h-96{height:24rem}.sm\:h-auto{height:auto}.sm\:h-px{height:1px}.sm\:h-0\.5{height:.125rem}.sm\:h-1\.5{height:.375rem}.sm\:h-2\.5{height:.625rem}.sm\:h-3\.5{height:.875rem}.sm\:h-gutter-1{height:.625rem}.sm\:h-gutter-2{height:1.25rem}.sm\:h-1\/2{height:50%}.sm\:h-1\/3{height:33.333333%}.sm\:h-2\/3{height:66.666667%}.sm\:h-1\/4{height:25%}.sm\:h-2\/4{height:50%}.sm\:h-3\/4{height:75%}.sm\:h-1\/5{height:20%}.sm\:h-2\/5{height:40%}.sm\:h-3\/5{height:60%}.sm\:h-4\/5{height:80%}.sm\:h-1\/6{height:16.666667%}.sm\:h-2\/6{height:33.333333%}.sm\:h-3\/6{height:50%}.sm\:h-4\/6{height:66.666667%}.sm\:h-5\/6{height:83.333333%}.sm\:h-full{height:100%}.sm\:h-screen{height:100vh}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-7xl{font-size:4.5rem;line-height:1}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-9xl{font-size:8rem;line-height:1}.sm\:leading-3{line-height:.75rem}.sm\:leading-4{line-height:1rem}.sm\:leading-5{line-height:1.25rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-7{line-height:1.75rem}.sm\:leading-8{line-height:2rem}.sm\:leading-9{line-height:2.25rem}.sm\:leading-10{line-height:2.5rem}.sm\:leading-none{line-height:1}.sm\:leading-tight{line-height:1.25}.sm\:leading-snug{line-height:1.375}.sm\:leading-normal{line-height:1.5}.sm\:leading-relaxed{line-height:1.625}.sm\:leading-loose{line-height:2}.sm\:list-inside{list-style-position:inside}.sm\:list-outside{list-style-position:outside}.sm\:list-none{list-style-type:none}.sm\:list-disc{list-style-type:disc}.sm\:list-decimal{list-style-type:decimal}.sm\:m-0{margin:0}.sm\:m-1{margin:.25rem}.sm\:m-2{margin:.5rem}.sm\:m-3{margin:.75rem}.sm\:m-4{margin:1rem}.sm\:m-5{margin:1.25rem}.sm\:m-6{margin:1.5rem}.sm\:m-7{margin:1.75rem}.sm\:m-8{margin:2rem}.sm\:m-9{margin:2.25rem}.sm\:m-10{margin:2.5rem}.sm\:m-11{margin:2.75rem}.sm\:m-12{margin:3rem}.sm\:m-14{margin:3.5rem}.sm\:m-16{margin:4rem}.sm\:m-20{margin:5rem}.sm\:m-24{margin:6rem}.sm\:m-28{margin:7rem}.sm\:m-32{margin:8rem}.sm\:m-36{margin:9rem}.sm\:m-40{margin:10rem}.sm\:m-44{margin:11rem}.sm\:m-48{margin:12rem}.sm\:m-52{margin:13rem}.sm\:m-56{margin:14rem}.sm\:m-60{margin:15rem}.sm\:m-64{margin:16rem}.sm\:m-72{margin:18rem}.sm\:m-80{margin:20rem}.sm\:m-96{margin:24rem}.sm\:m-auto{margin:auto}.sm\:m-px{margin:1px}.sm\:m-0\.5{margin:.125rem}.sm\:m-1\.5{margin:.375rem}.sm\:m-2\.5{margin:.625rem}.sm\:m-3\.5{margin:.875rem}.sm\:m-gutter-1{margin:.625rem}.sm\:m-gutter-2{margin:1.25rem}.sm\:-m-0{margin:0}.sm\:-m-1{margin:-.25rem}.sm\:-m-2{margin:-.5rem}.sm\:-m-3{margin:-.75rem}.sm\:-m-4{margin:-1rem}.sm\:-m-5{margin:-1.25rem}.sm\:-m-6{margin:-1.5rem}.sm\:-m-7{margin:-1.75rem}.sm\:-m-8{margin:-2rem}.sm\:-m-9{margin:-2.25rem}.sm\:-m-10{margin:-2.5rem}.sm\:-m-11{margin:-2.75rem}.sm\:-m-12{margin:-3rem}.sm\:-m-14{margin:-3.5rem}.sm\:-m-16{margin:-4rem}.sm\:-m-20{margin:-5rem}.sm\:-m-24{margin:-6rem}.sm\:-m-28{margin:-7rem}.sm\:-m-32{margin:-8rem}.sm\:-m-36{margin:-9rem}.sm\:-m-40{margin:-10rem}.sm\:-m-44{margin:-11rem}.sm\:-m-48{margin:-12rem}.sm\:-m-52{margin:-13rem}.sm\:-m-56{margin:-14rem}.sm\:-m-60{margin:-15rem}.sm\:-m-64{margin:-16rem}.sm\:-m-72{margin:-18rem}.sm\:-m-80{margin:-20rem}.sm\:-m-96{margin:-24rem}.sm\:-m-px{margin:-1px}.sm\:-m-0\.5{margin:-.125rem}.sm\:-m-1\.5{margin:-.375rem}.sm\:-m-2\.5{margin:-.625rem}.sm\:-m-3\.5{margin:-.875rem}.sm\:-m-gutter-1{margin:-.625rem}.sm\:-m-gutter-2{margin:-1.25rem}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.sm\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.sm\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.sm\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:mx-20{margin-left:5rem;margin-right:5rem}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:mx-24{margin-left:6rem;margin-right:6rem}.sm\:my-28{margin-top:7rem;margin-bottom:7rem}.sm\:mx-28{margin-left:7rem;margin-right:7rem}.sm\:my-32{margin-top:8rem;margin-bottom:8rem}.sm\:mx-32{margin-left:8rem;margin-right:8rem}.sm\:my-36{margin-top:9rem;margin-bottom:9rem}.sm\:mx-36{margin-left:9rem;margin-right:9rem}.sm\:my-40{margin-top:10rem;margin-bottom:10rem}.sm\:mx-40{margin-left:10rem;margin-right:10rem}.sm\:my-44{margin-top:11rem;margin-bottom:11rem}.sm\:mx-44{margin-left:11rem;margin-right:11rem}.sm\:my-48{margin-top:12rem;margin-bottom:12rem}.sm\:mx-48{margin-left:12rem;margin-right:12rem}.sm\:my-52{margin-top:13rem;margin-bottom:13rem}.sm\:mx-52{margin-left:13rem;margin-right:13rem}.sm\:my-56{margin-top:14rem;margin-bottom:14rem}.sm\:mx-56{margin-left:14rem;margin-right:14rem}.sm\:my-60{margin-top:15rem;margin-bottom:15rem}.sm\:mx-60{margin-left:15rem;margin-right:15rem}.sm\:my-64{margin-top:16rem;margin-bottom:16rem}.sm\:mx-64{margin-left:16rem;margin-right:16rem}.sm\:my-72{margin-top:18rem;margin-bottom:18rem}.sm\:mx-72{margin-left:18rem;margin-right:18rem}.sm\:my-80{margin-top:20rem;margin-bottom:20rem}.sm\:mx-80{margin-left:20rem;margin-right:20rem}.sm\:my-96{margin-top:24rem;margin-bottom:24rem}.sm\:mx-96{margin-left:24rem;margin-right:24rem}.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-px{margin-top:1px;margin-bottom:1px}.sm\:mx-px{margin-left:1px;margin-right:1px}.sm\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.sm\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.sm\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.sm\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.sm\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.sm\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.sm\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.sm\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.sm\:my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.sm\:mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.sm\:my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.sm\:-my-0{margin-top:0;margin-bottom:0}.sm\:-mx-0{margin-left:0;margin-right:0}.sm\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.sm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.sm\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.sm\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.sm\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.sm\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.sm\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.sm\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.sm\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.sm\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.sm\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.sm\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.sm\:-mx-8{margin-left:-2rem;margin-right:-2rem}.sm\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.sm\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.sm\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.sm\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.sm\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.sm\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.sm\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.sm\:-mx-12{margin-left:-3rem;margin-right:-3rem}.sm\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.sm\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.sm\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.sm\:-mx-16{margin-left:-4rem;margin-right:-4rem}.sm\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.sm\:-mx-20{margin-left:-5rem;margin-right:-5rem}.sm\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.sm\:-mx-24{margin-left:-6rem;margin-right:-6rem}.sm\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.sm\:-mx-28{margin-left:-7rem;margin-right:-7rem}.sm\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.sm\:-mx-32{margin-left:-8rem;margin-right:-8rem}.sm\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.sm\:-mx-36{margin-left:-9rem;margin-right:-9rem}.sm\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.sm\:-mx-40{margin-left:-10rem;margin-right:-10rem}.sm\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.sm\:-mx-44{margin-left:-11rem;margin-right:-11rem}.sm\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.sm\:-mx-48{margin-left:-12rem;margin-right:-12rem}.sm\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.sm\:-mx-52{margin-left:-13rem;margin-right:-13rem}.sm\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.sm\:-mx-56{margin-left:-14rem;margin-right:-14rem}.sm\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.sm\:-mx-60{margin-left:-15rem;margin-right:-15rem}.sm\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.sm\:-mx-64{margin-left:-16rem;margin-right:-16rem}.sm\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.sm\:-mx-72{margin-left:-18rem;margin-right:-18rem}.sm\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.sm\:-mx-80{margin-left:-20rem;margin-right:-20rem}.sm\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.sm\:-mx-96{margin-left:-24rem;margin-right:-24rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:-mx-px{margin-left:-1px;margin-right:-1px}.sm\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.sm\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.sm\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.sm\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.sm\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.sm\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.sm\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.sm\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.sm\:-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.sm\:-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.sm\:-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.sm\:-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.sm\:mt-0{margin-top:0}.sm\:mr-0{margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:ml-0{margin-left:0}.sm\:mt-1{margin-top:.25rem}.sm\:mr-1{margin-right:.25rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mr-3{margin-right:.75rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mr-4{margin-right:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mt-7{margin-top:1.75rem}.sm\:mr-7{margin-right:1.75rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:ml-7{margin-left:1.75rem}.sm\:mt-8{margin-top:2rem}.sm\:mr-8{margin-right:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-8{margin-left:2rem}.sm\:mt-9{margin-top:2.25rem}.sm\:mr-9{margin-right:2.25rem}.sm\:mb-9{margin-bottom:2.25rem}.sm\:ml-9{margin-left:2.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:mt-11{margin-top:2.75rem}.sm\:mr-11{margin-right:2.75rem}.sm\:mb-11{margin-bottom:2.75rem}.sm\:ml-11{margin-left:2.75rem}.sm\:mt-12{margin-top:3rem}.sm\:mr-12{margin-right:3rem}.sm\:mb-12{margin-bottom:3rem}.sm\:ml-12{margin-left:3rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mb-14{margin-bottom:3.5rem}.sm\:ml-14{margin-left:3.5rem}.sm\:mt-16{margin-top:4rem}.sm\:mr-16{margin-right:4rem}.sm\:mb-16{margin-bottom:4rem}.sm\:ml-16{margin-left:4rem}.sm\:mt-20{margin-top:5rem}.sm\:mr-20{margin-right:5rem}.sm\:mb-20{margin-bottom:5rem}.sm\:ml-20{margin-left:5rem}.sm\:mt-24{margin-top:6rem}.sm\:mr-24{margin-right:6rem}.sm\:mb-24{margin-bottom:6rem}.sm\:ml-24{margin-left:6rem}.sm\:mt-28{margin-top:7rem}.sm\:mr-28{margin-right:7rem}.sm\:mb-28{margin-bottom:7rem}.sm\:ml-28{margin-left:7rem}.sm\:mt-32{margin-top:8rem}.sm\:mr-32{margin-right:8rem}.sm\:mb-32{margin-bottom:8rem}.sm\:ml-32{margin-left:8rem}.sm\:mt-36{margin-top:9rem}.sm\:mr-36{margin-right:9rem}.sm\:mb-36{margin-bottom:9rem}.sm\:ml-36{margin-left:9rem}.sm\:mt-40{margin-top:10rem}.sm\:mr-40{margin-right:10rem}.sm\:mb-40{margin-bottom:10rem}.sm\:ml-40{margin-left:10rem}.sm\:mt-44{margin-top:11rem}.sm\:mr-44{margin-right:11rem}.sm\:mb-44{margin-bottom:11rem}.sm\:ml-44{margin-left:11rem}.sm\:mt-48{margin-top:12rem}.sm\:mr-48{margin-right:12rem}.sm\:mb-48{margin-bottom:12rem}.sm\:ml-48{margin-left:12rem}.sm\:mt-52{margin-top:13rem}.sm\:mr-52{margin-right:13rem}.sm\:mb-52{margin-bottom:13rem}.sm\:ml-52{margin-left:13rem}.sm\:mt-56{margin-top:14rem}.sm\:mr-56{margin-right:14rem}.sm\:mb-56{margin-bottom:14rem}.sm\:ml-56{margin-left:14rem}.sm\:mt-60{margin-top:15rem}.sm\:mr-60{margin-right:15rem}.sm\:mb-60{margin-bottom:15rem}.sm\:ml-60{margin-left:15rem}.sm\:mt-64{margin-top:16rem}.sm\:mr-64{margin-right:16rem}.sm\:mb-64{margin-bottom:16rem}.sm\:ml-64{margin-left:16rem}.sm\:mt-72{margin-top:18rem}.sm\:mr-72{margin-right:18rem}.sm\:mb-72{margin-bottom:18rem}.sm\:ml-72{margin-left:18rem}.sm\:mt-80{margin-top:20rem}.sm\:mr-80{margin-right:20rem}.sm\:mb-80{margin-bottom:20rem}.sm\:ml-80{margin-left:20rem}.sm\:mt-96{margin-top:24rem}.sm\:mr-96{margin-right:24rem}.sm\:mb-96{margin-bottom:24rem}.sm\:ml-96{margin-left:24rem}.sm\:mt-auto{margin-top:auto}.sm\:mr-auto{margin-right:auto}.sm\:mb-auto{margin-bottom:auto}.sm\:ml-auto{margin-left:auto}.sm\:mt-px{margin-top:1px}.sm\:mr-px{margin-right:1px}.sm\:mb-px{margin-bottom:1px}.sm\:ml-px{margin-left:1px}.sm\:mt-0\.5{margin-top:.125rem}.sm\:mr-0\.5{margin-right:.125rem}.sm\:mb-0\.5{margin-bottom:.125rem}.sm\:ml-0\.5{margin-left:.125rem}.sm\:mt-1\.5{margin-top:.375rem}.sm\:mr-1\.5{margin-right:.375rem}.sm\:mb-1\.5{margin-bottom:.375rem}.sm\:ml-1\.5{margin-left:.375rem}.sm\:mt-2\.5{margin-top:.625rem}.sm\:mr-2\.5{margin-right:.625rem}.sm\:mb-2\.5{margin-bottom:.625rem}.sm\:ml-2\.5{margin-left:.625rem}.sm\:mt-3\.5{margin-top:.875rem}.sm\:mr-3\.5{margin-right:.875rem}.sm\:mb-3\.5{margin-bottom:.875rem}.sm\:ml-3\.5{margin-left:.875rem}.sm\:mt-gutter-1{margin-top:.625rem}.sm\:mr-gutter-1{margin-right:.625rem}.sm\:mb-gutter-1{margin-bottom:.625rem}.sm\:ml-gutter-1{margin-left:.625rem}.sm\:mt-gutter-2{margin-top:1.25rem}.sm\:mr-gutter-2{margin-right:1.25rem}.sm\:mb-gutter-2{margin-bottom:1.25rem}.sm\:ml-gutter-2{margin-left:1.25rem}.sm\:-mt-0{margin-top:0}.sm\:-mr-0{margin-right:0}.sm\:-mb-0{margin-bottom:0}.sm\:-ml-0{margin-left:0}.sm\:-mt-1{margin-top:-.25rem}.sm\:-mr-1{margin-right:-.25rem}.sm\:-mb-1{margin-bottom:-.25rem}.sm\:-ml-1{margin-left:-.25rem}.sm\:-mt-2{margin-top:-.5rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:-mb-2{margin-bottom:-.5rem}.sm\:-ml-2{margin-left:-.5rem}.sm\:-mt-3{margin-top:-.75rem}.sm\:-mr-3{margin-right:-.75rem}.sm\:-mb-3{margin-bottom:-.75rem}.sm\:-ml-3{margin-left:-.75rem}.sm\:-mt-4{margin-top:-1rem}.sm\:-mr-4{margin-right:-1rem}.sm\:-mb-4{margin-bottom:-1rem}.sm\:-ml-4{margin-left:-1rem}.sm\:-mt-5{margin-top:-1.25rem}.sm\:-mr-5{margin-right:-1.25rem}.sm\:-mb-5{margin-bottom:-1.25rem}.sm\:-ml-5{margin-left:-1.25rem}.sm\:-mt-6{margin-top:-1.5rem}.sm\:-mr-6{margin-right:-1.5rem}.sm\:-mb-6{margin-bottom:-1.5rem}.sm\:-ml-6{margin-left:-1.5rem}.sm\:-mt-7{margin-top:-1.75rem}.sm\:-mr-7{margin-right:-1.75rem}.sm\:-mb-7{margin-bottom:-1.75rem}.sm\:-ml-7{margin-left:-1.75rem}.sm\:-mt-8{margin-top:-2rem}.sm\:-mr-8{margin-right:-2rem}.sm\:-mb-8{margin-bottom:-2rem}.sm\:-ml-8{margin-left:-2rem}.sm\:-mt-9{margin-top:-2.25rem}.sm\:-mr-9{margin-right:-2.25rem}.sm\:-mb-9{margin-bottom:-2.25rem}.sm\:-ml-9{margin-left:-2.25rem}.sm\:-mt-10{margin-top:-2.5rem}.sm\:-mr-10{margin-right:-2.5rem}.sm\:-mb-10{margin-bottom:-2.5rem}.sm\:-ml-10{margin-left:-2.5rem}.sm\:-mt-11{margin-top:-2.75rem}.sm\:-mr-11{margin-right:-2.75rem}.sm\:-mb-11{margin-bottom:-2.75rem}.sm\:-ml-11{margin-left:-2.75rem}.sm\:-mt-12{margin-top:-3rem}.sm\:-mr-12{margin-right:-3rem}.sm\:-mb-12{margin-bottom:-3rem}.sm\:-ml-12{margin-left:-3rem}.sm\:-mt-14{margin-top:-3.5rem}.sm\:-mr-14{margin-right:-3.5rem}.sm\:-mb-14{margin-bottom:-3.5rem}.sm\:-ml-14{margin-left:-3.5rem}.sm\:-mt-16{margin-top:-4rem}.sm\:-mr-16{margin-right:-4rem}.sm\:-mb-16{margin-bottom:-4rem}.sm\:-ml-16{margin-left:-4rem}.sm\:-mt-20{margin-top:-5rem}.sm\:-mr-20{margin-right:-5rem}.sm\:-mb-20{margin-bottom:-5rem}.sm\:-ml-20{margin-left:-5rem}.sm\:-mt-24{margin-top:-6rem}.sm\:-mr-24{margin-right:-6rem}.sm\:-mb-24{margin-bottom:-6rem}.sm\:-ml-24{margin-left:-6rem}.sm\:-mt-28{margin-top:-7rem}.sm\:-mr-28{margin-right:-7rem}.sm\:-mb-28{margin-bottom:-7rem}.sm\:-ml-28{margin-left:-7rem}.sm\:-mt-32{margin-top:-8rem}.sm\:-mr-32{margin-right:-8rem}.sm\:-mb-32{margin-bottom:-8rem}.sm\:-ml-32{margin-left:-8rem}.sm\:-mt-36{margin-top:-9rem}.sm\:-mr-36{margin-right:-9rem}.sm\:-mb-36{margin-bottom:-9rem}.sm\:-ml-36{margin-left:-9rem}.sm\:-mt-40{margin-top:-10rem}.sm\:-mr-40{margin-right:-10rem}.sm\:-mb-40{margin-bottom:-10rem}.sm\:-ml-40{margin-left:-10rem}.sm\:-mt-44{margin-top:-11rem}.sm\:-mr-44{margin-right:-11rem}.sm\:-mb-44{margin-bottom:-11rem}.sm\:-ml-44{margin-left:-11rem}.sm\:-mt-48{margin-top:-12rem}.sm\:-mr-48{margin-right:-12rem}.sm\:-mb-48{margin-bottom:-12rem}.sm\:-ml-48{margin-left:-12rem}.sm\:-mt-52{margin-top:-13rem}.sm\:-mr-52{margin-right:-13rem}.sm\:-mb-52{margin-bottom:-13rem}.sm\:-ml-52{margin-left:-13rem}.sm\:-mt-56{margin-top:-14rem}.sm\:-mr-56{margin-right:-14rem}.sm\:-mb-56{margin-bottom:-14rem}.sm\:-ml-56{margin-left:-14rem}.sm\:-mt-60{margin-top:-15rem}.sm\:-mr-60{margin-right:-15rem}.sm\:-mb-60{margin-bottom:-15rem}.sm\:-ml-60{margin-left:-15rem}.sm\:-mt-64{margin-top:-16rem}.sm\:-mr-64{margin-right:-16rem}.sm\:-mb-64{margin-bottom:-16rem}.sm\:-ml-64{margin-left:-16rem}.sm\:-mt-72{margin-top:-18rem}.sm\:-mr-72{margin-right:-18rem}.sm\:-mb-72{margin-bottom:-18rem}.sm\:-ml-72{margin-left:-18rem}.sm\:-mt-80{margin-top:-20rem}.sm\:-mr-80{margin-right:-20rem}.sm\:-mb-80{margin-bottom:-20rem}.sm\:-ml-80{margin-left:-20rem}.sm\:-mt-96{margin-top:-24rem}.sm\:-mr-96{margin-right:-24rem}.sm\:-mb-96{margin-bottom:-24rem}.sm\:-ml-96{margin-left:-24rem}.sm\:-mt-px{margin-top:-1px}.sm\:-mr-px{margin-right:-1px}.sm\:-mb-px{margin-bottom:-1px}.sm\:-ml-px{margin-left:-1px}.sm\:-mt-0\.5{margin-top:-.125rem}.sm\:-mr-0\.5{margin-right:-.125rem}.sm\:-mb-0\.5{margin-bottom:-.125rem}.sm\:-ml-0\.5{margin-left:-.125rem}.sm\:-mt-1\.5{margin-top:-.375rem}.sm\:-mr-1\.5{margin-right:-.375rem}.sm\:-mb-1\.5{margin-bottom:-.375rem}.sm\:-ml-1\.5{margin-left:-.375rem}.sm\:-mt-2\.5{margin-top:-.625rem}.sm\:-mr-2\.5{margin-right:-.625rem}.sm\:-mb-2\.5{margin-bottom:-.625rem}.sm\:-ml-2\.5{margin-left:-.625rem}.sm\:-mt-3\.5{margin-top:-.875rem}.sm\:-mr-3\.5{margin-right:-.875rem}.sm\:-mb-3\.5{margin-bottom:-.875rem}.sm\:-ml-3\.5{margin-left:-.875rem}.sm\:-mt-gutter-1{margin-top:-.625rem}.sm\:-mr-gutter-1{margin-right:-.625rem}.sm\:-mb-gutter-1{margin-bottom:-.625rem}.sm\:-ml-gutter-1{margin-left:-.625rem}.sm\:-mt-gutter-2{margin-top:-1.25rem}.sm\:-mr-gutter-2{margin-right:-1.25rem}.sm\:-mb-gutter-2{margin-bottom:-1.25rem}.sm\:-ml-gutter-2{margin-left:-1.25rem}.sm\:max-h-0{max-height:0px}.sm\:max-h-1{max-height:.25rem}.sm\:max-h-2{max-height:.5rem}.sm\:max-h-3{max-height:.75rem}.sm\:max-h-4{max-height:1rem}.sm\:max-h-5{max-height:1.25rem}.sm\:max-h-6{max-height:1.5rem}.sm\:max-h-7{max-height:1.75rem}.sm\:max-h-8{max-height:2rem}.sm\:max-h-9{max-height:2.25rem}.sm\:max-h-10{max-height:2.5rem}.sm\:max-h-11{max-height:2.75rem}.sm\:max-h-12{max-height:3rem}.sm\:max-h-14{max-height:3.5rem}.sm\:max-h-16{max-height:4rem}.sm\:max-h-20{max-height:5rem}.sm\:max-h-24{max-height:6rem}.sm\:max-h-28{max-height:7rem}.sm\:max-h-32{max-height:8rem}.sm\:max-h-36{max-height:9rem}.sm\:max-h-40{max-height:10rem}.sm\:max-h-44{max-height:11rem}.sm\:max-h-48{max-height:12rem}.sm\:max-h-52{max-height:13rem}.sm\:max-h-56{max-height:14rem}.sm\:max-h-60{max-height:15rem}.sm\:max-h-64{max-height:16rem}.sm\:max-h-72{max-height:18rem}.sm\:max-h-80{max-height:20rem}.sm\:max-h-96{max-height:24rem}.sm\:max-h-px{max-height:1px}.sm\:max-h-0\.5{max-height:.125rem}.sm\:max-h-1\.5{max-height:.375rem}.sm\:max-h-2\.5{max-height:.625rem}.sm\:max-h-3\.5{max-height:.875rem}.sm\:max-h-gutter-1{max-height:.625rem}.sm\:max-h-gutter-2{max-height:1.25rem}.sm\:max-h-full{max-height:100%}.sm\:max-h-screen{max-height:100vh}.sm\:max-w-0{max-width:0}.sm\:max-w-none{max-width:none}.sm\:max-w-xs{max-width:20rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-full{max-width:100%}.sm\:max-w-min{max-width:-moz-min-content;max-width:min-content}.sm\:max-w-max{max-width:-moz-max-content;max-width:max-content}.sm\:max-w-prose{max-width:65ch}.sm\:max-w-screen-sm{max-width:576px}.sm\:max-w-screen-md{max-width:768px}.sm\:max-w-screen-lg{max-width:1024px}.sm\:max-w-screen-xl{max-width:1440px}.sm\:max-w-screen-xxl{max-width:1600px}.sm\:max-w-screen-xxxl{max-width:1920px}.sm\:min-h-0{min-height:0px}.sm\:min-h-full{min-height:100%}.sm\:min-h-screen{min-height:100vh}.sm\:min-w-0{min-width:0}.sm\:min-w-full{min-width:100%}.sm\:min-w-min{min-width:-moz-min-content;min-width:min-content}.sm\:min-w-max{min-width:-moz-max-content;min-width:max-content}.sm\:object-contain{-o-object-fit:contain;object-fit:contain}.sm\:object-cover{-o-object-fit:cover;object-fit:cover}.sm\:object-fill{-o-object-fit:fill;object-fit:fill}.sm\:object-none{-o-object-fit:none;object-fit:none}.sm\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.sm\:object-bottom{-o-object-position:bottom;object-position:bottom}.sm\:object-center{-o-object-position:center;object-position:center}.sm\:object-left{-o-object-position:left;object-position:left}.sm\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.sm\:object-left-top{-o-object-position:left top;object-position:left top}.sm\:object-right{-o-object-position:right;object-position:right}.sm\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.sm\:object-right-top{-o-object-position:right top;object-position:right top}.sm\:object-top{-o-object-position:top;object-position:top}.sm\:opacity-0{opacity:0}.sm\:opacity-5{opacity:.05}.sm\:opacity-10{opacity:.1}.sm\:opacity-20{opacity:.2}.sm\:opacity-25{opacity:.25}.sm\:opacity-30{opacity:.3}.sm\:opacity-40{opacity:.4}.sm\:opacity-50{opacity:.5}.sm\:opacity-60{opacity:.6}.sm\:opacity-70{opacity:.7}.sm\:opacity-75{opacity:.75}.sm\:opacity-80{opacity:.8}.sm\:opacity-90{opacity:.9}.sm\:opacity-95{opacity:.95}.sm\:opacity-100{opacity:1}.group:hover .sm\:group-hover\:opacity-0{opacity:0}.group:hover .sm\:group-hover\:opacity-5{opacity:.05}.group:hover .sm\:group-hover\:opacity-10{opacity:.1}.group:hover .sm\:group-hover\:opacity-20{opacity:.2}.group:hover .sm\:group-hover\:opacity-25{opacity:.25}.group:hover .sm\:group-hover\:opacity-30{opacity:.3}.group:hover .sm\:group-hover\:opacity-40{opacity:.4}.group:hover .sm\:group-hover\:opacity-50{opacity:.5}.group:hover .sm\:group-hover\:opacity-60{opacity:.6}.group:hover .sm\:group-hover\:opacity-70{opacity:.7}.group:hover .sm\:group-hover\:opacity-75{opacity:.75}.group:hover .sm\:group-hover\:opacity-80{opacity:.8}.group:hover .sm\:group-hover\:opacity-90{opacity:.9}.group:hover .sm\:group-hover\:opacity-95{opacity:.95}.group:hover .sm\:group-hover\:opacity-100{opacity:1}.sm\:focus-within\:opacity-0:focus-within{opacity:0}.sm\:focus-within\:opacity-5:focus-within{opacity:.05}.sm\:focus-within\:opacity-10:focus-within{opacity:.1}.sm\:focus-within\:opacity-20:focus-within{opacity:.2}.sm\:focus-within\:opacity-25:focus-within{opacity:.25}.sm\:focus-within\:opacity-30:focus-within{opacity:.3}.sm\:focus-within\:opacity-40:focus-within{opacity:.4}.sm\:focus-within\:opacity-50:focus-within{opacity:.5}.sm\:focus-within\:opacity-60:focus-within{opacity:.6}.sm\:focus-within\:opacity-70:focus-within{opacity:.7}.sm\:focus-within\:opacity-75:focus-within{opacity:.75}.sm\:focus-within\:opacity-80:focus-within{opacity:.8}.sm\:focus-within\:opacity-90:focus-within{opacity:.9}.sm\:focus-within\:opacity-95:focus-within{opacity:.95}.sm\:focus-within\:opacity-100:focus-within{opacity:1}.sm\:hover\:opacity-0:hover{opacity:0}.sm\:hover\:opacity-5:hover{opacity:.05}.sm\:hover\:opacity-10:hover{opacity:.1}.sm\:hover\:opacity-20:hover{opacity:.2}.sm\:hover\:opacity-25:hover{opacity:.25}.sm\:hover\:opacity-30:hover{opacity:.3}.sm\:hover\:opacity-40:hover{opacity:.4}.sm\:hover\:opacity-50:hover{opacity:.5}.sm\:hover\:opacity-60:hover{opacity:.6}.sm\:hover\:opacity-70:hover{opacity:.7}.sm\:hover\:opacity-75:hover{opacity:.75}.sm\:hover\:opacity-80:hover{opacity:.8}.sm\:hover\:opacity-90:hover{opacity:.9}.sm\:hover\:opacity-95:hover{opacity:.95}.sm\:hover\:opacity-100:hover{opacity:1}.sm\:focus\:opacity-0:focus{opacity:0}.sm\:focus\:opacity-5:focus{opacity:.05}.sm\:focus\:opacity-10:focus{opacity:.1}.sm\:focus\:opacity-20:focus{opacity:.2}.sm\:focus\:opacity-25:focus{opacity:.25}.sm\:focus\:opacity-30:focus{opacity:.3}.sm\:focus\:opacity-40:focus{opacity:.4}.sm\:focus\:opacity-50:focus{opacity:.5}.sm\:focus\:opacity-60:focus{opacity:.6}.sm\:focus\:opacity-70:focus{opacity:.7}.sm\:focus\:opacity-75:focus{opacity:.75}.sm\:focus\:opacity-80:focus{opacity:.8}.sm\:focus\:opacity-90:focus{opacity:.9}.sm\:focus\:opacity-95:focus{opacity:.95}.sm\:focus\:opacity-100:focus{opacity:1}.sm\:outline-none{outline:2px solid transparent;outline-offset:2px}.sm\:outline-white{outline:2px dotted #fff;outline-offset:2px}.sm\:outline-black{outline:2px dotted #000;outline-offset:2px}.sm\:focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.sm\:focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.sm\:focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.sm\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.sm\:focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.sm\:focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.sm\:overflow-auto{overflow:auto}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-visible{overflow:visible}.sm\:overflow-scroll{overflow:scroll}.sm\:overflow-x-auto{overflow-x:auto}.sm\:overflow-y-auto{overflow-y:auto}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:overflow-y-hidden{overflow-y:hidden}.sm\:overflow-x-visible{overflow-x:visible}.sm\:overflow-y-visible{overflow-y:visible}.sm\:overflow-x-scroll{overflow-x:scroll}.sm\:overflow-y-scroll{overflow-y:scroll}.sm\:overscroll-auto{overscroll-behavior:auto}.sm\:overscroll-contain{overscroll-behavior:contain}.sm\:overscroll-none{overscroll-behavior:none}.sm\:overscroll-y-auto{overscroll-behavior-y:auto}.sm\:overscroll-y-contain{overscroll-behavior-y:contain}.sm\:overscroll-y-none{overscroll-behavior-y:none}.sm\:overscroll-x-auto{overscroll-behavior-x:auto}.sm\:overscroll-x-contain{overscroll-behavior-x:contain}.sm\:overscroll-x-none{overscroll-behavior-x:none}.sm\:p-0{padding:0}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:p-8{padding:2rem}.sm\:p-9{padding:2.25rem}.sm\:p-10{padding:2.5rem}.sm\:p-11{padding:2.75rem}.sm\:p-12{padding:3rem}.sm\:p-14{padding:3.5rem}.sm\:p-16{padding:4rem}.sm\:p-20{padding:5rem}.sm\:p-24{padding:6rem}.sm\:p-28{padding:7rem}.sm\:p-32{padding:8rem}.sm\:p-36{padding:9rem}.sm\:p-40{padding:10rem}.sm\:p-44{padding:11rem}.sm\:p-48{padding:12rem}.sm\:p-52{padding:13rem}.sm\:p-56{padding:14rem}.sm\:p-60{padding:15rem}.sm\:p-64{padding:16rem}.sm\:p-72{padding:18rem}.sm\:p-80{padding:20rem}.sm\:p-96{padding:24rem}.sm\:p-px{padding:1px}.sm\:p-0\.5{padding:.125rem}.sm\:p-1\.5{padding:.375rem}.sm\:p-2\.5{padding:.625rem}.sm\:p-3\.5{padding:.875rem}.sm\:p-gutter-1{padding:.625rem}.sm\:p-gutter-2{padding:1.25rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:px-0{padding-left:0;padding-right:0}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.sm\:px-11{padding-left:2.75rem;padding-right:2.75rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:px-24{padding-left:6rem;padding-right:6rem}.sm\:py-28{padding-top:7rem;padding-bottom:7rem}.sm\:px-28{padding-left:7rem;padding-right:7rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:py-36{padding-top:9rem;padding-bottom:9rem}.sm\:px-36{padding-left:9rem;padding-right:9rem}.sm\:py-40{padding-top:10rem;padding-bottom:10rem}.sm\:px-40{padding-left:10rem;padding-right:10rem}.sm\:py-44{padding-top:11rem;padding-bottom:11rem}.sm\:px-44{padding-left:11rem;padding-right:11rem}.sm\:py-48{padding-top:12rem;padding-bottom:12rem}.sm\:px-48{padding-left:12rem;padding-right:12rem}.sm\:py-52{padding-top:13rem;padding-bottom:13rem}.sm\:px-52{padding-left:13rem;padding-right:13rem}.sm\:py-56{padding-top:14rem;padding-bottom:14rem}.sm\:px-56{padding-left:14rem;padding-right:14rem}.sm\:py-60{padding-top:15rem;padding-bottom:15rem}.sm\:px-60{padding-left:15rem;padding-right:15rem}.sm\:py-64{padding-top:16rem;padding-bottom:16rem}.sm\:px-64{padding-left:16rem;padding-right:16rem}.sm\:py-72{padding-top:18rem;padding-bottom:18rem}.sm\:px-72{padding-left:18rem;padding-right:18rem}.sm\:py-80{padding-top:20rem;padding-bottom:20rem}.sm\:px-80{padding-left:20rem;padding-right:20rem}.sm\:py-96{padding-top:24rem;padding-bottom:24rem}.sm\:px-96{padding-left:24rem;padding-right:24rem}.sm\:py-px{padding-top:1px;padding-bottom:1px}.sm\:px-px{padding-left:1px;padding-right:1px}.sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.sm\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.sm\:py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.sm\:px-gutter-1{padding-left:.625rem;padding-right:.625rem}.sm\:py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.sm\:pt-0{padding-top:0}.sm\:pr-0{padding-right:0}.sm\:pb-0{padding-bottom:0}.sm\:pl-0{padding-left:0}.sm\:pt-1{padding-top:.25rem}.sm\:pr-1{padding-right:.25rem}.sm\:pb-1{padding-bottom:.25rem}.sm\:pl-1{padding-left:.25rem}.sm\:pt-2{padding-top:.5rem}.sm\:pr-2{padding-right:.5rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pl-2{padding-left:.5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pr-3{padding-right:.75rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pl-3{padding-left:.75rem}.sm\:pt-4{padding-top:1rem}.sm\:pr-4{padding-right:1rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pl-4{padding-left:1rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pt-7{padding-top:1.75rem}.sm\:pr-7{padding-right:1.75rem}.sm\:pb-7{padding-bottom:1.75rem}.sm\:pl-7{padding-left:1.75rem}.sm\:pt-8{padding-top:2rem}.sm\:pr-8{padding-right:2rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-8{padding-left:2rem}.sm\:pt-9{padding-top:2.25rem}.sm\:pr-9{padding-right:2.25rem}.sm\:pb-9{padding-bottom:2.25rem}.sm\:pl-9{padding-left:2.25rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pt-11{padding-top:2.75rem}.sm\:pr-11{padding-right:2.75rem}.sm\:pb-11{padding-bottom:2.75rem}.sm\:pl-11{padding-left:2.75rem}.sm\:pt-12{padding-top:3rem}.sm\:pr-12{padding-right:3rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pl-12{padding-left:3rem}.sm\:pt-14{padding-top:3.5rem}.sm\:pr-14{padding-right:3.5rem}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pl-14{padding-left:3.5rem}.sm\:pt-16{padding-top:4rem}.sm\:pr-16{padding-right:4rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pl-16{padding-left:4rem}.sm\:pt-20{padding-top:5rem}.sm\:pr-20{padding-right:5rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pl-20{padding-left:5rem}.sm\:pt-24{padding-top:6rem}.sm\:pr-24{padding-right:6rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pl-24{padding-left:6rem}.sm\:pt-28{padding-top:7rem}.sm\:pr-28{padding-right:7rem}.sm\:pb-28{padding-bottom:7rem}.sm\:pl-28{padding-left:7rem}.sm\:pt-32{padding-top:8rem}.sm\:pr-32{padding-right:8rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pl-32{padding-left:8rem}.sm\:pt-36{padding-top:9rem}.sm\:pr-36{padding-right:9rem}.sm\:pb-36{padding-bottom:9rem}.sm\:pl-36{padding-left:9rem}.sm\:pt-40{padding-top:10rem}.sm\:pr-40{padding-right:10rem}.sm\:pb-40{padding-bottom:10rem}.sm\:pl-40{padding-left:10rem}.sm\:pt-44{padding-top:11rem}.sm\:pr-44{padding-right:11rem}.sm\:pb-44{padding-bottom:11rem}.sm\:pl-44{padding-left:11rem}.sm\:pt-48{padding-top:12rem}.sm\:pr-48{padding-right:12rem}.sm\:pb-48{padding-bottom:12rem}.sm\:pl-48{padding-left:12rem}.sm\:pt-52{padding-top:13rem}.sm\:pr-52{padding-right:13rem}.sm\:pb-52{padding-bottom:13rem}.sm\:pl-52{padding-left:13rem}.sm\:pt-56{padding-top:14rem}.sm\:pr-56{padding-right:14rem}.sm\:pb-56{padding-bottom:14rem}.sm\:pl-56{padding-left:14rem}.sm\:pt-60{padding-top:15rem}.sm\:pr-60{padding-right:15rem}.sm\:pb-60{padding-bottom:15rem}.sm\:pl-60{padding-left:15rem}.sm\:pt-64{padding-top:16rem}.sm\:pr-64{padding-right:16rem}.sm\:pb-64{padding-bottom:16rem}.sm\:pl-64{padding-left:16rem}.sm\:pt-72{padding-top:18rem}.sm\:pr-72{padding-right:18rem}.sm\:pb-72{padding-bottom:18rem}.sm\:pl-72{padding-left:18rem}.sm\:pt-80{padding-top:20rem}.sm\:pr-80{padding-right:20rem}.sm\:pb-80{padding-bottom:20rem}.sm\:pl-80{padding-left:20rem}.sm\:pt-96{padding-top:24rem}.sm\:pr-96{padding-right:24rem}.sm\:pb-96{padding-bottom:24rem}.sm\:pl-96{padding-left:24rem}.sm\:pt-px{padding-top:1px}.sm\:pr-px{padding-right:1px}.sm\:pb-px{padding-bottom:1px}.sm\:pl-px{padding-left:1px}.sm\:pt-0\.5{padding-top:.125rem}.sm\:pr-0\.5{padding-right:.125rem}.sm\:pb-0\.5{padding-bottom:.125rem}.sm\:pl-0\.5{padding-left:.125rem}.sm\:pt-1\.5{padding-top:.375rem}.sm\:pr-1\.5{padding-right:.375rem}.sm\:pb-1\.5{padding-bottom:.375rem}.sm\:pl-1\.5{padding-left:.375rem}.sm\:pt-2\.5{padding-top:.625rem}.sm\:pr-2\.5{padding-right:.625rem}.sm\:pb-2\.5{padding-bottom:.625rem}.sm\:pl-2\.5{padding-left:.625rem}.sm\:pt-3\.5{padding-top:.875rem}.sm\:pr-3\.5{padding-right:.875rem}.sm\:pb-3\.5{padding-bottom:.875rem}.sm\:pl-3\.5{padding-left:.875rem}.sm\:pt-gutter-1{padding-top:.625rem}.sm\:pr-gutter-1{padding-right:.625rem}.sm\:pb-gutter-1{padding-bottom:.625rem}.sm\:pl-gutter-1{padding-left:.625rem}.sm\:pt-gutter-2{padding-top:1.25rem}.sm\:pr-gutter-2{padding-right:1.25rem}.sm\:pb-gutter-2{padding-bottom:1.25rem}.sm\:pl-gutter-2{padding-left:1.25rem}.sm\:placeholder-transparent::-moz-placeholder{color:transparent}.sm\:placeholder-transparent::placeholder{color:transparent}.sm\:placeholder-current::-moz-placeholder{color:currentColor}.sm\:placeholder-current::placeholder{color:currentColor}.sm\:placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.sm\:placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.sm\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.sm\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.sm\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.sm\:placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.sm\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.sm\:placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.sm\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.sm\:placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.sm\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.sm\:placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.sm\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.sm\:placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.sm\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.sm\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.sm\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.sm\:placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.sm\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.sm\:placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.sm\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.sm\:placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.sm\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.sm\:placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.sm\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.sm\:placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.sm\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.sm\:placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.sm\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.sm\:placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.sm\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.sm\:placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.sm\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.sm\:placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.sm\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.sm\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.sm\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.sm\:placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.sm\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.sm\:placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.sm\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.sm\:placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.sm\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.sm\:placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.sm\:placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.sm\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.sm\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.sm\:focus\:placeholder-current:focus::placeholder{color:currentColor}.sm\:focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.sm\:placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.sm\:placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.sm\:placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.sm\:placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.sm\:placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.sm\:placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.sm\:placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.sm\:placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.sm\:placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.sm\:placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.sm\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.sm\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.sm\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.sm\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.sm\:placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.sm\:placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.sm\:placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.sm\:placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.sm\:placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.sm\:placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.sm\:placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.sm\:placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.sm\:placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.sm\:placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.sm\:placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.sm\:placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.sm\:placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.sm\:placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.sm\:placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.sm\:placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.sm\:focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.sm\:focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.sm\:focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.sm\:focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.sm\:focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.sm\:focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.sm\:focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.sm\:focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.sm\:focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.sm\:focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.sm\:focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.sm\:focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.sm\:focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.sm\:focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.sm\:focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.sm\:pointer-events-none{pointer-events:none}.sm\:pointer-events-auto{pointer-events:auto}.sm\:static{position:static}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:sticky{position:sticky}.sm\:inset-0{top:0;right:0;bottom:0;left:0}.sm\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.sm\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.sm\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.sm\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.sm\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.sm\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.sm\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.sm\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.sm\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.sm\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.sm\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.sm\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.sm\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.sm\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.sm\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.sm\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.sm\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.sm\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.sm\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.sm\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.sm\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.sm\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.sm\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.sm\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.sm\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.sm\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.sm\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.sm\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.sm\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.sm\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.sm\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.sm\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.sm\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.sm\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.sm\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.sm\:inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.sm\:inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.sm\:-inset-0{top:0;right:0;bottom:0;left:0}.sm\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.sm\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.sm\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.sm\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.sm\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.sm\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.sm\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.sm\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.sm\:-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.sm\:-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.sm\:-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.sm\:-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.sm\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.sm\:-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.sm\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.sm\:-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.sm\:-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.sm\:-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.sm\:-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.sm\:-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.sm\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.sm\:-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.sm\:-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.sm\:-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.sm\:-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.sm\:-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.sm\:-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.sm\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.sm\:-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.sm\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.sm\:-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.sm\:-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.sm\:-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.sm\:-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.sm\:-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.sm\:-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.sm\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.sm\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.sm\:inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.sm\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.sm\:inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.sm\:inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.sm\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.sm\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.sm\:-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.sm\:-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.sm\:-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.sm\:-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.sm\:-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.sm\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.sm\:inset-y-0{top:0;bottom:0}.sm\:inset-x-0{right:0;left:0}.sm\:inset-y-1{top:.25rem;bottom:.25rem}.sm\:inset-x-1{right:.25rem;left:.25rem}.sm\:inset-y-2{top:.5rem;bottom:.5rem}.sm\:inset-x-2{right:.5rem;left:.5rem}.sm\:inset-y-3{top:.75rem;bottom:.75rem}.sm\:inset-x-3{right:.75rem;left:.75rem}.sm\:inset-y-4{top:1rem;bottom:1rem}.sm\:inset-x-4{right:1rem;left:1rem}.sm\:inset-y-5{top:1.25rem;bottom:1.25rem}.sm\:inset-x-5{right:1.25rem;left:1.25rem}.sm\:inset-y-6{top:1.5rem;bottom:1.5rem}.sm\:inset-x-6{right:1.5rem;left:1.5rem}.sm\:inset-y-7{top:1.75rem;bottom:1.75rem}.sm\:inset-x-7{right:1.75rem;left:1.75rem}.sm\:inset-y-8{top:2rem;bottom:2rem}.sm\:inset-x-8{right:2rem;left:2rem}.sm\:inset-y-9{top:2.25rem;bottom:2.25rem}.sm\:inset-x-9{right:2.25rem;left:2.25rem}.sm\:inset-y-10{top:2.5rem;bottom:2.5rem}.sm\:inset-x-10{right:2.5rem;left:2.5rem}.sm\:inset-y-11{top:2.75rem;bottom:2.75rem}.sm\:inset-x-11{right:2.75rem;left:2.75rem}.sm\:inset-y-12{top:3rem;bottom:3rem}.sm\:inset-x-12{right:3rem;left:3rem}.sm\:inset-y-14{top:3.5rem;bottom:3.5rem}.sm\:inset-x-14{right:3.5rem;left:3.5rem}.sm\:inset-y-16{top:4rem;bottom:4rem}.sm\:inset-x-16{right:4rem;left:4rem}.sm\:inset-y-20{top:5rem;bottom:5rem}.sm\:inset-x-20{right:5rem;left:5rem}.sm\:inset-y-24{top:6rem;bottom:6rem}.sm\:inset-x-24{right:6rem;left:6rem}.sm\:inset-y-28{top:7rem;bottom:7rem}.sm\:inset-x-28{right:7rem;left:7rem}.sm\:inset-y-32{top:8rem;bottom:8rem}.sm\:inset-x-32{right:8rem;left:8rem}.sm\:inset-y-36{top:9rem;bottom:9rem}.sm\:inset-x-36{right:9rem;left:9rem}.sm\:inset-y-40{top:10rem;bottom:10rem}.sm\:inset-x-40{right:10rem;left:10rem}.sm\:inset-y-44{top:11rem;bottom:11rem}.sm\:inset-x-44{right:11rem;left:11rem}.sm\:inset-y-48{top:12rem;bottom:12rem}.sm\:inset-x-48{right:12rem;left:12rem}.sm\:inset-y-52{top:13rem;bottom:13rem}.sm\:inset-x-52{right:13rem;left:13rem}.sm\:inset-y-56{top:14rem;bottom:14rem}.sm\:inset-x-56{right:14rem;left:14rem}.sm\:inset-y-60{top:15rem;bottom:15rem}.sm\:inset-x-60{right:15rem;left:15rem}.sm\:inset-y-64{top:16rem;bottom:16rem}.sm\:inset-x-64{right:16rem;left:16rem}.sm\:inset-y-72{top:18rem;bottom:18rem}.sm\:inset-x-72{right:18rem;left:18rem}.sm\:inset-y-80{top:20rem;bottom:20rem}.sm\:inset-x-80{right:20rem;left:20rem}.sm\:inset-y-96{top:24rem;bottom:24rem}.sm\:inset-x-96{right:24rem;left:24rem}.sm\:inset-y-auto{top:auto;bottom:auto}.sm\:inset-x-auto{right:auto;left:auto}.sm\:inset-y-px{top:1px;bottom:1px}.sm\:inset-x-px{right:1px;left:1px}.sm\:inset-y-0\.5{top:.125rem;bottom:.125rem}.sm\:inset-x-0\.5{right:.125rem;left:.125rem}.sm\:inset-y-1\.5{top:.375rem;bottom:.375rem}.sm\:inset-x-1\.5{right:.375rem;left:.375rem}.sm\:inset-y-2\.5{top:.625rem;bottom:.625rem}.sm\:inset-x-2\.5{right:.625rem;left:.625rem}.sm\:inset-y-3\.5{top:.875rem;bottom:.875rem}.sm\:inset-x-3\.5{right:.875rem;left:.875rem}.sm\:inset-y-gutter-1{top:.625rem;bottom:.625rem}.sm\:inset-x-gutter-1{right:.625rem;left:.625rem}.sm\:inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.sm\:inset-x-gutter-2{right:1.25rem;left:1.25rem}.sm\:-inset-y-0{top:0;bottom:0}.sm\:-inset-x-0{right:0;left:0}.sm\:-inset-y-1{top:-.25rem;bottom:-.25rem}.sm\:-inset-x-1{right:-.25rem;left:-.25rem}.sm\:-inset-y-2{top:-.5rem;bottom:-.5rem}.sm\:-inset-x-2{right:-.5rem;left:-.5rem}.sm\:-inset-y-3{top:-.75rem;bottom:-.75rem}.sm\:-inset-x-3{right:-.75rem;left:-.75rem}.sm\:-inset-y-4{top:-1rem;bottom:-1rem}.sm\:-inset-x-4{right:-1rem;left:-1rem}.sm\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.sm\:-inset-x-5{right:-1.25rem;left:-1.25rem}.sm\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.sm\:-inset-x-6{right:-1.5rem;left:-1.5rem}.sm\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.sm\:-inset-x-7{right:-1.75rem;left:-1.75rem}.sm\:-inset-y-8{top:-2rem;bottom:-2rem}.sm\:-inset-x-8{right:-2rem;left:-2rem}.sm\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.sm\:-inset-x-9{right:-2.25rem;left:-2.25rem}.sm\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.sm\:-inset-x-10{right:-2.5rem;left:-2.5rem}.sm\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.sm\:-inset-x-11{right:-2.75rem;left:-2.75rem}.sm\:-inset-y-12{top:-3rem;bottom:-3rem}.sm\:-inset-x-12{right:-3rem;left:-3rem}.sm\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.sm\:-inset-x-14{right:-3.5rem;left:-3.5rem}.sm\:-inset-y-16{top:-4rem;bottom:-4rem}.sm\:-inset-x-16{right:-4rem;left:-4rem}.sm\:-inset-y-20{top:-5rem;bottom:-5rem}.sm\:-inset-x-20{right:-5rem;left:-5rem}.sm\:-inset-y-24{top:-6rem;bottom:-6rem}.sm\:-inset-x-24{right:-6rem;left:-6rem}.sm\:-inset-y-28{top:-7rem;bottom:-7rem}.sm\:-inset-x-28{right:-7rem;left:-7rem}.sm\:-inset-y-32{top:-8rem;bottom:-8rem}.sm\:-inset-x-32{right:-8rem;left:-8rem}.sm\:-inset-y-36{top:-9rem;bottom:-9rem}.sm\:-inset-x-36{right:-9rem;left:-9rem}.sm\:-inset-y-40{top:-10rem;bottom:-10rem}.sm\:-inset-x-40{right:-10rem;left:-10rem}.sm\:-inset-y-44{top:-11rem;bottom:-11rem}.sm\:-inset-x-44{right:-11rem;left:-11rem}.sm\:-inset-y-48{top:-12rem;bottom:-12rem}.sm\:-inset-x-48{right:-12rem;left:-12rem}.sm\:-inset-y-52{top:-13rem;bottom:-13rem}.sm\:-inset-x-52{right:-13rem;left:-13rem}.sm\:-inset-y-56{top:-14rem;bottom:-14rem}.sm\:-inset-x-56{right:-14rem;left:-14rem}.sm\:-inset-y-60{top:-15rem;bottom:-15rem}.sm\:-inset-x-60{right:-15rem;left:-15rem}.sm\:-inset-y-64{top:-16rem;bottom:-16rem}.sm\:-inset-x-64{right:-16rem;left:-16rem}.sm\:-inset-y-72{top:-18rem;bottom:-18rem}.sm\:-inset-x-72{right:-18rem;left:-18rem}.sm\:-inset-y-80{top:-20rem;bottom:-20rem}.sm\:-inset-x-80{right:-20rem;left:-20rem}.sm\:-inset-y-96{top:-24rem;bottom:-24rem}.sm\:-inset-x-96{right:-24rem;left:-24rem}.sm\:-inset-y-px{top:-1px;bottom:-1px}.sm\:-inset-x-px{right:-1px;left:-1px}.sm\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.sm\:-inset-x-0\.5{right:-.125rem;left:-.125rem}.sm\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.sm\:-inset-x-1\.5{right:-.375rem;left:-.375rem}.sm\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.sm\:-inset-x-2\.5{right:-.625rem;left:-.625rem}.sm\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.sm\:-inset-x-3\.5{right:-.875rem;left:-.875rem}.sm\:-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.sm\:-inset-x-gutter-1{right:-.625rem;left:-.625rem}.sm\:-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.sm\:-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.sm\:inset-y-1\/2{top:50%;bottom:50%}.sm\:inset-x-1\/2{right:50%;left:50%}.sm\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.sm\:inset-x-1\/3{right:33.333333%;left:33.333333%}.sm\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.sm\:inset-x-2\/3{right:66.666667%;left:66.666667%}.sm\:inset-y-1\/4{top:25%;bottom:25%}.sm\:inset-x-1\/4{right:25%;left:25%}.sm\:inset-y-2\/4{top:50%;bottom:50%}.sm\:inset-x-2\/4{right:50%;left:50%}.sm\:inset-y-3\/4{top:75%;bottom:75%}.sm\:inset-x-3\/4{right:75%;left:75%}.sm\:inset-y-full{top:100%;bottom:100%}.sm\:inset-x-full{right:100%;left:100%}.sm\:-inset-y-1\/2{top:-50%;bottom:-50%}.sm\:-inset-x-1\/2{right:-50%;left:-50%}.sm\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.sm\:-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.sm\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.sm\:-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.sm\:-inset-y-1\/4{top:-25%;bottom:-25%}.sm\:-inset-x-1\/4{right:-25%;left:-25%}.sm\:-inset-y-2\/4{top:-50%;bottom:-50%}.sm\:-inset-x-2\/4{right:-50%;left:-50%}.sm\:-inset-y-3\/4{top:-75%;bottom:-75%}.sm\:-inset-x-3\/4{right:-75%;left:-75%}.sm\:-inset-y-full{top:-100%;bottom:-100%}.sm\:-inset-x-full{right:-100%;left:-100%}.sm\:top-0{top:0}.sm\:right-0{right:0}.sm\:bottom-0{bottom:0}.sm\:left-0{left:0}.sm\:top-1{top:.25rem}.sm\:right-1{right:.25rem}.sm\:bottom-1{bottom:.25rem}.sm\:left-1{left:.25rem}.sm\:top-2{top:.5rem}.sm\:right-2{right:.5rem}.sm\:bottom-2{bottom:.5rem}.sm\:left-2{left:.5rem}.sm\:top-3{top:.75rem}.sm\:right-3{right:.75rem}.sm\:bottom-3{bottom:.75rem}.sm\:left-3{left:.75rem}.sm\:top-4{top:1rem}.sm\:right-4{right:1rem}.sm\:bottom-4{bottom:1rem}.sm\:left-4{left:1rem}.sm\:top-5{top:1.25rem}.sm\:right-5{right:1.25rem}.sm\:bottom-5{bottom:1.25rem}.sm\:left-5{left:1.25rem}.sm\:top-6{top:1.5rem}.sm\:right-6{right:1.5rem}.sm\:bottom-6{bottom:1.5rem}.sm\:left-6{left:1.5rem}.sm\:top-7{top:1.75rem}.sm\:right-7{right:1.75rem}.sm\:bottom-7{bottom:1.75rem}.sm\:left-7{left:1.75rem}.sm\:top-8{top:2rem}.sm\:right-8{right:2rem}.sm\:bottom-8{bottom:2rem}.sm\:left-8{left:2rem}.sm\:top-9{top:2.25rem}.sm\:right-9{right:2.25rem}.sm\:bottom-9{bottom:2.25rem}.sm\:left-9{left:2.25rem}.sm\:top-10{top:2.5rem}.sm\:right-10{right:2.5rem}.sm\:bottom-10{bottom:2.5rem}.sm\:left-10{left:2.5rem}.sm\:top-11{top:2.75rem}.sm\:right-11{right:2.75rem}.sm\:bottom-11{bottom:2.75rem}.sm\:left-11{left:2.75rem}.sm\:top-12{top:3rem}.sm\:right-12{right:3rem}.sm\:bottom-12{bottom:3rem}.sm\:left-12{left:3rem}.sm\:top-14{top:3.5rem}.sm\:right-14{right:3.5rem}.sm\:bottom-14{bottom:3.5rem}.sm\:left-14{left:3.5rem}.sm\:top-16{top:4rem}.sm\:right-16{right:4rem}.sm\:bottom-16{bottom:4rem}.sm\:left-16{left:4rem}.sm\:top-20{top:5rem}.sm\:right-20{right:5rem}.sm\:bottom-20{bottom:5rem}.sm\:left-20{left:5rem}.sm\:top-24{top:6rem}.sm\:right-24{right:6rem}.sm\:bottom-24{bottom:6rem}.sm\:left-24{left:6rem}.sm\:top-28{top:7rem}.sm\:right-28{right:7rem}.sm\:bottom-28{bottom:7rem}.sm\:left-28{left:7rem}.sm\:top-32{top:8rem}.sm\:right-32{right:8rem}.sm\:bottom-32{bottom:8rem}.sm\:left-32{left:8rem}.sm\:top-36{top:9rem}.sm\:right-36{right:9rem}.sm\:bottom-36{bottom:9rem}.sm\:left-36{left:9rem}.sm\:top-40{top:10rem}.sm\:right-40{right:10rem}.sm\:bottom-40{bottom:10rem}.sm\:left-40{left:10rem}.sm\:top-44{top:11rem}.sm\:right-44{right:11rem}.sm\:bottom-44{bottom:11rem}.sm\:left-44{left:11rem}.sm\:top-48{top:12rem}.sm\:right-48{right:12rem}.sm\:bottom-48{bottom:12rem}.sm\:left-48{left:12rem}.sm\:top-52{top:13rem}.sm\:right-52{right:13rem}.sm\:bottom-52{bottom:13rem}.sm\:left-52{left:13rem}.sm\:top-56{top:14rem}.sm\:right-56{right:14rem}.sm\:bottom-56{bottom:14rem}.sm\:left-56{left:14rem}.sm\:top-60{top:15rem}.sm\:right-60{right:15rem}.sm\:bottom-60{bottom:15rem}.sm\:left-60{left:15rem}.sm\:top-64{top:16rem}.sm\:right-64{right:16rem}.sm\:bottom-64{bottom:16rem}.sm\:left-64{left:16rem}.sm\:top-72{top:18rem}.sm\:right-72{right:18rem}.sm\:bottom-72{bottom:18rem}.sm\:left-72{left:18rem}.sm\:top-80{top:20rem}.sm\:right-80{right:20rem}.sm\:bottom-80{bottom:20rem}.sm\:left-80{left:20rem}.sm\:top-96{top:24rem}.sm\:right-96{right:24rem}.sm\:bottom-96{bottom:24rem}.sm\:left-96{left:24rem}.sm\:top-auto{top:auto}.sm\:right-auto{right:auto}.sm\:bottom-auto{bottom:auto}.sm\:left-auto{left:auto}.sm\:top-px{top:1px}.sm\:right-px{right:1px}.sm\:bottom-px{bottom:1px}.sm\:left-px{left:1px}.sm\:top-0\.5{top:.125rem}.sm\:right-0\.5{right:.125rem}.sm\:bottom-0\.5{bottom:.125rem}.sm\:left-0\.5{left:.125rem}.sm\:top-1\.5{top:.375rem}.sm\:right-1\.5{right:.375rem}.sm\:bottom-1\.5{bottom:.375rem}.sm\:left-1\.5{left:.375rem}.sm\:top-2\.5{top:.625rem}.sm\:right-2\.5{right:.625rem}.sm\:bottom-2\.5{bottom:.625rem}.sm\:left-2\.5{left:.625rem}.sm\:top-3\.5{top:.875rem}.sm\:right-3\.5{right:.875rem}.sm\:bottom-3\.5{bottom:.875rem}.sm\:left-3\.5{left:.875rem}.sm\:top-gutter-1{top:.625rem}.sm\:right-gutter-1{right:.625rem}.sm\:bottom-gutter-1{bottom:.625rem}.sm\:left-gutter-1{left:.625rem}.sm\:top-gutter-2{top:1.25rem}.sm\:right-gutter-2{right:1.25rem}.sm\:bottom-gutter-2{bottom:1.25rem}.sm\:left-gutter-2{left:1.25rem}.sm\:-top-0{top:0}.sm\:-right-0{right:0}.sm\:-bottom-0{bottom:0}.sm\:-left-0{left:0}.sm\:-top-1{top:-.25rem}.sm\:-right-1{right:-.25rem}.sm\:-bottom-1{bottom:-.25rem}.sm\:-left-1{left:-.25rem}.sm\:-top-2{top:-.5rem}.sm\:-right-2{right:-.5rem}.sm\:-bottom-2{bottom:-.5rem}.sm\:-left-2{left:-.5rem}.sm\:-top-3{top:-.75rem}.sm\:-right-3{right:-.75rem}.sm\:-bottom-3{bottom:-.75rem}.sm\:-left-3{left:-.75rem}.sm\:-top-4{top:-1rem}.sm\:-right-4{right:-1rem}.sm\:-bottom-4{bottom:-1rem}.sm\:-left-4{left:-1rem}.sm\:-top-5{top:-1.25rem}.sm\:-right-5{right:-1.25rem}.sm\:-bottom-5{bottom:-1.25rem}.sm\:-left-5{left:-1.25rem}.sm\:-top-6{top:-1.5rem}.sm\:-right-6{right:-1.5rem}.sm\:-bottom-6{bottom:-1.5rem}.sm\:-left-6{left:-1.5rem}.sm\:-top-7{top:-1.75rem}.sm\:-right-7{right:-1.75rem}.sm\:-bottom-7{bottom:-1.75rem}.sm\:-left-7{left:-1.75rem}.sm\:-top-8{top:-2rem}.sm\:-right-8{right:-2rem}.sm\:-bottom-8{bottom:-2rem}.sm\:-left-8{left:-2rem}.sm\:-top-9{top:-2.25rem}.sm\:-right-9{right:-2.25rem}.sm\:-bottom-9{bottom:-2.25rem}.sm\:-left-9{left:-2.25rem}.sm\:-top-10{top:-2.5rem}.sm\:-right-10{right:-2.5rem}.sm\:-bottom-10{bottom:-2.5rem}.sm\:-left-10{left:-2.5rem}.sm\:-top-11{top:-2.75rem}.sm\:-right-11{right:-2.75rem}.sm\:-bottom-11{bottom:-2.75rem}.sm\:-left-11{left:-2.75rem}.sm\:-top-12{top:-3rem}.sm\:-right-12{right:-3rem}.sm\:-bottom-12{bottom:-3rem}.sm\:-left-12{left:-3rem}.sm\:-top-14{top:-3.5rem}.sm\:-right-14{right:-3.5rem}.sm\:-bottom-14{bottom:-3.5rem}.sm\:-left-14{left:-3.5rem}.sm\:-top-16{top:-4rem}.sm\:-right-16{right:-4rem}.sm\:-bottom-16{bottom:-4rem}.sm\:-left-16{left:-4rem}.sm\:-top-20{top:-5rem}.sm\:-right-20{right:-5rem}.sm\:-bottom-20{bottom:-5rem}.sm\:-left-20{left:-5rem}.sm\:-top-24{top:-6rem}.sm\:-right-24{right:-6rem}.sm\:-bottom-24{bottom:-6rem}.sm\:-left-24{left:-6rem}.sm\:-top-28{top:-7rem}.sm\:-right-28{right:-7rem}.sm\:-bottom-28{bottom:-7rem}.sm\:-left-28{left:-7rem}.sm\:-top-32{top:-8rem}.sm\:-right-32{right:-8rem}.sm\:-bottom-32{bottom:-8rem}.sm\:-left-32{left:-8rem}.sm\:-top-36{top:-9rem}.sm\:-right-36{right:-9rem}.sm\:-bottom-36{bottom:-9rem}.sm\:-left-36{left:-9rem}.sm\:-top-40{top:-10rem}.sm\:-right-40{right:-10rem}.sm\:-bottom-40{bottom:-10rem}.sm\:-left-40{left:-10rem}.sm\:-top-44{top:-11rem}.sm\:-right-44{right:-11rem}.sm\:-bottom-44{bottom:-11rem}.sm\:-left-44{left:-11rem}.sm\:-top-48{top:-12rem}.sm\:-right-48{right:-12rem}.sm\:-bottom-48{bottom:-12rem}.sm\:-left-48{left:-12rem}.sm\:-top-52{top:-13rem}.sm\:-right-52{right:-13rem}.sm\:-bottom-52{bottom:-13rem}.sm\:-left-52{left:-13rem}.sm\:-top-56{top:-14rem}.sm\:-right-56{right:-14rem}.sm\:-bottom-56{bottom:-14rem}.sm\:-left-56{left:-14rem}.sm\:-top-60{top:-15rem}.sm\:-right-60{right:-15rem}.sm\:-bottom-60{bottom:-15rem}.sm\:-left-60{left:-15rem}.sm\:-top-64{top:-16rem}.sm\:-right-64{right:-16rem}.sm\:-bottom-64{bottom:-16rem}.sm\:-left-64{left:-16rem}.sm\:-top-72{top:-18rem}.sm\:-right-72{right:-18rem}.sm\:-bottom-72{bottom:-18rem}.sm\:-left-72{left:-18rem}.sm\:-top-80{top:-20rem}.sm\:-right-80{right:-20rem}.sm\:-bottom-80{bottom:-20rem}.sm\:-left-80{left:-20rem}.sm\:-top-96{top:-24rem}.sm\:-right-96{right:-24rem}.sm\:-bottom-96{bottom:-24rem}.sm\:-left-96{left:-24rem}.sm\:-top-px{top:-1px}.sm\:-right-px{right:-1px}.sm\:-bottom-px{bottom:-1px}.sm\:-left-px{left:-1px}.sm\:-top-0\.5{top:-.125rem}.sm\:-right-0\.5{right:-.125rem}.sm\:-bottom-0\.5{bottom:-.125rem}.sm\:-left-0\.5{left:-.125rem}.sm\:-top-1\.5{top:-.375rem}.sm\:-right-1\.5{right:-.375rem}.sm\:-bottom-1\.5{bottom:-.375rem}.sm\:-left-1\.5{left:-.375rem}.sm\:-top-2\.5{top:-.625rem}.sm\:-right-2\.5{right:-.625rem}.sm\:-bottom-2\.5{bottom:-.625rem}.sm\:-left-2\.5{left:-.625rem}.sm\:-top-3\.5{top:-.875rem}.sm\:-right-3\.5{right:-.875rem}.sm\:-bottom-3\.5{bottom:-.875rem}.sm\:-left-3\.5{left:-.875rem}.sm\:-top-gutter-1{top:-.625rem}.sm\:-right-gutter-1{right:-.625rem}.sm\:-bottom-gutter-1{bottom:-.625rem}.sm\:-left-gutter-1{left:-.625rem}.sm\:-top-gutter-2{top:-1.25rem}.sm\:-right-gutter-2{right:-1.25rem}.sm\:-bottom-gutter-2{bottom:-1.25rem}.sm\:-left-gutter-2{left:-1.25rem}.sm\:top-1\/2{top:50%}.sm\:right-1\/2{right:50%}.sm\:bottom-1\/2{bottom:50%}.sm\:left-1\/2{left:50%}.sm\:top-1\/3{top:33.333333%}.sm\:right-1\/3{right:33.333333%}.sm\:bottom-1\/3{bottom:33.333333%}.sm\:left-1\/3{left:33.333333%}.sm\:top-2\/3{top:66.666667%}.sm\:right-2\/3{right:66.666667%}.sm\:bottom-2\/3{bottom:66.666667%}.sm\:left-2\/3{left:66.666667%}.sm\:top-1\/4{top:25%}.sm\:right-1\/4{right:25%}.sm\:bottom-1\/4{bottom:25%}.sm\:left-1\/4{left:25%}.sm\:top-2\/4{top:50%}.sm\:right-2\/4{right:50%}.sm\:bottom-2\/4{bottom:50%}.sm\:left-2\/4{left:50%}.sm\:top-3\/4{top:75%}.sm\:right-3\/4{right:75%}.sm\:bottom-3\/4{bottom:75%}.sm\:left-3\/4{left:75%}.sm\:top-full{top:100%}.sm\:right-full{right:100%}.sm\:bottom-full{bottom:100%}.sm\:left-full{left:100%}.sm\:-top-1\/2{top:-50%}.sm\:-right-1\/2{right:-50%}.sm\:-bottom-1\/2{bottom:-50%}.sm\:-left-1\/2{left:-50%}.sm\:-top-1\/3{top:-33.333333%}.sm\:-right-1\/3{right:-33.333333%}.sm\:-bottom-1\/3{bottom:-33.333333%}.sm\:-left-1\/3{left:-33.333333%}.sm\:-top-2\/3{top:-66.666667%}.sm\:-right-2\/3{right:-66.666667%}.sm\:-bottom-2\/3{bottom:-66.666667%}.sm\:-left-2\/3{left:-66.666667%}.sm\:-top-1\/4{top:-25%}.sm\:-right-1\/4{right:-25%}.sm\:-bottom-1\/4{bottom:-25%}.sm\:-left-1\/4{left:-25%}.sm\:-top-2\/4{top:-50%}.sm\:-right-2\/4{right:-50%}.sm\:-bottom-2\/4{bottom:-50%}.sm\:-left-2\/4{left:-50%}.sm\:-top-3\/4{top:-75%}.sm\:-right-3\/4{right:-75%}.sm\:-bottom-3\/4{bottom:-75%}.sm\:-left-3\/4{left:-75%}.sm\:-top-full{top:-100%}.sm\:-right-full{right:-100%}.sm\:-bottom-full{bottom:-100%}.sm\:-left-full{left:-100%}.sm\:resize-none{resize:none}.sm\:resize-y{resize:vertical}.sm\:resize-x{resize:horizontal}.sm\:resize{resize:both}.sm\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .sm\:group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:ring-inset{--tw-ring-inset:inset}.sm\:focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.sm\: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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.sm\:focus\:ring-inset:focus{--tw-ring-inset:inset}.sm\:ring-offset-transparent{--tw-ring-offset-color:transparent}.sm\:ring-offset-current{--tw-ring-offset-color:currentColor}.sm\:ring-offset-black{--tw-ring-offset-color:#000}.sm\:ring-offset-white{--tw-ring-offset-color:#fff}.sm\:ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.sm\:ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.sm\:ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.sm\:ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.sm\:ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.sm\:ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.sm\:ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.sm\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.sm\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.sm\:ring-offset-gray-900{--tw-ring-offset-color:#111827}.sm\:ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.sm\:ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.sm\:ring-offset-red-200{--tw-ring-offset-color:#fecaca}.sm\:ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.sm\:ring-offset-red-400{--tw-ring-offset-color:#f87171}.sm\:ring-offset-red-500{--tw-ring-offset-color:#ef4444}.sm\:ring-offset-red-600{--tw-ring-offset-color:#dc2626}.sm\:ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.sm\:ring-offset-red-800{--tw-ring-offset-color:#991b1b}.sm\:ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.sm\:ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.sm\:ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.sm\:ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.sm\:ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.sm\:ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.sm\:ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.sm\:ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.sm\:ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.sm\:ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.sm\:ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.sm\:ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.sm\:ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.sm\:ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.sm\:ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.sm\:ring-offset-green-400{--tw-ring-offset-color:#34d399}.sm\:ring-offset-green-500{--tw-ring-offset-color:#10b981}.sm\:ring-offset-green-600{--tw-ring-offset-color:#059669}.sm\:ring-offset-green-700{--tw-ring-offset-color:#047857}.sm\:ring-offset-green-800{--tw-ring-offset-color:#065f46}.sm\:ring-offset-green-900{--tw-ring-offset-color:#064e3b}.sm\:ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.sm\:ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.sm\:ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.sm\:ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.sm\:ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.sm\:ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.sm\:ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.sm\:ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.sm\:ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.sm\:ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.sm\:ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.sm\:ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.sm\:ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.sm\:ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.sm\:ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.sm\:ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.sm\:ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.sm\:ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.sm\:ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.sm\:ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.sm\:ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.sm\:ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.sm\:ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.sm\:ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.sm\:ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.sm\:ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.sm\:ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.sm\:ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.sm\:ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.sm\:ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.sm\:ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.sm\:ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.sm\:ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.sm\:ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.sm\:ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.sm\:ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.sm\:ring-offset-pink-600{--tw-ring-offset-color:#db2777}.sm\:ring-offset-pink-700{--tw-ring-offset-color:#be185d}.sm\:ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.sm\:ring-offset-pink-900{--tw-ring-offset-color:#831843}.sm\:focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.sm\:focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.sm\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.sm\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.sm\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.sm\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.sm\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.sm\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.sm\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.sm\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.sm\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.sm\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.sm\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.sm\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.sm\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.sm\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.sm\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.sm\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.sm\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.sm\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.sm\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.sm\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.sm\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.sm\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.sm\:focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.sm\:focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.sm\:focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.sm\:focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.sm\:focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.sm\:focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.sm\:focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.sm\:focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.sm\:focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.sm\:focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.sm\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.sm\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.sm\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.sm\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.sm\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.sm\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.sm\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.sm\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.sm\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.sm\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.sm\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.sm\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.sm\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.sm\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.sm\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.sm\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.sm\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.sm\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.sm\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.sm\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.sm\:focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.sm\:focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.sm\:focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.sm\:focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.sm\:focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.sm\:focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.sm\:focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.sm\:focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.sm\:focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.sm\:focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.sm\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.sm\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.sm\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.sm\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.sm\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.sm\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.sm\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.sm\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.sm\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.sm\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.sm\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.sm\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.sm\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.sm\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.sm\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.sm\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.sm\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.sm\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.sm\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.sm\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.sm\:focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.sm\:focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.sm\:focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.sm\:focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.sm\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.sm\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.sm\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.sm\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.sm\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.sm\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.sm\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.sm\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.sm\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.sm\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.sm\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.sm\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.sm\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.sm\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.sm\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.sm\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.sm\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.sm\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.sm\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.sm\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.sm\:focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.sm\:focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.sm\:focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.sm\:focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.sm\:focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.sm\:focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.sm\:focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.sm\:focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.sm\:focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.sm\:focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.sm\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.sm\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.sm\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.sm\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.sm\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.sm\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.sm\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.sm\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.sm\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.sm\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.sm\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.sm\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.sm\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.sm\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.sm\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.sm\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.sm\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.sm\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.sm\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.sm\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.sm\:focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.sm\:focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.sm\:focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.sm\:focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.sm\:focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.sm\:focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.sm\:focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.sm\:focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.sm\:focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.sm\:focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.sm\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.sm\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.sm\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.sm\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.sm\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.sm\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.sm\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.sm\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.sm\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.sm\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.sm\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.sm\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.sm\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.sm\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.sm\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.sm\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.sm\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.sm\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.sm\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.sm\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.sm\:ring-offset-0{--tw-ring-offset-width:0px}.sm\:ring-offset-1{--tw-ring-offset-width:1px}.sm\:ring-offset-2{--tw-ring-offset-width:2px}.sm\:ring-offset-4{--tw-ring-offset-width:4px}.sm\:ring-offset-8{--tw-ring-offset-width:8px}.sm\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.sm\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.sm\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.sm\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.sm\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.sm\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.sm\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.sm\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.sm\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.sm\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.sm\:ring-transparent{--tw-ring-color:transparent}.sm\:ring-current{--tw-ring-color:currentColor}.sm\:ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.sm\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.sm\:ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.sm\:ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.sm\:ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.sm\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.sm\:ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.sm\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.sm\:ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.sm\:ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.sm\:ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.sm\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.sm\:ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.sm\:ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.sm\:ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.sm\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.sm\:ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.sm\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.sm\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.sm\:ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.sm\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.sm\:ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.sm\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.sm\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.sm\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.sm\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.sm\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.sm\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.sm\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.sm\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.sm\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.sm\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.sm\:ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.sm\:ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.sm\:ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.sm\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.sm\:ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.sm\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.sm\:ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.sm\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.sm\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.sm\:ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.sm\:ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.sm\:ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.sm\:ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.sm\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.sm\:ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.sm\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.sm\:ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.sm\:ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.sm\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.sm\:ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.sm\:ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.sm\:ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.sm\:ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.sm\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.sm\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.sm\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.sm\:ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.sm\:ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.sm\:ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.sm\:ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.sm\:ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.sm\:ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.sm\:ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.sm\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.sm\:ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.sm\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.sm\:ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.sm\:ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.sm\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.sm\:ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.sm\:ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.sm\:ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.sm\:ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.sm\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.sm\:ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.sm\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.sm\:ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.sm\:ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.sm\:ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.sm\:ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.sm\:focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.sm\:focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.sm\:focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.sm\:focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.sm\:focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.sm\:focus\:ring-transparent:focus{--tw-ring-color:transparent}.sm\:focus\:ring-current:focus{--tw-ring-color:currentColor}.sm\:focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.sm\:focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.sm\:focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.sm\:focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.sm\:focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.sm\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.sm\:focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.sm\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.sm\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.sm\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.sm\:focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.sm\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.sm\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.sm\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.sm\:focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.sm\:focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.sm\:focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.sm\:focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.sm\:focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.sm\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.sm\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.sm\:focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.sm\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.sm\:focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.sm\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.sm\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.sm\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.sm\:focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.sm\:ring-opacity-0{--tw-ring-opacity:0}.sm\:ring-opacity-5{--tw-ring-opacity:.05}.sm\:ring-opacity-10{--tw-ring-opacity:.1}.sm\:ring-opacity-20{--tw-ring-opacity:.2}.sm\:ring-opacity-25{--tw-ring-opacity:.25}.sm\:ring-opacity-30{--tw-ring-opacity:.3}.sm\:ring-opacity-40{--tw-ring-opacity:.4}.sm\:ring-opacity-50{--tw-ring-opacity:.5}.sm\:ring-opacity-60{--tw-ring-opacity:.6}.sm\:ring-opacity-70{--tw-ring-opacity:.7}.sm\:ring-opacity-75{--tw-ring-opacity:.75}.sm\:ring-opacity-80{--tw-ring-opacity:.8}.sm\:ring-opacity-90{--tw-ring-opacity:.9}.sm\:ring-opacity-95{--tw-ring-opacity:.95}.sm\:ring-opacity-100{--tw-ring-opacity:1}.sm\:focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.sm\:focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.sm\:focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.sm\:focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.sm\:focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.sm\:focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.sm\:focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.sm\:focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.sm\:focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.sm\:focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.sm\:focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.sm\:focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.sm\:focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.sm\:focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.sm\:focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.sm\:focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.sm\:focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.sm\:focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.sm\:focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.sm\:focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.sm\:focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.sm\:focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.sm\:focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.sm\:focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.sm\:focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.sm\:focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.sm\:focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.sm\:focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.sm\:focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.sm\:focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.sm\:fill-current{fill:currentColor}.sm\:stroke-current{stroke:currentColor}.sm\:stroke-0{stroke-width:0}.sm\:stroke-1{stroke-width:1}.sm\:stroke-2{stroke-width:2}.sm\:table-auto{table-layout:auto}.sm\:table-fixed{table-layout:fixed}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-justify{text-align:justify}.sm\:text-transparent{color:transparent}.sm\:text-current{color:currentColor}.sm\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.sm\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.sm\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.sm\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.sm\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.sm\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.sm\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.sm\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.sm\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.sm\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.sm\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.sm\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.sm\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.sm\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.sm\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.sm\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.sm\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.sm\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.sm\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.sm\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.sm\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.sm\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.sm\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.sm\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.sm\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.sm\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.sm\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.sm\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.sm\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.sm\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.sm\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.sm\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.sm\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.sm\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.sm\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.sm\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.sm\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.sm\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.sm\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.sm\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.sm\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.sm\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.sm\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.sm\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.sm\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.sm\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.sm\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.sm\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.sm\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.sm\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.sm\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.sm\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.sm\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.sm\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.sm\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.sm\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.sm\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.sm\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.sm\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.sm\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.sm\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.sm\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.sm\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.sm\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.sm\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.sm\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.sm\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.sm\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.sm\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.sm\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.sm\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.sm\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.sm\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.sm\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.sm\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.sm\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.sm\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.sm\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.sm\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.sm\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.sm\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-transparent{color:transparent}.group:hover .sm\:group-hover\:text-current{color:currentColor}.group:hover .sm\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.sm\:focus-within\:text-transparent:focus-within{color:transparent}.sm\:focus-within\:text-current:focus-within{color:currentColor}.sm\:focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.sm\:focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.sm\:focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.sm\:focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.sm\:focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.sm\:focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.sm\:focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.sm\:focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.sm\:focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.sm\:focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.sm\:focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.sm\:focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.sm\:focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.sm\:focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.sm\:focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.sm\:focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.sm\:focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.sm\:focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.sm\:focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.sm\:focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.sm\:focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.sm\:focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.sm\:focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.sm\:hover\:text-transparent:hover{color:transparent}.sm\:hover\:text-current:hover{color:currentColor}.sm\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.sm\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.sm\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.sm\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.sm\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.sm\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.sm\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.sm\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.sm\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.sm\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.sm\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.sm\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.sm\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.sm\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.sm\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.sm\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.sm\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.sm\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.sm\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.sm\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.sm\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.sm\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.sm\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.sm\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.sm\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.sm\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.sm\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.sm\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.sm\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.sm\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.sm\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.sm\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.sm\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.sm\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.sm\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.sm\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.sm\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.sm\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.sm\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.sm\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.sm\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.sm\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.sm\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.sm\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.sm\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.sm\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.sm\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.sm\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.sm\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.sm\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.sm\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.sm\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.sm\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.sm\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.sm\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.sm\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.sm\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.sm\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.sm\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.sm\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.sm\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.sm\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.sm\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.sm\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.sm\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.sm\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.sm\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.sm\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.sm\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.sm\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.sm\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.sm\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.sm\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.sm\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.sm\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.sm\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.sm\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.sm\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.sm\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.sm\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.sm\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.sm\:focus\:text-transparent:focus{color:transparent}.sm\:focus\:text-current:focus{color:currentColor}.sm\:focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.sm\:focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.sm\:focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.sm\:focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.sm\:focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.sm\:focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.sm\:focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.sm\:focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.sm\:focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.sm\:focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.sm\:focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.sm\:focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.sm\:focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.sm\:focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.sm\:focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.sm\:focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.sm\:focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.sm\:focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.sm\:focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.sm\:focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.sm\:focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.sm\:focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.sm\:focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.sm\:focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.sm\:focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.sm\:focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.sm\:focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.sm\:focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.sm\:focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.sm\:focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.sm\:focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.sm\:focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.sm\:focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.sm\:focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.sm\:focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.sm\:focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.sm\:focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.sm\:focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.sm\:focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.sm\:focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.sm\:focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.sm\:focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.sm\:focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.sm\:focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.sm\:focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.sm\:focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.sm\:focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.sm\:focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.sm\:focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.sm\:focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.sm\:focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.sm\:focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.sm\:focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.sm\:focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.sm\:focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.sm\:focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.sm\:focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.sm\:focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.sm\:focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.sm\:focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.sm\:focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.sm\:focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.sm\:focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.sm\:focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.sm\:focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.sm\:focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.sm\:focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.sm\:focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.sm\:focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.sm\:focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.sm\:focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.sm\:focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.sm\:focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.sm\:focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.sm\:focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.sm\:focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.sm\:focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.sm\:focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.sm\:focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.sm\:focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.sm\:focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.sm\:text-opacity-0{--tw-text-opacity:0}.sm\:text-opacity-5{--tw-text-opacity:.05}.sm\:text-opacity-10{--tw-text-opacity:.1}.sm\:text-opacity-20{--tw-text-opacity:.2}.sm\:text-opacity-25{--tw-text-opacity:.25}.sm\:text-opacity-30{--tw-text-opacity:.3}.sm\:text-opacity-40{--tw-text-opacity:.4}.sm\:text-opacity-50{--tw-text-opacity:.5}.sm\:text-opacity-60{--tw-text-opacity:.6}.sm\:text-opacity-70{--tw-text-opacity:.7}.sm\:text-opacity-75{--tw-text-opacity:.75}.sm\:text-opacity-80{--tw-text-opacity:.8}.sm\:text-opacity-90{--tw-text-opacity:.9}.sm\:text-opacity-95{--tw-text-opacity:.95}.sm\:text-opacity-100{--tw-text-opacity:1}.group:hover .sm\:group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .sm\:group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .sm\:group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .sm\:group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .sm\:group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .sm\:group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .sm\:group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .sm\:group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .sm\:group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .sm\:group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .sm\:group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .sm\:group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .sm\:group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .sm\:group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .sm\:group-hover\:text-opacity-100{--tw-text-opacity:1}.sm\:focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.sm\:focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.sm\:focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.sm\:focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.sm\:focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.sm\:focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.sm\:focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.sm\:focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.sm\:focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.sm\:focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.sm\:focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.sm\:focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.sm\:focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.sm\:focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.sm\:focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.sm\:hover\:text-opacity-0:hover{--tw-text-opacity:0}.sm\:hover\:text-opacity-5:hover{--tw-text-opacity:.05}.sm\:hover\:text-opacity-10:hover{--tw-text-opacity:.1}.sm\:hover\:text-opacity-20:hover{--tw-text-opacity:.2}.sm\:hover\:text-opacity-25:hover{--tw-text-opacity:.25}.sm\:hover\:text-opacity-30:hover{--tw-text-opacity:.3}.sm\:hover\:text-opacity-40:hover{--tw-text-opacity:.4}.sm\:hover\:text-opacity-50:hover{--tw-text-opacity:.5}.sm\:hover\:text-opacity-60:hover{--tw-text-opacity:.6}.sm\:hover\:text-opacity-70:hover{--tw-text-opacity:.7}.sm\:hover\:text-opacity-75:hover{--tw-text-opacity:.75}.sm\:hover\:text-opacity-80:hover{--tw-text-opacity:.8}.sm\:hover\:text-opacity-90:hover{--tw-text-opacity:.9}.sm\:hover\:text-opacity-95:hover{--tw-text-opacity:.95}.sm\:hover\:text-opacity-100:hover{--tw-text-opacity:1}.sm\:focus\:text-opacity-0:focus{--tw-text-opacity:0}.sm\:focus\:text-opacity-5:focus{--tw-text-opacity:.05}.sm\:focus\:text-opacity-10:focus{--tw-text-opacity:.1}.sm\:focus\:text-opacity-20:focus{--tw-text-opacity:.2}.sm\:focus\:text-opacity-25:focus{--tw-text-opacity:.25}.sm\:focus\:text-opacity-30:focus{--tw-text-opacity:.3}.sm\:focus\:text-opacity-40:focus{--tw-text-opacity:.4}.sm\:focus\:text-opacity-50:focus{--tw-text-opacity:.5}.sm\:focus\:text-opacity-60:focus{--tw-text-opacity:.6}.sm\:focus\:text-opacity-70:focus{--tw-text-opacity:.7}.sm\:focus\:text-opacity-75:focus{--tw-text-opacity:.75}.sm\:focus\:text-opacity-80:focus{--tw-text-opacity:.8}.sm\:focus\:text-opacity-90:focus{--tw-text-opacity:.9}.sm\:focus\:text-opacity-95:focus{--tw-text-opacity:.95}.sm\:focus\:text-opacity-100:focus{--tw-text-opacity:1}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:overflow-ellipsis{text-overflow:ellipsis}.sm\:overflow-clip{text-overflow:clip}.sm\:italic{font-style:italic}.sm\:not-italic{font-style:normal}.sm\:uppercase{text-transform:uppercase}.sm\:lowercase{text-transform:lowercase}.sm\:capitalize{text-transform:capitalize}.sm\:normal-case{text-transform:none}.sm\:underline{text-decoration:underline}.sm\:line-through{text-decoration:line-through}.sm\:no-underline{text-decoration:none}.group:hover .sm\:group-hover\:underline{text-decoration:underline}.group:hover .sm\:group-hover\:line-through{text-decoration:line-through}.group:hover .sm\:group-hover\:no-underline{text-decoration:none}.sm\:focus-within\:underline:focus-within{text-decoration:underline}.sm\:focus-within\:line-through:focus-within{text-decoration:line-through}.sm\:focus-within\:no-underline:focus-within{text-decoration:none}.sm\:hover\:underline:hover{text-decoration:underline}.sm\:hover\:line-through:hover{text-decoration:line-through}.sm\:hover\:no-underline:hover{text-decoration:none}.sm\:focus\:underline:focus{text-decoration:underline}.sm\:focus\:line-through:focus{text-decoration:line-through}.sm\:focus\:no-underline:focus{text-decoration:none}.sm\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sm\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.sm\:ordinal,.sm\:slashed-zero,.sm\:lining-nums,.sm\:oldstyle-nums,.sm\:proportional-nums,.sm\:tabular-nums,.sm\:diagonal-fractions,.sm\:stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.sm\:normal-nums{font-variant-numeric:normal}.sm\:ordinal{--tw-ordinal:ordinal}.sm\:slashed-zero{--tw-slashed-zero:slashed-zero}.sm\:lining-nums{--tw-numeric-figure:lining-nums}.sm\:oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.sm\:proportional-nums{--tw-numeric-spacing:proportional-nums}.sm\:tabular-nums{--tw-numeric-spacing:tabular-nums}.sm\:diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.sm\:stacked-fractions{--tw-numeric-fraction:stacked-fractions}.sm\:tracking-tighter{letter-spacing:-.05em}.sm\:tracking-tight{letter-spacing:-.025em}.sm\:tracking-normal{letter-spacing:0em}.sm\:tracking-wide{letter-spacing:.025em}.sm\:tracking-wider{letter-spacing:.05em}.sm\:tracking-widest{letter-spacing:.1em}.sm\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.sm\:select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.sm\:select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.sm\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.sm\:align-baseline{vertical-align:baseline}.sm\:align-top{vertical-align:top}.sm\:align-middle{vertical-align:middle}.sm\:align-bottom{vertical-align:bottom}.sm\:align-text-top{vertical-align:text-top}.sm\:align-text-bottom{vertical-align:text-bottom}.sm\:visible{visibility:visible}.sm\:invisible{visibility:hidden}.sm\:whitespace-normal{white-space:normal}.sm\:whitespace-nowrap{white-space:nowrap}.sm\:whitespace-pre{white-space:pre}.sm\:whitespace-pre-line{white-space:pre-line}.sm\:whitespace-pre-wrap{white-space:pre-wrap}.sm\:break-normal{overflow-wrap:normal;word-break:normal}.sm\:break-words{overflow-wrap:break-word}.sm\:break-all{word-break:break-all}.sm\:w-0{width:0}.sm\:w-1{width:.25rem}.sm\:w-2{width:.5rem}.sm\:w-3{width:.75rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-7{width:1.75rem}.sm\:w-8{width:2rem}.sm\:w-9{width:2.25rem}.sm\:w-10{width:2.5rem}.sm\:w-11{width:2.75rem}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-16{width:4rem}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-32{width:8rem}.sm\:w-36{width:9rem}.sm\:w-40{width:10rem}.sm\:w-44{width:11rem}.sm\:w-48{width:12rem}.sm\:w-52{width:13rem}.sm\:w-56{width:14rem}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-72{width:18rem}.sm\:w-80{width:20rem}.sm\:w-96{width:24rem}.sm\:w-auto{width:auto}.sm\:w-px{width:1px}.sm\:w-0\.5{width:.125rem}.sm\:w-1\.5{width:.375rem}.sm\:w-2\.5{width:.625rem}.sm\:w-3\.5{width:.875rem}.sm\:w-gutter-1{width:.625rem}.sm\:w-gutter-2{width:1.25rem}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-1\/4{width:25%}.sm\:w-2\/4{width:50%}.sm\:w-3\/4{width:75%}.sm\:w-1\/5{width:20%}.sm\:w-2\/5{width:40%}.sm\:w-3\/5{width:60%}.sm\:w-4\/5{width:80%}.sm\:w-1\/6{width:16.666667%}.sm\:w-2\/6{width:33.333333%}.sm\:w-3\/6{width:50%}.sm\:w-4\/6{width:66.666667%}.sm\:w-5\/6{width:83.333333%}.sm\:w-1\/12{width:8.333333%}.sm\:w-2\/12{width:16.666667%}.sm\:w-3\/12{width:25%}.sm\:w-4\/12{width:33.333333%}.sm\:w-5\/12{width:41.666667%}.sm\:w-6\/12{width:50%}.sm\:w-7\/12{width:58.333333%}.sm\:w-8\/12{width:66.666667%}.sm\:w-9\/12{width:75%}.sm\:w-10\/12{width:83.333333%}.sm\:w-11\/12{width:91.666667%}.sm\:w-full{width:100%}.sm\:w-screen{width:100vw}.sm\:w-min{width:-moz-min-content;width:min-content}.sm\:w-max{width:-moz-max-content;width:max-content}.sm\:z-0{z-index:0}.sm\:z-10{z-index:10}.sm\:z-20{z-index:20}.sm\:z-30{z-index:30}.sm\:z-40{z-index:40}.sm\:z-50{z-index:50}.sm\:z-auto{z-index:auto}.sm\:focus-within\:z-0:focus-within{z-index:0}.sm\:focus-within\:z-10:focus-within{z-index:10}.sm\:focus-within\:z-20:focus-within{z-index:20}.sm\:focus-within\:z-30:focus-within{z-index:30}.sm\:focus-within\:z-40:focus-within{z-index:40}.sm\:focus-within\:z-50:focus-within{z-index:50}.sm\:focus-within\:z-auto:focus-within{z-index:auto}.sm\:focus\:z-0:focus{z-index:0}.sm\:focus\:z-10:focus{z-index:10}.sm\:focus\:z-20:focus{z-index:20}.sm\:focus\:z-30:focus{z-index:30}.sm\:focus\:z-40:focus{z-index:40}.sm\:focus\:z-50:focus{z-index:50}.sm\:focus\:z-auto:focus{z-index:auto}.sm\:gap-0{gap:0px}.sm\:gap-1{gap:.125rem}.sm\:gap-2{gap:.25rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-7{gap:1.75rem}.sm\:gap-8{gap:2rem}.sm\:gap-9{gap:2.25rem}.sm\:gap-10{gap:2.5rem}.sm\:gap-11{gap:2.75rem}.sm\:gap-12{gap:3rem}.sm\:gap-14{gap:3.5rem}.sm\:gap-16{gap:4rem}.sm\:gap-20{gap:5rem}.sm\:gap-24{gap:6rem}.sm\:gap-28{gap:7rem}.sm\:gap-32{gap:8rem}.sm\:gap-36{gap:9rem}.sm\:gap-40{gap:10rem}.sm\:gap-44{gap:11rem}.sm\:gap-48{gap:12rem}.sm\:gap-52{gap:13rem}.sm\:gap-56{gap:14rem}.sm\:gap-60{gap:15rem}.sm\:gap-64{gap:16rem}.sm\:gap-72{gap:18rem}.sm\:gap-80{gap:20rem}.sm\:gap-96{gap:24rem}.sm\:gap-px{gap:1px}.sm\:gap-0\.5{gap:.125rem}.sm\:gap-1\.5{gap:.375rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3\.5{gap:.875rem}.sm\:gap-gutter-1{gap:.625rem}.sm\:gap-gutter-2{gap:1.25rem}.sm\:gap-x-0{-moz-column-gap:0px;column-gap:0}.sm\:gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.sm\:gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.sm\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.sm\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.sm\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.sm\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.sm\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.sm\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.sm\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.sm\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.sm\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.sm\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.sm\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.sm\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.sm\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.sm\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.sm\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.sm\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.sm\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.sm\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.sm\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.sm\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.sm\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.sm\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.sm\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.sm\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.sm\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.sm\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.sm\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.sm\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.sm\:gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.sm\:gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.sm\:gap-y-0{row-gap:0px}.sm\:gap-y-1{row-gap:.125rem}.sm\:gap-y-2{row-gap:.25rem}.sm\:gap-y-3{row-gap:.75rem}.sm\:gap-y-4{row-gap:1rem}.sm\:gap-y-5{row-gap:1.25rem}.sm\:gap-y-6{row-gap:1.5rem}.sm\:gap-y-7{row-gap:1.75rem}.sm\:gap-y-8{row-gap:2rem}.sm\:gap-y-9{row-gap:2.25rem}.sm\:gap-y-10{row-gap:2.5rem}.sm\:gap-y-11{row-gap:2.75rem}.sm\:gap-y-12{row-gap:3rem}.sm\:gap-y-14{row-gap:3.5rem}.sm\:gap-y-16{row-gap:4rem}.sm\:gap-y-20{row-gap:5rem}.sm\:gap-y-24{row-gap:6rem}.sm\:gap-y-28{row-gap:7rem}.sm\:gap-y-32{row-gap:8rem}.sm\:gap-y-36{row-gap:9rem}.sm\:gap-y-40{row-gap:10rem}.sm\:gap-y-44{row-gap:11rem}.sm\:gap-y-48{row-gap:12rem}.sm\:gap-y-52{row-gap:13rem}.sm\:gap-y-56{row-gap:14rem}.sm\:gap-y-60{row-gap:15rem}.sm\:gap-y-64{row-gap:16rem}.sm\:gap-y-72{row-gap:18rem}.sm\:gap-y-80{row-gap:20rem}.sm\:gap-y-96{row-gap:24rem}.sm\:gap-y-px{row-gap:1px}.sm\:gap-y-0\.5{row-gap:.125rem}.sm\:gap-y-1\.5{row-gap:.375rem}.sm\:gap-y-2\.5{row-gap:.625rem}.sm\:gap-y-3\.5{row-gap:.875rem}.sm\:gap-y-gutter-1{row-gap:.625rem}.sm\:gap-y-gutter-2{row-gap:1.25rem}.sm\:grid-flow-row{grid-auto-flow:row}.sm\:grid-flow-col{grid-auto-flow:column}.sm\:grid-flow-row-dense{grid-auto-flow:row dense}.sm\:grid-flow-col-dense{grid-auto-flow:column dense}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-none{grid-template-columns:none}.sm\:auto-cols-auto{grid-auto-columns:auto}.sm\:auto-cols-min{grid-auto-columns:min-content}.sm\:auto-cols-max{grid-auto-columns:max-content}.sm\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.sm\:col-auto{grid-column:auto}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-11{grid-column:span 11/span 11}.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-full{grid-column:1/-1}.sm\:col-start-1{grid-column-start:1}.sm\:col-start-2{grid-column-start:2}.sm\:col-start-3{grid-column-start:3}.sm\:col-start-4{grid-column-start:4}.sm\:col-start-5{grid-column-start:5}.sm\:col-start-6{grid-column-start:6}.sm\:col-start-7{grid-column-start:7}.sm\:col-start-8{grid-column-start:8}.sm\:col-start-9{grid-column-start:9}.sm\:col-start-10{grid-column-start:10}.sm\:col-start-11{grid-column-start:11}.sm\:col-start-12{grid-column-start:12}.sm\:col-start-13{grid-column-start:13}.sm\:col-start-auto{grid-column-start:auto}.sm\:col-end-1{grid-column-end:1}.sm\:col-end-2{grid-column-end:2}.sm\:col-end-3{grid-column-end:3}.sm\:col-end-4{grid-column-end:4}.sm\:col-end-5{grid-column-end:5}.sm\:col-end-6{grid-column-end:6}.sm\:col-end-7{grid-column-end:7}.sm\:col-end-8{grid-column-end:8}.sm\:col-end-9{grid-column-end:9}.sm\:col-end-10{grid-column-end:10}.sm\:col-end-11{grid-column-end:11}.sm\:col-end-12{grid-column-end:12}.sm\:col-end-13{grid-column-end:13}.sm\:col-end-auto{grid-column-end:auto}.sm\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.sm\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.sm\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.sm\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.sm\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.sm\:grid-rows-none{grid-template-rows:none}.sm\:auto-rows-auto{grid-auto-rows:auto}.sm\:auto-rows-min{grid-auto-rows:min-content}.sm\:auto-rows-max{grid-auto-rows:max-content}.sm\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.sm\:row-auto{grid-row:auto}.sm\:row-span-1{grid-row:span 1/span 1}.sm\:row-span-2{grid-row:span 2/span 2}.sm\:row-span-3{grid-row:span 3/span 3}.sm\:row-span-4{grid-row:span 4/span 4}.sm\:row-span-5{grid-row:span 5/span 5}.sm\:row-span-6{grid-row:span 6/span 6}.sm\:row-span-full{grid-row:1/-1}.sm\:row-start-1{grid-row-start:1}.sm\:row-start-2{grid-row-start:2}.sm\:row-start-3{grid-row-start:3}.sm\:row-start-4{grid-row-start:4}.sm\:row-start-5{grid-row-start:5}.sm\:row-start-6{grid-row-start:6}.sm\:row-start-7{grid-row-start:7}.sm\:row-start-auto{grid-row-start:auto}.sm\:row-end-1{grid-row-end:1}.sm\:row-end-2{grid-row-end:2}.sm\:row-end-3{grid-row-end:3}.sm\:row-end-4{grid-row-end:4}.sm\:row-end-5{grid-row-end:5}.sm\:row-end-6{grid-row-end:6}.sm\:row-end-7{grid-row-end:7}.sm\:row-end-auto{grid-row-end:auto}.sm\:transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:transform-none{transform:none}.sm\:origin-center{transform-origin:center}.sm\:origin-top{transform-origin:top}.sm\:origin-top-right{transform-origin:top right}.sm\:origin-right{transform-origin:right}.sm\:origin-bottom-right{transform-origin:bottom right}.sm\:origin-bottom{transform-origin:bottom}.sm\:origin-bottom-left{transform-origin:bottom left}.sm\:origin-left{transform-origin:left}.sm\:origin-top-left{transform-origin:top left}.sm\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.sm\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.sm\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.sm\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.sm\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.sm\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.sm\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.sm\:scale-x-0{--tw-scale-x:0}.sm\:scale-x-50{--tw-scale-x:.5}.sm\:scale-x-75{--tw-scale-x:.75}.sm\:scale-x-90{--tw-scale-x:.9}.sm\:scale-x-95{--tw-scale-x:.95}.sm\:scale-x-100{--tw-scale-x:1}.sm\:scale-x-105{--tw-scale-x:1.05}.sm\:scale-x-110{--tw-scale-x:1.1}.sm\:scale-x-125{--tw-scale-x:1.25}.sm\:scale-x-150{--tw-scale-x:1.5}.sm\:scale-y-0{--tw-scale-y:0}.sm\:scale-y-50{--tw-scale-y:.5}.sm\:scale-y-75{--tw-scale-y:.75}.sm\:scale-y-90{--tw-scale-y:.9}.sm\:scale-y-95{--tw-scale-y:.95}.sm\:scale-y-100{--tw-scale-y:1}.sm\:scale-y-105{--tw-scale-y:1.05}.sm\:scale-y-110{--tw-scale-y:1.1}.sm\:scale-y-125{--tw-scale-y:1.25}.sm\:scale-y-150{--tw-scale-y:1.5}.sm\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.sm\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.sm\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.sm\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.sm\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.sm\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.sm\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.sm\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.sm\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.sm\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.sm\:hover\:scale-x-0:hover{--tw-scale-x:0}.sm\:hover\:scale-x-50:hover{--tw-scale-x:.5}.sm\:hover\:scale-x-75:hover{--tw-scale-x:.75}.sm\:hover\:scale-x-90:hover{--tw-scale-x:.9}.sm\:hover\:scale-x-95:hover{--tw-scale-x:.95}.sm\:hover\:scale-x-100:hover{--tw-scale-x:1}.sm\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.sm\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.sm\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.sm\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.sm\:hover\:scale-y-0:hover{--tw-scale-y:0}.sm\:hover\:scale-y-50:hover{--tw-scale-y:.5}.sm\:hover\:scale-y-75:hover{--tw-scale-y:.75}.sm\:hover\:scale-y-90:hover{--tw-scale-y:.9}.sm\:hover\:scale-y-95:hover{--tw-scale-y:.95}.sm\:hover\:scale-y-100:hover{--tw-scale-y:1}.sm\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.sm\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.sm\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.sm\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.sm\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.sm\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.sm\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.sm\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.sm\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.sm\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.sm\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.sm\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.sm\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.sm\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.sm\:focus\:scale-x-0:focus{--tw-scale-x:0}.sm\:focus\:scale-x-50:focus{--tw-scale-x:.5}.sm\:focus\:scale-x-75:focus{--tw-scale-x:.75}.sm\:focus\:scale-x-90:focus{--tw-scale-x:.9}.sm\:focus\:scale-x-95:focus{--tw-scale-x:.95}.sm\:focus\:scale-x-100:focus{--tw-scale-x:1}.sm\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.sm\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.sm\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.sm\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.sm\:focus\:scale-y-0:focus{--tw-scale-y:0}.sm\:focus\:scale-y-50:focus{--tw-scale-y:.5}.sm\:focus\:scale-y-75:focus{--tw-scale-y:.75}.sm\:focus\:scale-y-90:focus{--tw-scale-y:.9}.sm\:focus\:scale-y-95:focus{--tw-scale-y:.95}.sm\:focus\:scale-y-100:focus{--tw-scale-y:1}.sm\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.sm\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.sm\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.sm\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.sm\:rotate-0{--tw-rotate:0deg}.sm\:rotate-1{--tw-rotate:1deg}.sm\:rotate-2{--tw-rotate:2deg}.sm\:rotate-3{--tw-rotate:3deg}.sm\:rotate-6{--tw-rotate:6deg}.sm\:rotate-12{--tw-rotate:12deg}.sm\:rotate-45{--tw-rotate:45deg}.sm\:rotate-90{--tw-rotate:90deg}.sm\:rotate-180{--tw-rotate:180deg}.sm\:-rotate-180{--tw-rotate:-180deg}.sm\:-rotate-90{--tw-rotate:-90deg}.sm\:-rotate-45{--tw-rotate:-45deg}.sm\:-rotate-12{--tw-rotate:-12deg}.sm\:-rotate-6{--tw-rotate:-6deg}.sm\:-rotate-3{--tw-rotate:-3deg}.sm\:-rotate-2{--tw-rotate:-2deg}.sm\:-rotate-1{--tw-rotate:-1deg}.sm\:hover\:rotate-0:hover{--tw-rotate:0deg}.sm\:hover\:rotate-1:hover{--tw-rotate:1deg}.sm\:hover\:rotate-2:hover{--tw-rotate:2deg}.sm\:hover\:rotate-3:hover{--tw-rotate:3deg}.sm\:hover\:rotate-6:hover{--tw-rotate:6deg}.sm\:hover\:rotate-12:hover{--tw-rotate:12deg}.sm\:hover\:rotate-45:hover{--tw-rotate:45deg}.sm\:hover\:rotate-90:hover{--tw-rotate:90deg}.sm\:hover\:rotate-180:hover{--tw-rotate:180deg}.sm\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.sm\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.sm\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.sm\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.sm\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.sm\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.sm\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.sm\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.sm\:focus\:rotate-0:focus{--tw-rotate:0deg}.sm\:focus\:rotate-1:focus{--tw-rotate:1deg}.sm\:focus\:rotate-2:focus{--tw-rotate:2deg}.sm\:focus\:rotate-3:focus{--tw-rotate:3deg}.sm\:focus\:rotate-6:focus{--tw-rotate:6deg}.sm\:focus\:rotate-12:focus{--tw-rotate:12deg}.sm\:focus\:rotate-45:focus{--tw-rotate:45deg}.sm\:focus\:rotate-90:focus{--tw-rotate:90deg}.sm\:focus\:rotate-180:focus{--tw-rotate:180deg}.sm\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.sm\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.sm\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.sm\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.sm\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.sm\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.sm\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.sm\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.sm\:translate-x-0{--tw-translate-x:0px}.sm\:translate-x-1{--tw-translate-x:.25rem}.sm\:translate-x-2{--tw-translate-x:.5rem}.sm\:translate-x-3{--tw-translate-x:.75rem}.sm\:translate-x-4{--tw-translate-x:1rem}.sm\:translate-x-5{--tw-translate-x:1.25rem}.sm\:translate-x-6{--tw-translate-x:1.5rem}.sm\:translate-x-7{--tw-translate-x:1.75rem}.sm\:translate-x-8{--tw-translate-x:2rem}.sm\:translate-x-9{--tw-translate-x:2.25rem}.sm\:translate-x-10{--tw-translate-x:2.5rem}.sm\:translate-x-11{--tw-translate-x:2.75rem}.sm\:translate-x-12{--tw-translate-x:3rem}.sm\:translate-x-14{--tw-translate-x:3.5rem}.sm\:translate-x-16{--tw-translate-x:4rem}.sm\:translate-x-20{--tw-translate-x:5rem}.sm\:translate-x-24{--tw-translate-x:6rem}.sm\:translate-x-28{--tw-translate-x:7rem}.sm\:translate-x-32{--tw-translate-x:8rem}.sm\:translate-x-36{--tw-translate-x:9rem}.sm\:translate-x-40{--tw-translate-x:10rem}.sm\:translate-x-44{--tw-translate-x:11rem}.sm\:translate-x-48{--tw-translate-x:12rem}.sm\:translate-x-52{--tw-translate-x:13rem}.sm\:translate-x-56{--tw-translate-x:14rem}.sm\:translate-x-60{--tw-translate-x:15rem}.sm\:translate-x-64{--tw-translate-x:16rem}.sm\:translate-x-72{--tw-translate-x:18rem}.sm\:translate-x-80{--tw-translate-x:20rem}.sm\:translate-x-96{--tw-translate-x:24rem}.sm\:translate-x-px{--tw-translate-x:1px}.sm\:translate-x-0\.5{--tw-translate-x:.125rem}.sm\:translate-x-1\.5{--tw-translate-x:.375rem}.sm\:translate-x-2\.5{--tw-translate-x:.625rem}.sm\:translate-x-3\.5{--tw-translate-x:.875rem}.sm\:translate-x-gutter-1{--tw-translate-x:.625rem}.sm\:translate-x-gutter-2{--tw-translate-x:1.25rem}.sm\:-translate-x-0{--tw-translate-x:0px}.sm\:-translate-x-1{--tw-translate-x:-.25rem}.sm\:-translate-x-2{--tw-translate-x:-.5rem}.sm\:-translate-x-3{--tw-translate-x:-.75rem}.sm\:-translate-x-4{--tw-translate-x:-1rem}.sm\:-translate-x-5{--tw-translate-x:-1.25rem}.sm\:-translate-x-6{--tw-translate-x:-1.5rem}.sm\:-translate-x-7{--tw-translate-x:-1.75rem}.sm\:-translate-x-8{--tw-translate-x:-2rem}.sm\:-translate-x-9{--tw-translate-x:-2.25rem}.sm\:-translate-x-10{--tw-translate-x:-2.5rem}.sm\:-translate-x-11{--tw-translate-x:-2.75rem}.sm\:-translate-x-12{--tw-translate-x:-3rem}.sm\:-translate-x-14{--tw-translate-x:-3.5rem}.sm\:-translate-x-16{--tw-translate-x:-4rem}.sm\:-translate-x-20{--tw-translate-x:-5rem}.sm\:-translate-x-24{--tw-translate-x:-6rem}.sm\:-translate-x-28{--tw-translate-x:-7rem}.sm\:-translate-x-32{--tw-translate-x:-8rem}.sm\:-translate-x-36{--tw-translate-x:-9rem}.sm\:-translate-x-40{--tw-translate-x:-10rem}.sm\:-translate-x-44{--tw-translate-x:-11rem}.sm\:-translate-x-48{--tw-translate-x:-12rem}.sm\:-translate-x-52{--tw-translate-x:-13rem}.sm\:-translate-x-56{--tw-translate-x:-14rem}.sm\:-translate-x-60{--tw-translate-x:-15rem}.sm\:-translate-x-64{--tw-translate-x:-16rem}.sm\:-translate-x-72{--tw-translate-x:-18rem}.sm\:-translate-x-80{--tw-translate-x:-20rem}.sm\:-translate-x-96{--tw-translate-x:-24rem}.sm\:-translate-x-px{--tw-translate-x:-1px}.sm\:-translate-x-0\.5{--tw-translate-x:-.125rem}.sm\:-translate-x-1\.5{--tw-translate-x:-.375rem}.sm\:-translate-x-2\.5{--tw-translate-x:-.625rem}.sm\:-translate-x-3\.5{--tw-translate-x:-.875rem}.sm\:-translate-x-gutter-1{--tw-translate-x:-.625rem}.sm\:-translate-x-gutter-2{--tw-translate-x:-1.25rem}.sm\:translate-x-1\/2{--tw-translate-x:50%}.sm\:translate-x-1\/3{--tw-translate-x:33.333333%}.sm\:translate-x-2\/3{--tw-translate-x:66.666667%}.sm\:translate-x-1\/4{--tw-translate-x:25%}.sm\:translate-x-2\/4{--tw-translate-x:50%}.sm\:translate-x-3\/4{--tw-translate-x:75%}.sm\:translate-x-full{--tw-translate-x:100%}.sm\:-translate-x-1\/2{--tw-translate-x:-50%}.sm\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.sm\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.sm\:-translate-x-1\/4{--tw-translate-x:-25%}.sm\:-translate-x-2\/4{--tw-translate-x:-50%}.sm\:-translate-x-3\/4{--tw-translate-x:-75%}.sm\:-translate-x-full{--tw-translate-x:-100%}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:translate-y-1{--tw-translate-y:.25rem}.sm\:translate-y-2{--tw-translate-y:.5rem}.sm\:translate-y-3{--tw-translate-y:.75rem}.sm\:translate-y-4{--tw-translate-y:1rem}.sm\:translate-y-5{--tw-translate-y:1.25rem}.sm\:translate-y-6{--tw-translate-y:1.5rem}.sm\:translate-y-7{--tw-translate-y:1.75rem}.sm\:translate-y-8{--tw-translate-y:2rem}.sm\:translate-y-9{--tw-translate-y:2.25rem}.sm\:translate-y-10{--tw-translate-y:2.5rem}.sm\:translate-y-11{--tw-translate-y:2.75rem}.sm\:translate-y-12{--tw-translate-y:3rem}.sm\:translate-y-14{--tw-translate-y:3.5rem}.sm\:translate-y-16{--tw-translate-y:4rem}.sm\:translate-y-20{--tw-translate-y:5rem}.sm\:translate-y-24{--tw-translate-y:6rem}.sm\:translate-y-28{--tw-translate-y:7rem}.sm\:translate-y-32{--tw-translate-y:8rem}.sm\:translate-y-36{--tw-translate-y:9rem}.sm\:translate-y-40{--tw-translate-y:10rem}.sm\:translate-y-44{--tw-translate-y:11rem}.sm\:translate-y-48{--tw-translate-y:12rem}.sm\:translate-y-52{--tw-translate-y:13rem}.sm\:translate-y-56{--tw-translate-y:14rem}.sm\:translate-y-60{--tw-translate-y:15rem}.sm\:translate-y-64{--tw-translate-y:16rem}.sm\:translate-y-72{--tw-translate-y:18rem}.sm\:translate-y-80{--tw-translate-y:20rem}.sm\:translate-y-96{--tw-translate-y:24rem}.sm\:translate-y-px{--tw-translate-y:1px}.sm\:translate-y-0\.5{--tw-translate-y:.125rem}.sm\:translate-y-1\.5{--tw-translate-y:.375rem}.sm\:translate-y-2\.5{--tw-translate-y:.625rem}.sm\:translate-y-3\.5{--tw-translate-y:.875rem}.sm\:translate-y-gutter-1{--tw-translate-y:.625rem}.sm\:translate-y-gutter-2{--tw-translate-y:1.25rem}.sm\:-translate-y-0{--tw-translate-y:0px}.sm\:-translate-y-1{--tw-translate-y:-.25rem}.sm\:-translate-y-2{--tw-translate-y:-.5rem}.sm\:-translate-y-3{--tw-translate-y:-.75rem}.sm\:-translate-y-4{--tw-translate-y:-1rem}.sm\:-translate-y-5{--tw-translate-y:-1.25rem}.sm\:-translate-y-6{--tw-translate-y:-1.5rem}.sm\:-translate-y-7{--tw-translate-y:-1.75rem}.sm\:-translate-y-8{--tw-translate-y:-2rem}.sm\:-translate-y-9{--tw-translate-y:-2.25rem}.sm\:-translate-y-10{--tw-translate-y:-2.5rem}.sm\:-translate-y-11{--tw-translate-y:-2.75rem}.sm\:-translate-y-12{--tw-translate-y:-3rem}.sm\:-translate-y-14{--tw-translate-y:-3.5rem}.sm\:-translate-y-16{--tw-translate-y:-4rem}.sm\:-translate-y-20{--tw-translate-y:-5rem}.sm\:-translate-y-24{--tw-translate-y:-6rem}.sm\:-translate-y-28{--tw-translate-y:-7rem}.sm\:-translate-y-32{--tw-translate-y:-8rem}.sm\:-translate-y-36{--tw-translate-y:-9rem}.sm\:-translate-y-40{--tw-translate-y:-10rem}.sm\:-translate-y-44{--tw-translate-y:-11rem}.sm\:-translate-y-48{--tw-translate-y:-12rem}.sm\:-translate-y-52{--tw-translate-y:-13rem}.sm\:-translate-y-56{--tw-translate-y:-14rem}.sm\:-translate-y-60{--tw-translate-y:-15rem}.sm\:-translate-y-64{--tw-translate-y:-16rem}.sm\:-translate-y-72{--tw-translate-y:-18rem}.sm\:-translate-y-80{--tw-translate-y:-20rem}.sm\:-translate-y-96{--tw-translate-y:-24rem}.sm\:-translate-y-px{--tw-translate-y:-1px}.sm\:-translate-y-0\.5{--tw-translate-y:-.125rem}.sm\:-translate-y-1\.5{--tw-translate-y:-.375rem}.sm\:-translate-y-2\.5{--tw-translate-y:-.625rem}.sm\:-translate-y-3\.5{--tw-translate-y:-.875rem}.sm\:-translate-y-gutter-1{--tw-translate-y:-.625rem}.sm\:-translate-y-gutter-2{--tw-translate-y:-1.25rem}.sm\:translate-y-1\/2{--tw-translate-y:50%}.sm\:translate-y-1\/3{--tw-translate-y:33.333333%}.sm\:translate-y-2\/3{--tw-translate-y:66.666667%}.sm\:translate-y-1\/4{--tw-translate-y:25%}.sm\:translate-y-2\/4{--tw-translate-y:50%}.sm\:translate-y-3\/4{--tw-translate-y:75%}.sm\:translate-y-full{--tw-translate-y:100%}.sm\:-translate-y-1\/2{--tw-translate-y:-50%}.sm\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.sm\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.sm\:-translate-y-1\/4{--tw-translate-y:-25%}.sm\:-translate-y-2\/4{--tw-translate-y:-50%}.sm\:-translate-y-3\/4{--tw-translate-y:-75%}.sm\:-translate-y-full{--tw-translate-y:-100%}.sm\:hover\:translate-x-0:hover{--tw-translate-x:0px}.sm\:hover\:translate-x-1:hover{--tw-translate-x:.25rem}.sm\:hover\:translate-x-2:hover{--tw-translate-x:.5rem}.sm\:hover\:translate-x-3:hover{--tw-translate-x:.75rem}.sm\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.sm\:hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.sm\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.sm\:hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.sm\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.sm\:hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.sm\:hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.sm\:hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.sm\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.sm\:hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.sm\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.sm\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.sm\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.sm\:hover\:translate-x-28:hover{--tw-translate-x:7rem}.sm\:hover\:translate-x-32:hover{--tw-translate-x:8rem}.sm\:hover\:translate-x-36:hover{--tw-translate-x:9rem}.sm\:hover\:translate-x-40:hover{--tw-translate-x:10rem}.sm\:hover\:translate-x-44:hover{--tw-translate-x:11rem}.sm\:hover\:translate-x-48:hover{--tw-translate-x:12rem}.sm\:hover\:translate-x-52:hover{--tw-translate-x:13rem}.sm\:hover\:translate-x-56:hover{--tw-translate-x:14rem}.sm\:hover\:translate-x-60:hover{--tw-translate-x:15rem}.sm\:hover\:translate-x-64:hover{--tw-translate-x:16rem}.sm\:hover\:translate-x-72:hover{--tw-translate-x:18rem}.sm\:hover\:translate-x-80:hover{--tw-translate-x:20rem}.sm\:hover\:translate-x-96:hover{--tw-translate-x:24rem}.sm\:hover\:translate-x-px:hover{--tw-translate-x:1px}.sm\:hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.sm\:hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.sm\:hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.sm\:hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.sm\:hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.sm\:hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.sm\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.sm\:hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.sm\:hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.sm\:hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.sm\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.sm\:hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.sm\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.sm\:hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.sm\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.sm\:hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.sm\:hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.sm\:hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.sm\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.sm\:hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.sm\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.sm\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.sm\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.sm\:hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.sm\:hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.sm\:hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.sm\:hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.sm\:hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.sm\:hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.sm\:hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.sm\:hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.sm\:hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.sm\:hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.sm\:hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.sm\:hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.sm\:hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.sm\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.sm\:hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.sm\:hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.sm\:hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.sm\:hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.sm\:hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.sm\:hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.sm\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.sm\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.sm\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.sm\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.sm\:hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.sm\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.sm\:hover\:translate-x-full:hover{--tw-translate-x:100%}.sm\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.sm\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.sm\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.sm\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.sm\:hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.sm\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.sm\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.sm\:hover\:translate-y-0:hover{--tw-translate-y:0px}.sm\:hover\:translate-y-1:hover{--tw-translate-y:.25rem}.sm\:hover\:translate-y-2:hover{--tw-translate-y:.5rem}.sm\:hover\:translate-y-3:hover{--tw-translate-y:.75rem}.sm\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.sm\:hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.sm\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.sm\:hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.sm\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.sm\:hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.sm\:hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.sm\:hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.sm\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.sm\:hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.sm\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.sm\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.sm\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.sm\:hover\:translate-y-28:hover{--tw-translate-y:7rem}.sm\:hover\:translate-y-32:hover{--tw-translate-y:8rem}.sm\:hover\:translate-y-36:hover{--tw-translate-y:9rem}.sm\:hover\:translate-y-40:hover{--tw-translate-y:10rem}.sm\:hover\:translate-y-44:hover{--tw-translate-y:11rem}.sm\:hover\:translate-y-48:hover{--tw-translate-y:12rem}.sm\:hover\:translate-y-52:hover{--tw-translate-y:13rem}.sm\:hover\:translate-y-56:hover{--tw-translate-y:14rem}.sm\:hover\:translate-y-60:hover{--tw-translate-y:15rem}.sm\:hover\:translate-y-64:hover{--tw-translate-y:16rem}.sm\:hover\:translate-y-72:hover{--tw-translate-y:18rem}.sm\:hover\:translate-y-80:hover{--tw-translate-y:20rem}.sm\:hover\:translate-y-96:hover{--tw-translate-y:24rem}.sm\:hover\:translate-y-px:hover{--tw-translate-y:1px}.sm\:hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.sm\:hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.sm\:hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.sm\:hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.sm\:hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.sm\:hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.sm\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.sm\:hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.sm\:hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.sm\:hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.sm\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.sm\:hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.sm\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.sm\:hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.sm\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.sm\:hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.sm\:hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.sm\:hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.sm\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.sm\:hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.sm\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.sm\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.sm\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.sm\:hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.sm\:hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.sm\:hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.sm\:hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.sm\:hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.sm\:hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.sm\:hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.sm\:hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.sm\:hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.sm\:hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.sm\:hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.sm\:hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.sm\:hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.sm\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.sm\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.sm\:hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.sm\:hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.sm\:hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.sm\:hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.sm\:hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.sm\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.sm\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.sm\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.sm\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.sm\:hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.sm\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.sm\:hover\:translate-y-full:hover{--tw-translate-y:100%}.sm\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.sm\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.sm\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.sm\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.sm\:hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.sm\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.sm\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.sm\:focus\:translate-x-0:focus{--tw-translate-x:0px}.sm\:focus\:translate-x-1:focus{--tw-translate-x:.25rem}.sm\:focus\:translate-x-2:focus{--tw-translate-x:.5rem}.sm\:focus\:translate-x-3:focus{--tw-translate-x:.75rem}.sm\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.sm\:focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.sm\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.sm\:focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.sm\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.sm\:focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.sm\:focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.sm\:focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.sm\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.sm\:focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.sm\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.sm\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.sm\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.sm\:focus\:translate-x-28:focus{--tw-translate-x:7rem}.sm\:focus\:translate-x-32:focus{--tw-translate-x:8rem}.sm\:focus\:translate-x-36:focus{--tw-translate-x:9rem}.sm\:focus\:translate-x-40:focus{--tw-translate-x:10rem}.sm\:focus\:translate-x-44:focus{--tw-translate-x:11rem}.sm\:focus\:translate-x-48:focus{--tw-translate-x:12rem}.sm\:focus\:translate-x-52:focus{--tw-translate-x:13rem}.sm\:focus\:translate-x-56:focus{--tw-translate-x:14rem}.sm\:focus\:translate-x-60:focus{--tw-translate-x:15rem}.sm\:focus\:translate-x-64:focus{--tw-translate-x:16rem}.sm\:focus\:translate-x-72:focus{--tw-translate-x:18rem}.sm\:focus\:translate-x-80:focus{--tw-translate-x:20rem}.sm\:focus\:translate-x-96:focus{--tw-translate-x:24rem}.sm\:focus\:translate-x-px:focus{--tw-translate-x:1px}.sm\:focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.sm\:focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.sm\:focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.sm\:focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.sm\:focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.sm\:focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.sm\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.sm\:focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.sm\:focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.sm\:focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.sm\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.sm\:focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.sm\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.sm\:focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.sm\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.sm\:focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.sm\:focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.sm\:focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.sm\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.sm\:focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.sm\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.sm\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.sm\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.sm\:focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.sm\:focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.sm\:focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.sm\:focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.sm\:focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.sm\:focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.sm\:focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.sm\:focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.sm\:focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.sm\:focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.sm\:focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.sm\:focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.sm\:focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.sm\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.sm\:focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.sm\:focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.sm\:focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.sm\:focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.sm\:focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.sm\:focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.sm\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.sm\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.sm\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.sm\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.sm\:focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.sm\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.sm\:focus\:translate-x-full:focus{--tw-translate-x:100%}.sm\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.sm\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.sm\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.sm\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.sm\:focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.sm\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.sm\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.sm\:focus\:translate-y-0:focus{--tw-translate-y:0px}.sm\:focus\:translate-y-1:focus{--tw-translate-y:.25rem}.sm\:focus\:translate-y-2:focus{--tw-translate-y:.5rem}.sm\:focus\:translate-y-3:focus{--tw-translate-y:.75rem}.sm\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.sm\:focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.sm\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.sm\:focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.sm\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.sm\:focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.sm\:focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.sm\:focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.sm\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.sm\:focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.sm\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.sm\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.sm\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.sm\:focus\:translate-y-28:focus{--tw-translate-y:7rem}.sm\:focus\:translate-y-32:focus{--tw-translate-y:8rem}.sm\:focus\:translate-y-36:focus{--tw-translate-y:9rem}.sm\:focus\:translate-y-40:focus{--tw-translate-y:10rem}.sm\:focus\:translate-y-44:focus{--tw-translate-y:11rem}.sm\:focus\:translate-y-48:focus{--tw-translate-y:12rem}.sm\:focus\:translate-y-52:focus{--tw-translate-y:13rem}.sm\:focus\:translate-y-56:focus{--tw-translate-y:14rem}.sm\:focus\:translate-y-60:focus{--tw-translate-y:15rem}.sm\:focus\:translate-y-64:focus{--tw-translate-y:16rem}.sm\:focus\:translate-y-72:focus{--tw-translate-y:18rem}.sm\:focus\:translate-y-80:focus{--tw-translate-y:20rem}.sm\:focus\:translate-y-96:focus{--tw-translate-y:24rem}.sm\:focus\:translate-y-px:focus{--tw-translate-y:1px}.sm\:focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.sm\:focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.sm\:focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.sm\:focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.sm\:focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.sm\:focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.sm\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.sm\:focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.sm\:focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.sm\:focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.sm\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.sm\:focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.sm\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.sm\:focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.sm\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.sm\:focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.sm\:focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.sm\:focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.sm\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.sm\:focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.sm\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.sm\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.sm\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.sm\:focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.sm\:focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.sm\:focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.sm\:focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.sm\:focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.sm\:focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.sm\:focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.sm\:focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.sm\:focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.sm\:focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.sm\:focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.sm\:focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.sm\:focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.sm\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.sm\:focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.sm\:focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.sm\:focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.sm\:focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.sm\:focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.sm\:focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.sm\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.sm\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.sm\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.sm\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.sm\:focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.sm\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.sm\:focus\:translate-y-full:focus{--tw-translate-y:100%}.sm\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.sm\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.sm\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.sm\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.sm\:focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.sm\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.sm\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.sm\:skew-x-0{--tw-skew-x:0deg}.sm\:skew-x-1{--tw-skew-x:1deg}.sm\:skew-x-2{--tw-skew-x:2deg}.sm\:skew-x-3{--tw-skew-x:3deg}.sm\:skew-x-6{--tw-skew-x:6deg}.sm\:skew-x-12{--tw-skew-x:12deg}.sm\:-skew-x-12{--tw-skew-x:-12deg}.sm\:-skew-x-6{--tw-skew-x:-6deg}.sm\:-skew-x-3{--tw-skew-x:-3deg}.sm\:-skew-x-2{--tw-skew-x:-2deg}.sm\:-skew-x-1{--tw-skew-x:-1deg}.sm\:skew-y-0{--tw-skew-y:0deg}.sm\:skew-y-1{--tw-skew-y:1deg}.sm\:skew-y-2{--tw-skew-y:2deg}.sm\:skew-y-3{--tw-skew-y:3deg}.sm\:skew-y-6{--tw-skew-y:6deg}.sm\:skew-y-12{--tw-skew-y:12deg}.sm\:-skew-y-12{--tw-skew-y:-12deg}.sm\:-skew-y-6{--tw-skew-y:-6deg}.sm\:-skew-y-3{--tw-skew-y:-3deg}.sm\:-skew-y-2{--tw-skew-y:-2deg}.sm\:-skew-y-1{--tw-skew-y:-1deg}.sm\:hover\:skew-x-0:hover{--tw-skew-x:0deg}.sm\:hover\:skew-x-1:hover{--tw-skew-x:1deg}.sm\:hover\:skew-x-2:hover{--tw-skew-x:2deg}.sm\:hover\:skew-x-3:hover{--tw-skew-x:3deg}.sm\:hover\:skew-x-6:hover{--tw-skew-x:6deg}.sm\:hover\:skew-x-12:hover{--tw-skew-x:12deg}.sm\:hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.sm\:hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.sm\:hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.sm\:hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.sm\:hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.sm\:hover\:skew-y-0:hover{--tw-skew-y:0deg}.sm\:hover\:skew-y-1:hover{--tw-skew-y:1deg}.sm\:hover\:skew-y-2:hover{--tw-skew-y:2deg}.sm\:hover\:skew-y-3:hover{--tw-skew-y:3deg}.sm\:hover\:skew-y-6:hover{--tw-skew-y:6deg}.sm\:hover\:skew-y-12:hover{--tw-skew-y:12deg}.sm\:hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.sm\:hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.sm\:hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.sm\:hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.sm\:hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.sm\:focus\:skew-x-0:focus{--tw-skew-x:0deg}.sm\:focus\:skew-x-1:focus{--tw-skew-x:1deg}.sm\:focus\:skew-x-2:focus{--tw-skew-x:2deg}.sm\:focus\:skew-x-3:focus{--tw-skew-x:3deg}.sm\:focus\:skew-x-6:focus{--tw-skew-x:6deg}.sm\:focus\:skew-x-12:focus{--tw-skew-x:12deg}.sm\:focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.sm\:focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.sm\:focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.sm\:focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.sm\:focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.sm\:focus\:skew-y-0:focus{--tw-skew-y:0deg}.sm\:focus\:skew-y-1:focus{--tw-skew-y:1deg}.sm\:focus\:skew-y-2:focus{--tw-skew-y:2deg}.sm\:focus\:skew-y-3:focus{--tw-skew-y:3deg}.sm\:focus\:skew-y-6:focus{--tw-skew-y:6deg}.sm\:focus\:skew-y-12:focus{--tw-skew-y:12deg}.sm\:focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.sm\:focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.sm\:focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.sm\:focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.sm\:focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.sm\:transition-none{transition-property:none}.sm\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:ease-linear{transition-timing-function:linear}.sm\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.sm\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.sm\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.sm\:duration-75{transition-duration:75ms}.sm\:duration-100{transition-duration:.1s}.sm\:duration-150{transition-duration:.15s}.sm\:duration-200{transition-duration:.2s}.sm\:duration-300{transition-duration:.3s}.sm\:duration-500{transition-duration:.5s}.sm\:duration-700{transition-duration:.7s}.sm\:duration-1000{transition-duration:1s}.sm\:delay-75{transition-delay:75ms}.sm\:delay-100{transition-delay:.1s}.sm\:delay-150{transition-delay:.15s}.sm\:delay-200{transition-delay:.2s}.sm\:delay-300{transition-delay:.3s}.sm\:delay-500{transition-delay:.5s}.sm\:delay-700{transition-delay:.7s}.sm\:delay-1000{transition-delay:1s}.sm\:animate-none{animation:none}.sm\:animate-spin{animation:spin 1s linear infinite}.sm\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.sm\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.sm\:animate-bounce{animation:bounce 1s infinite}}@media (min-width:768px){.md\:space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.md\:space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.md\:space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.md\:space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.md\:space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.md\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.md\:space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.md\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.md\:space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.md\:space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.md\:space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.md\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.md\:space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.md\:space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.md\:space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.md\:space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.md\:space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.md\:space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.md\:space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.md\:space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.md\:space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.md\:space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.md\:space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.md\:space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.md\:space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.md\:space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.md\:space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.md\:space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.md\:space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.md\:space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.md\:space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.md\:space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px*var(--tw-space-x-reverse));margin-left:calc(1px*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.md\:space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.md\:space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.md\:space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.md\:space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.md\:space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.md\:space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.md\:-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.md\:-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.md\:-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.md\:-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.md\:-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.md\:-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.md\:-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.md\:-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.md\:-space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2rem*var(--tw-space-x-reverse));margin-left:calc(-2rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.md\:-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.md\:-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.md\:-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.md\:-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.md\:-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.md\:-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.md\:-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.md\:-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.md\:-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.md\:-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.md\:-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.md\:-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.md\:-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.md\:-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.md\:-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.md\:-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.md\:-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.md\:-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.md\:-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.md\:-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.md\:-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.md\:-space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.md\:-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.md\:-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.md\:-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.md\:-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.md\:-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.md\:-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.md\:-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.md\:space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.md\:divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.md\:divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.md\:divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.md\:divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.md\:divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.md\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.md\:divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.md\:divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.md\:divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.md\:divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.md\:divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.md\:divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.md\:divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.md\:divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.md\:divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.md\:divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.md\:divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.md\:divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.md\:divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.md\:divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.md\:divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.md\:divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.md\:divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.md\:divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.md\:divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.md\:divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.md\:divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.md\:divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.md\:divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.md\:divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.md\:divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.md\:divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.md\:divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.md\:divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.md\:divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.md\:divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.md\:divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.md\:divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.md\:divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.md\:divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.md\:divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.md\:divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.md\:divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.md\:divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.md\:divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.md\:divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.md\:divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.md\:divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.md\:divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.md\:divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.md\:divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.md\:divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.md\:divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.md\:divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.md\:divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.md\:divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.md\:divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.md\:divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.md\:divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.md\:divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.md\:divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.md\:divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.md\:divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.md\:divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.md\:divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.md\:divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.md\:divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.md\:divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.md\:divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.md\:divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.md\:divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.md\:divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.md\:divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.md\:divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.md\:divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.md\:divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.md\:divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.md\:divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.md\:divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.md\:divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.md\:divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.md\:divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.md\:divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.md\:divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.md\:divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.md\:divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.md\:divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.md\:divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.md\:divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.md\:divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.md\:divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.md\:divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.md\:divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.md\:divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.md\:divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.md\:divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.md\:divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.md\:divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.md\:divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.md\:divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.md\:divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.md\:divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.md\:divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.md\:divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.md\:divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.md\:divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.md\:divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.md\:divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.md\:divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.md\:divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.md\:divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.md\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.md\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.md\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.md\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.md\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.md\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.md\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.md\:bg-fixed{background-attachment:fixed}.md\:bg-local{background-attachment:local}.md\:bg-scroll{background-attachment:scroll}.md\:bg-clip-border{background-clip:border-box}.md\:bg-clip-padding{background-clip:padding-box}.md\:bg-clip-content{background-clip:content-box}.md\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.md\:bg-transparent{background-color:transparent}.md\:bg-current{background-color:currentColor}.md\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.md\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.md\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.md\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.md\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.md\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.md\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.md\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.md\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.md\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.md\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.md\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.md\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.md\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.md\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.md\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.md\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.md\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.md\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.md\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.md\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.md\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.md\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.md\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.md\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.md\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.md\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.md\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.md\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.md\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.md\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.md\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.md\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.md\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.md\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.md\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.md\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.md\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.md\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.md\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.md\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.md\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.md\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.md\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.md\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.md\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.md\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.md\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.md\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.md\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.md\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.md\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.md\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.md\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.md\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.md\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.md\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.md\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.md\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.md\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.md\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.md\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.md\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.md\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.md\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.md\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.md\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.md\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.md\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.md\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.md\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.md\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.md\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.md\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.md\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.md\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.md\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.md\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.md\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-transparent{background-color:transparent}.group:hover .md\:group-hover\:bg-current{background-color:currentColor}.group:hover .md\:group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.md\:focus-within\:bg-transparent:focus-within{background-color:transparent}.md\:focus-within\:bg-current:focus-within{background-color:currentColor}.md\:focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.md\:focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:bg-current:hover{background-color:currentColor}.md\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.md\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.md\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.md\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.md\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.md\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.md\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.md\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.md\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.md\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.md\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.md\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.md\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.md\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.md\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.md\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.md\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.md\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.md\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.md\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.md\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.md\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.md\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.md\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.md\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.md\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.md\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.md\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.md\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.md\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.md\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.md\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.md\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.md\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.md\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.md\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.md\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.md\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.md\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.md\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.md\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.md\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.md\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.md\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.md\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.md\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.md\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.md\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.md\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.md\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.md\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.md\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.md\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.md\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.md\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.md\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.md\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.md\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.md\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.md\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.md\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.md\:focus\:bg-transparent:focus{background-color:transparent}.md\:focus\:bg-current:focus{background-color:currentColor}.md\:focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.md\:focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.md\:focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.md\:focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.md\:focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.md\:focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.md\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.md\:focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.md\:focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.md\:focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.md\:focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.md\:focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.md\:focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.md\:focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.md\:focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.md\:focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.md\:focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.md\:focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.md\:focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.md\:focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.md\:focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.md\:focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.md\:focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.md\:focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.md\:focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.md\:focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.md\:focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.md\:focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.md\:focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.md\:focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.md\:focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.md\:focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.md\:focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.md\:focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.md\:focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.md\:focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.md\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.md\:focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.md\:focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.md\:focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.md\:focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.md\:focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.md\:focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.md\:focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.md\:focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.md\:focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.md\:focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.md\:focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.md\:focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.md\:focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.md\:focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.md\:focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.md\:focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.md\:focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.md\:focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.md\:focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.md\:focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.md\:focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.md\:focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.md\:focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.md\:focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.md\:bg-none{background-image:none}.md\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.md\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.md\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.md\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.md\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.md\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.md\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.md\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.md\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.md\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.md\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.md\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.md\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.md\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.md\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.md\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.md\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.md\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.md\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.md\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.md\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.md\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.md\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.md\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.md\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.md\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.md\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.md\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.md\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.md\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.md\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.md\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.md\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.md\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.md\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.md\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.md\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.md\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.md\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.md\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.md\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.md\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.md\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.md\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.md\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.md\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.md\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.md\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.md\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.md\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.md\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.md\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.md\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.md\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.md\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.md\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.md\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.md\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.md\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.md\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.md\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.md\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.md\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.md\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.md\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.md\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.md\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.md\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.md\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.md\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.md\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.md\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.md\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.md\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.md\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.md\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.md\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.md\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.md\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.md\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.md\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.md\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.md\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.md\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.md\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.md\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.md\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.md\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.md\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.md\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.md\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.md\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.md\:via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.md\:via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.md\:via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.md\:via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.md\:via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.md\:via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.md\:via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.md\:via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.md\:via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.md\:via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.md\:via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.md\:via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.md\:via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.md\:via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.md\:via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.md\:via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.md\:via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.md\:via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.md\:via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.md\:via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.md\:via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.md\:via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.md\:via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.md\:via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.md\:via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.md\:via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.md\:via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.md\:via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.md\:via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.md\:via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.md\:via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.md\:via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.md\:via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.md\:via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.md\:via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.md\:via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.md\:via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.md\:via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.md\:via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.md\:via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.md\:via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.md\:via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.md\:via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.md\:via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.md\:via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.md\:via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.md\:via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.md\:via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.md\:via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.md\:via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.md\:via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.md\:via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.md\:via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.md\:via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.md\:via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.md\:via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.md\:via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.md\:via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.md\:via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.md\:via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.md\:via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.md\:via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.md\:via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.md\:via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.md\:via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.md\:via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.md\:via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.md\:via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.md\:via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.md\:via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.md\:via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.md\:via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.md\:via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.md\:via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.md\:via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.md\:via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.md\:via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.md\:via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.md\:via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.md\:via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.md\:via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.md\:via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.md\:via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.md\:via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.md\:to-transparent{--tw-gradient-to:transparent}.md\:to-current{--tw-gradient-to:currentColor}.md\:to-black{--tw-gradient-to:#000}.md\:to-white{--tw-gradient-to:#fff}.md\:to-gray-50{--tw-gradient-to:#f9fafb}.md\:to-gray-100{--tw-gradient-to:#f3f4f6}.md\:to-gray-200{--tw-gradient-to:#e5e7eb}.md\:to-gray-300{--tw-gradient-to:#d1d5db}.md\:to-gray-400{--tw-gradient-to:#9ca3af}.md\:to-gray-500{--tw-gradient-to:#6b7280}.md\:to-gray-600{--tw-gradient-to:#4b5563}.md\:to-gray-700{--tw-gradient-to:#374151}.md\:to-gray-800{--tw-gradient-to:#1f2937}.md\:to-gray-900{--tw-gradient-to:#111827}.md\:to-red-50{--tw-gradient-to:#fef2f2}.md\:to-red-100{--tw-gradient-to:#fee2e2}.md\:to-red-200{--tw-gradient-to:#fecaca}.md\:to-red-300{--tw-gradient-to:#fca5a5}.md\:to-red-400{--tw-gradient-to:#f87171}.md\:to-red-500{--tw-gradient-to:#ef4444}.md\:to-red-600{--tw-gradient-to:#dc2626}.md\:to-red-700{--tw-gradient-to:#b91c1c}.md\:to-red-800{--tw-gradient-to:#991b1b}.md\:to-red-900{--tw-gradient-to:#7f1d1d}.md\:to-yellow-50{--tw-gradient-to:#fffbeb}.md\:to-yellow-100{--tw-gradient-to:#fef3c7}.md\:to-yellow-200{--tw-gradient-to:#fde68a}.md\:to-yellow-300{--tw-gradient-to:#fcd34d}.md\:to-yellow-400{--tw-gradient-to:#fbbf24}.md\:to-yellow-500{--tw-gradient-to:#f59e0b}.md\:to-yellow-600{--tw-gradient-to:#d97706}.md\:to-yellow-700{--tw-gradient-to:#b45309}.md\:to-yellow-800{--tw-gradient-to:#92400e}.md\:to-yellow-900{--tw-gradient-to:#78350f}.md\:to-green-50{--tw-gradient-to:#ecfdf5}.md\:to-green-100{--tw-gradient-to:#d1fae5}.md\:to-green-200{--tw-gradient-to:#a7f3d0}.md\:to-green-300{--tw-gradient-to:#6ee7b7}.md\:to-green-400{--tw-gradient-to:#34d399}.md\:to-green-500{--tw-gradient-to:#10b981}.md\:to-green-600{--tw-gradient-to:#059669}.md\:to-green-700{--tw-gradient-to:#047857}.md\:to-green-800{--tw-gradient-to:#065f46}.md\:to-green-900{--tw-gradient-to:#064e3b}.md\:to-blue-50{--tw-gradient-to:#eff6ff}.md\:to-blue-100{--tw-gradient-to:#dbeafe}.md\:to-blue-200{--tw-gradient-to:#bfdbfe}.md\:to-blue-300{--tw-gradient-to:#93c5fd}.md\:to-blue-400{--tw-gradient-to:#60a5fa}.md\:to-blue-500{--tw-gradient-to:#3b82f6}.md\:to-blue-600{--tw-gradient-to:#2563eb}.md\:to-blue-700{--tw-gradient-to:#1d4ed8}.md\:to-blue-800{--tw-gradient-to:#1e40af}.md\:to-blue-900{--tw-gradient-to:#1e3a8a}.md\:to-indigo-50{--tw-gradient-to:#eef2ff}.md\:to-indigo-100{--tw-gradient-to:#e0e7ff}.md\:to-indigo-200{--tw-gradient-to:#c7d2fe}.md\:to-indigo-300{--tw-gradient-to:#a5b4fc}.md\:to-indigo-400{--tw-gradient-to:#818cf8}.md\:to-indigo-500{--tw-gradient-to:#6366f1}.md\:to-indigo-600{--tw-gradient-to:#4f46e5}.md\:to-indigo-700{--tw-gradient-to:#4338ca}.md\:to-indigo-800{--tw-gradient-to:#3730a3}.md\:to-indigo-900{--tw-gradient-to:#312e81}.md\:to-purple-50{--tw-gradient-to:#f5f3ff}.md\:to-purple-100{--tw-gradient-to:#ede9fe}.md\:to-purple-200{--tw-gradient-to:#ddd6fe}.md\:to-purple-300{--tw-gradient-to:#c4b5fd}.md\:to-purple-400{--tw-gradient-to:#a78bfa}.md\:to-purple-500{--tw-gradient-to:#8b5cf6}.md\:to-purple-600{--tw-gradient-to:#7c3aed}.md\:to-purple-700{--tw-gradient-to:#6d28d9}.md\:to-purple-800{--tw-gradient-to:#5b21b6}.md\:to-purple-900{--tw-gradient-to:#4c1d95}.md\:to-pink-50{--tw-gradient-to:#fdf2f8}.md\:to-pink-100{--tw-gradient-to:#fce7f3}.md\:to-pink-200{--tw-gradient-to:#fbcfe8}.md\:to-pink-300{--tw-gradient-to:#f9a8d4}.md\:to-pink-400{--tw-gradient-to:#f472b6}.md\:to-pink-500{--tw-gradient-to:#ec4899}.md\:to-pink-600{--tw-gradient-to:#db2777}.md\:to-pink-700{--tw-gradient-to:#be185d}.md\:to-pink-800{--tw-gradient-to:#9d174d}.md\:to-pink-900{--tw-gradient-to:#831843}.md\:hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.md\:hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.md\:hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.md\:hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.md\:hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.md\:hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.md\:hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.md\:hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.md\:hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.md\:hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.md\:hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.md\:hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.md\:hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.md\:hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.md\:hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.md\:hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.md\:hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.md\:hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.md\:hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.md\:hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.md\:hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.md\:hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.md\:hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.md\:hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.md\:hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.md\:hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.md\:hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.md\:hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.md\:hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.md\:hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.md\:hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.md\:hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.md\:hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.md\:hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.md\:hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.md\:hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.md\:hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.md\:hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.md\:hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.md\:hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.md\:hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.md\:hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.md\:hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.md\:hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.md\:hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.md\:hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.md\:hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.md\:hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.md\:hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.md\:hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.md\:hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.md\:hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.md\:hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.md\:hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.md\:hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.md\:hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.md\:hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.md\:hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.md\:hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.md\:hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.md\:hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.md\:hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.md\:hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.md\:hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.md\:hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.md\:hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.md\:hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.md\:hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.md\:hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.md\:hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.md\:hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.md\:hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.md\:hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.md\:hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.md\:hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.md\:hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.md\:hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.md\:hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.md\:hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.md\:hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.md\:hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.md\:hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.md\:hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.md\:hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.md\:hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.md\:hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.md\:hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.md\:hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.md\:hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.md\:hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.md\:hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.md\:hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.md\:hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.md\:hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.md\:hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.md\:hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.md\:hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.md\:hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.md\:hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.md\:hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.md\:hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.md\:hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.md\:hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.md\:hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.md\:hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.md\:hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.md\:hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.md\:hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.md\:hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.md\:hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.md\:hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.md\:hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.md\:hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.md\:hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.md\:hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.md\:hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.md\:hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.md\:hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.md\:hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.md\:hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.md\:hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.md\:hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.md\:hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.md\:hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.md\:hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.md\:hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.md\:hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.md\:hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.md\:hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.md\:hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.md\:hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.md\:hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.md\:hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.md\:hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.md\:hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.md\:hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.md\:hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.md\:hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.md\:hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.md\:hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.md\:hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.md\:hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.md\:hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.md\:hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.md\:hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.md\:hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.md\:hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.md\:hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.md\:hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.md\:hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.md\:hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.md\:hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.md\:hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.md\:hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.md\:hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.md\:hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.md\:hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.md\:hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.md\:hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.md\:hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.md\:hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.md\:hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.md\:hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.md\:hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.md\:hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.md\:hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.md\:hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.md\:hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.md\:hover\:to-transparent:hover{--tw-gradient-to:transparent}.md\:hover\:to-current:hover{--tw-gradient-to:currentColor}.md\:hover\:to-black:hover{--tw-gradient-to:#000}.md\:hover\:to-white:hover{--tw-gradient-to:#fff}.md\:hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.md\:hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.md\:hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.md\:hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.md\:hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.md\:hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.md\:hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.md\:hover\:to-gray-700:hover{--tw-gradient-to:#374151}.md\:hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.md\:hover\:to-gray-900:hover{--tw-gradient-to:#111827}.md\:hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.md\:hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.md\:hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.md\:hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.md\:hover\:to-red-400:hover{--tw-gradient-to:#f87171}.md\:hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.md\:hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.md\:hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.md\:hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.md\:hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.md\:hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.md\:hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.md\:hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.md\:hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.md\:hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.md\:hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.md\:hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.md\:hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.md\:hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.md\:hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.md\:hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.md\:hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.md\:hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.md\:hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.md\:hover\:to-green-400:hover{--tw-gradient-to:#34d399}.md\:hover\:to-green-500:hover{--tw-gradient-to:#10b981}.md\:hover\:to-green-600:hover{--tw-gradient-to:#059669}.md\:hover\:to-green-700:hover{--tw-gradient-to:#047857}.md\:hover\:to-green-800:hover{--tw-gradient-to:#065f46}.md\:hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.md\:hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.md\:hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.md\:hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.md\:hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.md\:hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.md\:hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.md\:hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.md\:hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.md\:hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.md\:hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.md\:hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.md\:hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.md\:hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.md\:hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.md\:hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.md\:hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.md\:hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.md\:hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.md\:hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.md\:hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.md\:hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.md\:hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.md\:hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.md\:hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.md\:hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.md\:hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.md\:hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.md\:hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.md\:hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.md\:hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.md\:hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.md\:hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.md\:hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.md\:hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.md\:hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.md\:hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.md\:hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.md\:hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.md\:hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.md\:hover\:to-pink-900:hover{--tw-gradient-to:#831843}.md\:focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.md\:focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.md\:focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.md\:focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.md\:focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.md\:focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.md\:focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.md\:focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.md\:focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.md\:focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.md\:focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.md\:focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.md\:focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.md\:focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.md\:focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.md\:focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.md\:focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.md\:focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.md\:focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.md\:focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.md\:focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.md\:focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.md\:focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.md\:focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.md\:focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.md\:focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.md\:focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.md\:focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.md\:focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.md\:focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.md\:focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.md\:focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.md\:focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.md\:focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.md\:focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.md\:focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.md\:focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.md\:focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.md\:focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.md\:focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.md\:focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.md\:focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.md\:focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.md\:focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.md\:focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.md\:focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.md\:focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.md\:focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.md\:focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.md\:focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.md\:focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.md\:focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.md\:focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.md\:focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.md\:focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.md\:focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.md\:focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.md\:focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.md\:focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.md\:focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.md\:focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.md\:focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.md\:focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.md\:focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.md\:focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.md\:focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.md\:focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.md\:focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.md\:focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.md\:focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.md\:focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.md\:focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.md\:focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.md\:focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.md\:focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.md\:focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.md\:focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.md\:focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.md\:focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.md\:focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.md\:focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.md\:focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.md\:focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.md\:focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.md\:focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.md\:focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.md\:focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.md\:focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.md\:focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.md\:focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.md\:focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.md\:focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.md\:focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.md\:focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.md\:focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.md\:focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.md\:focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.md\:focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.md\:focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.md\:focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.md\:focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.md\:focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.md\:focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.md\:focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.md\:focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.md\:focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.md\:focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.md\:focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.md\:focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.md\:focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.md\:focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.md\:focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.md\:focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.md\:focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.md\:focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.md\:focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.md\:focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.md\:focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.md\:focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.md\:focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.md\:focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.md\:focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.md\:focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.md\:focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.md\:focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.md\:focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.md\:focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.md\:focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.md\:focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.md\:focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.md\:focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.md\:focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.md\:focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.md\:focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.md\:focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.md\:focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.md\:focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.md\:focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.md\:focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.md\:focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.md\:focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.md\:focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.md\:focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.md\:focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.md\:focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.md\:focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.md\:focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.md\:focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.md\:focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.md\:focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.md\:focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.md\:focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.md\:focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.md\:focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.md\:focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.md\:focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.md\:focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.md\:focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.md\:focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.md\:focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.md\:focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.md\:focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.md\:focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.md\:focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.md\:focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.md\:focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.md\:focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.md\:focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.md\:focus\:to-transparent:focus{--tw-gradient-to:transparent}.md\:focus\:to-current:focus{--tw-gradient-to:currentColor}.md\:focus\:to-black:focus{--tw-gradient-to:#000}.md\:focus\:to-white:focus{--tw-gradient-to:#fff}.md\:focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.md\:focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.md\:focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.md\:focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.md\:focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.md\:focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.md\:focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.md\:focus\:to-gray-700:focus{--tw-gradient-to:#374151}.md\:focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.md\:focus\:to-gray-900:focus{--tw-gradient-to:#111827}.md\:focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.md\:focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.md\:focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.md\:focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.md\:focus\:to-red-400:focus{--tw-gradient-to:#f87171}.md\:focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.md\:focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.md\:focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.md\:focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.md\:focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.md\:focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.md\:focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.md\:focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.md\:focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.md\:focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.md\:focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.md\:focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.md\:focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.md\:focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.md\:focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.md\:focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.md\:focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.md\:focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.md\:focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.md\:focus\:to-green-400:focus{--tw-gradient-to:#34d399}.md\:focus\:to-green-500:focus{--tw-gradient-to:#10b981}.md\:focus\:to-green-600:focus{--tw-gradient-to:#059669}.md\:focus\:to-green-700:focus{--tw-gradient-to:#047857}.md\:focus\:to-green-800:focus{--tw-gradient-to:#065f46}.md\:focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.md\:focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.md\:focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.md\:focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.md\:focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.md\:focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.md\:focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.md\:focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.md\:focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.md\:focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.md\:focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.md\:focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.md\:focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.md\:focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.md\:focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.md\:focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.md\:focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.md\:focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.md\:focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.md\:focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.md\:focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.md\:focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.md\:focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.md\:focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.md\:focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.md\:focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.md\:focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.md\:focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.md\:focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.md\:focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.md\:focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.md\:focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.md\:focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.md\:focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.md\:focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.md\:focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.md\:focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.md\:focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.md\:focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.md\:focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.md\:focus\:to-pink-900:focus{--tw-gradient-to:#831843}.md\:bg-opacity-0{--tw-bg-opacity:0}.md\:bg-opacity-5{--tw-bg-opacity:.05}.md\:bg-opacity-10{--tw-bg-opacity:.1}.md\:bg-opacity-20{--tw-bg-opacity:.2}.md\:bg-opacity-25{--tw-bg-opacity:.25}.md\:bg-opacity-30{--tw-bg-opacity:.3}.md\:bg-opacity-40{--tw-bg-opacity:.4}.md\:bg-opacity-50{--tw-bg-opacity:.5}.md\:bg-opacity-60{--tw-bg-opacity:.6}.md\:bg-opacity-70{--tw-bg-opacity:.7}.md\:bg-opacity-75{--tw-bg-opacity:.75}.md\:bg-opacity-80{--tw-bg-opacity:.8}.md\:bg-opacity-90{--tw-bg-opacity:.9}.md\:bg-opacity-95{--tw-bg-opacity:.95}.md\:bg-opacity-100{--tw-bg-opacity:1}.group:hover .md\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .md\:group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .md\:group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .md\:group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .md\:group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .md\:group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .md\:group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .md\:group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .md\:group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .md\:group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .md\:group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .md\:group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .md\:group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .md\:group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .md\:group-hover\:bg-opacity-100{--tw-bg-opacity:1}.md\:focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.md\:focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.md\:focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.md\:focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.md\:focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.md\:focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.md\:focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.md\:focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.md\:focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.md\:focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.md\:focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.md\:focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.md\:focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.md\:focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.md\:focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.md\:hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.md\:hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.md\:hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.md\:hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.md\:hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.md\:hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.md\:hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.md\:hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.md\:hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.md\:hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.md\:hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.md\:hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.md\:hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.md\:hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.md\:hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.md\:focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.md\:focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.md\:focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.md\:focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.md\:focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.md\:focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.md\:focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.md\:focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.md\:focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.md\:focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.md\:focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.md\:focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.md\:focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.md\:focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.md\:focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.md\:bg-bottom{background-position:bottom}.md\:bg-center{background-position:center}.md\:bg-left{background-position:left}.md\:bg-left-bottom{background-position:left bottom}.md\:bg-left-top{background-position:left top}.md\:bg-right{background-position:right}.md\:bg-right-bottom{background-position:right bottom}.md\:bg-right-top{background-position:right top}.md\:bg-top{background-position:top}.md\:bg-repeat{background-repeat:repeat}.md\:bg-no-repeat{background-repeat:no-repeat}.md\:bg-repeat-x{background-repeat:repeat-x}.md\:bg-repeat-y{background-repeat:repeat-y}.md\:bg-repeat-round{background-repeat:round}.md\:bg-repeat-space{background-repeat:space}.md\:bg-auto{background-size:auto}.md\:bg-cover{background-size:cover}.md\:bg-contain{background-size:contain}.md\:border-collapse{border-collapse:collapse}.md\:border-separate{border-collapse:separate}.md\:border-transparent{border-color:transparent}.md\:border-current{border-color:currentColor}.md\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.md\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.md\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.md\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.md\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.md\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.md\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.md\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.md\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.md\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.md\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.md\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.md\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.md\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.md\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.md\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.md\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.md\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.md\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.md\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.md\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.md\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.md\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.md\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.md\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.md\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.md\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.md\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.md\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.md\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.md\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.md\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.md\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.md\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.md\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.md\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.md\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.md\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.md\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.md\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.md\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.md\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.md\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.md\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.md\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.md\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.md\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.md\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.md\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.md\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.md\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.md\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.md\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.md\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.md\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.md\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.md\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.md\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.md\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.md\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.md\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.md\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.md\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.md\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.md\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.md\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.md\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.md\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.md\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.md\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.md\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.md\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.md\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.md\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.md\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.md\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.md\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.md\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.md\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.md\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.md\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-transparent{border-color:transparent}.group:hover .md\:group-hover\:border-current{border-color:currentColor}.group:hover .md\:group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.md\:focus-within\:border-transparent:focus-within{border-color:transparent}.md\:focus-within\:border-current:focus-within{border-color:currentColor}.md\:focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.md\:focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.md\:focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.md\:focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.md\:focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.md\:focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.md\:focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.md\:focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.md\:focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.md\:focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.md\:focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.md\:focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.md\:focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.md\:focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.md\:focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.md\:focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.md\:focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.md\:focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.md\:focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.md\:focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.md\:focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.md\:focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.md\:focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.md\:focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.md\:focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.md\:focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.md\:focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.md\:focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.md\:focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.md\:focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.md\:focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.md\:focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.md\:focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.md\:focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.md\:focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.md\:focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.md\:focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.md\:focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.md\:focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.md\:focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.md\:focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.md\:focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.md\:focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.md\:focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.md\:focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.md\:focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.md\:focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.md\:focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.md\:focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.md\:focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.md\:focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.md\:focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.md\:focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.md\:focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.md\:focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.md\:focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.md\:focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.md\:focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.md\:focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.md\:focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.md\:focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.md\:focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.md\:focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.md\:hover\:border-transparent:hover{border-color:transparent}.md\:hover\:border-current:hover{border-color:currentColor}.md\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.md\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.md\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.md\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.md\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.md\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.md\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.md\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.md\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.md\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.md\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.md\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.md\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.md\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.md\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.md\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.md\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.md\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.md\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.md\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.md\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.md\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.md\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.md\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.md\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.md\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.md\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.md\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.md\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.md\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.md\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.md\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.md\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.md\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.md\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.md\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.md\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.md\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.md\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.md\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.md\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.md\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.md\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.md\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.md\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.md\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.md\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.md\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.md\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.md\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.md\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.md\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.md\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.md\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.md\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.md\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.md\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.md\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.md\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.md\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.md\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.md\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.md\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.md\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.md\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.md\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.md\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.md\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.md\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.md\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.md\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.md\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.md\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.md\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.md\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.md\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.md\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.md\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.md\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.md\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.md\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.md\:focus\:border-transparent:focus{border-color:transparent}.md\:focus\:border-current:focus{border-color:currentColor}.md\:focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.md\:focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.md\:focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.md\:focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.md\:focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.md\:focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.md\:focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.md\:focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.md\:focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.md\:focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.md\:focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.md\:focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.md\:focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.md\:focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.md\:focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.md\:focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.md\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.md\:focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.md\:focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.md\:focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.md\:focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.md\:focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.md\:focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.md\:focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.md\:focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.md\:focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.md\:focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.md\:focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.md\:focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.md\:focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.md\:focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.md\:focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.md\:focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.md\:focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.md\:focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.md\:focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.md\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.md\:focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.md\:focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.md\:focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.md\:focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.md\:focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.md\:focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.md\:focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.md\:focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.md\:focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.md\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.md\:focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.md\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.md\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.md\:focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.md\:focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.md\:focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.md\:focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.md\:focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.md\:focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.md\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.md\:focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.md\:focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.md\:focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.md\:focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.md\:focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.md\:focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.md\:focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.md\:focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.md\:focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.md\:focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.md\:focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.md\:focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.md\:focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.md\:focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.md\:focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.md\:focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.md\:focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.md\:focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.md\:focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.md\:focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.md\:focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.md\:focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.md\:focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.md\:focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.md\:border-opacity-0{--tw-border-opacity:0}.md\:border-opacity-5{--tw-border-opacity:.05}.md\:border-opacity-10{--tw-border-opacity:.1}.md\:border-opacity-20{--tw-border-opacity:.2}.md\:border-opacity-25{--tw-border-opacity:.25}.md\:border-opacity-30{--tw-border-opacity:.3}.md\:border-opacity-40{--tw-border-opacity:.4}.md\:border-opacity-50{--tw-border-opacity:.5}.md\:border-opacity-60{--tw-border-opacity:.6}.md\:border-opacity-70{--tw-border-opacity:.7}.md\:border-opacity-75{--tw-border-opacity:.75}.md\:border-opacity-80{--tw-border-opacity:.8}.md\:border-opacity-90{--tw-border-opacity:.9}.md\:border-opacity-95{--tw-border-opacity:.95}.md\:border-opacity-100{--tw-border-opacity:1}.group:hover .md\:group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .md\:group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .md\:group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .md\:group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .md\:group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .md\:group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .md\:group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .md\:group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .md\:group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .md\:group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .md\:group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .md\:group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .md\:group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .md\:group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .md\:group-hover\:border-opacity-100{--tw-border-opacity:1}.md\:focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.md\:focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.md\:focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.md\:focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.md\:focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.md\:focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.md\:focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.md\:focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.md\:focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.md\:focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.md\:focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.md\:focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.md\:focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.md\:focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.md\:focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.md\:hover\:border-opacity-0:hover{--tw-border-opacity:0}.md\:hover\:border-opacity-5:hover{--tw-border-opacity:.05}.md\:hover\:border-opacity-10:hover{--tw-border-opacity:.1}.md\:hover\:border-opacity-20:hover{--tw-border-opacity:.2}.md\:hover\:border-opacity-25:hover{--tw-border-opacity:.25}.md\:hover\:border-opacity-30:hover{--tw-border-opacity:.3}.md\:hover\:border-opacity-40:hover{--tw-border-opacity:.4}.md\:hover\:border-opacity-50:hover{--tw-border-opacity:.5}.md\:hover\:border-opacity-60:hover{--tw-border-opacity:.6}.md\:hover\:border-opacity-70:hover{--tw-border-opacity:.7}.md\:hover\:border-opacity-75:hover{--tw-border-opacity:.75}.md\:hover\:border-opacity-80:hover{--tw-border-opacity:.8}.md\:hover\:border-opacity-90:hover{--tw-border-opacity:.9}.md\:hover\:border-opacity-95:hover{--tw-border-opacity:.95}.md\:hover\:border-opacity-100:hover{--tw-border-opacity:1}.md\:focus\:border-opacity-0:focus{--tw-border-opacity:0}.md\:focus\:border-opacity-5:focus{--tw-border-opacity:.05}.md\:focus\:border-opacity-10:focus{--tw-border-opacity:.1}.md\:focus\:border-opacity-20:focus{--tw-border-opacity:.2}.md\:focus\:border-opacity-25:focus{--tw-border-opacity:.25}.md\:focus\:border-opacity-30:focus{--tw-border-opacity:.3}.md\:focus\:border-opacity-40:focus{--tw-border-opacity:.4}.md\:focus\:border-opacity-50:focus{--tw-border-opacity:.5}.md\:focus\:border-opacity-60:focus{--tw-border-opacity:.6}.md\:focus\:border-opacity-70:focus{--tw-border-opacity:.7}.md\:focus\:border-opacity-75:focus{--tw-border-opacity:.75}.md\:focus\:border-opacity-80:focus{--tw-border-opacity:.8}.md\:focus\:border-opacity-90:focus{--tw-border-opacity:.9}.md\:focus\:border-opacity-95:focus{--tw-border-opacity:.95}.md\:focus\:border-opacity-100:focus{--tw-border-opacity:1}.md\:rounded-none{border-radius:0}.md\:rounded-sm{border-radius:.125rem}.md\:rounded{border-radius:.25rem}.md\:rounded-md{border-radius:.375rem}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-full{border-radius:9999px}.md\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.md\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.md\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.md\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.md\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.md\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.md\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.md\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.md\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.md\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.md\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.md\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.md\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.md\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.md\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.md\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.md\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.md\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.md\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.md\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.md\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.md\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.md\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.md\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.md\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.md\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.md\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.md\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.md\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.md\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.md\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.md\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.md\:rounded-tl-none{border-top-left-radius:0}.md\:rounded-tr-none{border-top-right-radius:0}.md\:rounded-br-none{border-bottom-right-radius:0}.md\:rounded-bl-none{border-bottom-left-radius:0}.md\:rounded-tl-sm{border-top-left-radius:.125rem}.md\:rounded-tr-sm{border-top-right-radius:.125rem}.md\:rounded-br-sm{border-bottom-right-radius:.125rem}.md\:rounded-bl-sm{border-bottom-left-radius:.125rem}.md\:rounded-tl{border-top-left-radius:.25rem}.md\:rounded-tr{border-top-right-radius:.25rem}.md\:rounded-br{border-bottom-right-radius:.25rem}.md\:rounded-bl{border-bottom-left-radius:.25rem}.md\:rounded-tl-md{border-top-left-radius:.375rem}.md\:rounded-tr-md{border-top-right-radius:.375rem}.md\:rounded-br-md{border-bottom-right-radius:.375rem}.md\:rounded-bl-md{border-bottom-left-radius:.375rem}.md\:rounded-tl-lg{border-top-left-radius:.5rem}.md\:rounded-tr-lg{border-top-right-radius:.5rem}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:rounded-tl-xl{border-top-left-radius:.75rem}.md\:rounded-tr-xl{border-top-right-radius:.75rem}.md\:rounded-br-xl{border-bottom-right-radius:.75rem}.md\:rounded-bl-xl{border-bottom-left-radius:.75rem}.md\:rounded-tl-2xl{border-top-left-radius:1rem}.md\:rounded-tr-2xl{border-top-right-radius:1rem}.md\:rounded-br-2xl{border-bottom-right-radius:1rem}.md\:rounded-bl-2xl{border-bottom-left-radius:1rem}.md\:rounded-tl-3xl{border-top-left-radius:1.5rem}.md\:rounded-tr-3xl{border-top-right-radius:1.5rem}.md\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.md\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.md\:rounded-tl-full{border-top-left-radius:9999px}.md\:rounded-tr-full{border-top-right-radius:9999px}.md\:rounded-br-full{border-bottom-right-radius:9999px}.md\:rounded-bl-full{border-bottom-left-radius:9999px}.md\:border-solid{border-style:solid}.md\:border-dashed{border-style:dashed}.md\:border-dotted{border-style:dotted}.md\:border-double{border-style:double}.md\:border-none{border-style:none}.md\:border-0{border-width:0}.md\:border-2{border-width:2px}.md\:border-4{border-width:4px}.md\:border-8{border-width:8px}.md\:border{border-width:1px}.md\:border-t-0{border-top-width:0}.md\:border-r-0{border-right-width:0}.md\:border-b-0{border-bottom-width:0}.md\:border-l-0{border-left-width:0}.md\:border-t-2{border-top-width:2px}.md\:border-r-2{border-right-width:2px}.md\:border-b-2{border-bottom-width:2px}.md\:border-l-2{border-left-width:2px}.md\:border-t-4{border-top-width:4px}.md\:border-r-4{border-right-width:4px}.md\:border-b-4{border-bottom-width:4px}.md\:border-l-4{border-left-width:4px}.md\:border-t-8{border-top-width:8px}.md\:border-r-8{border-right-width:8px}.md\:border-b-8{border-bottom-width:8px}.md\:border-l-8{border-left-width:8px}.md\:border-t{border-top-width:1px}.md\:border-r{border-right-width:1px}.md\:border-b{border-bottom-width:1px}.md\:border-l{border-left-width:1px}.md\:box-border{box-sizing:border-box}.md\:box-content{box-sizing:content-box}.md\:cursor-auto{cursor:auto}.md\:cursor-default{cursor:default}.md\:cursor-pointer{cursor:pointer}.md\:cursor-wait{cursor:wait}.md\:cursor-text{cursor:text}.md\:cursor-move{cursor:move}.md\:cursor-help{cursor:help}.md\:cursor-not-allowed{cursor:not-allowed}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:table{display:table}.md\:table-caption{display:table-caption}.md\:table-cell{display:table-cell}.md\:table-column{display:table-column}.md\:table-column-group{display:table-column-group}.md\:table-footer-group{display:table-footer-group}.md\:table-header-group{display:table-header-group}.md\:table-row-group{display:table-row-group}.md\:table-row{display:table-row}.md\:flow-root{display:flow-root}.md\:grid{display:grid}.md\:inline-grid{display:inline-grid}.md\:contents{display:contents}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-wrap-reverse{flex-wrap:wrap-reverse}.md\:flex-nowrap{flex-wrap:nowrap}.md\:place-items-auto{place-items:auto}.md\:place-items-start{place-items:start}.md\:place-items-end{place-items:end}.md\:place-items-center{place-items:center}.md\:place-items-stretch{place-items:stretch}.md\:place-content-center{place-content:center}.md\:place-content-start{place-content:start}.md\:place-content-end{place-content:end}.md\:place-content-between{place-content:space-between}.md\:place-content-around{place-content:space-around}.md\:place-content-evenly{place-content:space-evenly}.md\:place-content-stretch{place-content:stretch}.md\:place-self-auto{place-self:auto}.md\:place-self-start{place-self:start}.md\:place-self-end{place-self:end}.md\:place-self-center{place-self:center}.md\:place-self-stretch{place-self:stretch}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:content-evenly{align-content:space-evenly}.md\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:self-center{align-self:center}.md\:self-stretch{align-self:stretch}.md\:justify-items-auto{justify-items:auto}.md\:justify-items-start{justify-items:start}.md\:justify-items-end{justify-items:end}.md\:justify-items-center{justify-items:center}.md\:justify-items-stretch{justify-items:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:justify-self-auto{justify-self:auto}.md\:justify-self-start{justify-self:start}.md\:justify-self-end{justify-self:end}.md\:justify-self-center{justify-self:center}.md\:justify-self-stretch{justify-self:stretch}.md\:flex-1{flex:1 1 0%}.md\:flex-auto{flex:1 1 auto}.md\:flex-initial{flex:0 1 auto}.md\:flex-none{flex:none}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-shrink{flex-shrink:1}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:order-4{order:4}.md\:order-5{order:5}.md\:order-6{order:6}.md\:order-7{order:7}.md\:order-8{order:8}.md\:order-9{order:9}.md\:order-10{order:10}.md\:order-11{order:11}.md\:order-12{order:12}.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:order-none{order:0}.md\:float-right{float:right}.md\:float-left{float:left}.md\:float-none{float:none}.md\:clear-left{clear:left}.md\:clear-right{clear:right}.md\:clear-both{clear:both}.md\:clear-none{clear:none}.md\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.md\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.md\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.md\:font-thin{font-weight:100}.md\:font-extralight{font-weight:200}.md\:font-light{font-weight:300}.md\:font-normal{font-weight:400}.md\:font-medium{font-weight:500}.md\:font-semibold{font-weight:600}.md\:font-bold{font-weight:700}.md\:font-extrabold{font-weight:800}.md\:font-black{font-weight:900}.md\:h-0{height:0}.md\:h-1{height:.25rem}.md\:h-2{height:.5rem}.md\:h-3{height:.75rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-7{height:1.75rem}.md\:h-8{height:2rem}.md\:h-9{height:2.25rem}.md\:h-10{height:2.5rem}.md\:h-11{height:2.75rem}.md\:h-12{height:3rem}.md\:h-14{height:3.5rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-24{height:6rem}.md\:h-28{height:7rem}.md\:h-32{height:8rem}.md\:h-36{height:9rem}.md\:h-40{height:10rem}.md\:h-44{height:11rem}.md\:h-48{height:12rem}.md\:h-52{height:13rem}.md\:h-56{height:14rem}.md\:h-60{height:15rem}.md\:h-64{height:16rem}.md\:h-72{height:18rem}.md\:h-80{height:20rem}.md\:h-96{height:24rem}.md\:h-auto{height:auto}.md\:h-px{height:1px}.md\:h-0\.5{height:.125rem}.md\:h-1\.5{height:.375rem}.md\:h-2\.5{height:.625rem}.md\:h-3\.5{height:.875rem}.md\:h-gutter-1{height:.625rem}.md\:h-gutter-2{height:1.25rem}.md\:h-1\/2{height:50%}.md\:h-1\/3{height:33.333333%}.md\:h-2\/3{height:66.666667%}.md\:h-1\/4{height:25%}.md\:h-2\/4{height:50%}.md\:h-3\/4{height:75%}.md\:h-1\/5{height:20%}.md\:h-2\/5{height:40%}.md\:h-3\/5{height:60%}.md\:h-4\/5{height:80%}.md\:h-1\/6{height:16.666667%}.md\:h-2\/6{height:33.333333%}.md\:h-3\/6{height:50%}.md\:h-4\/6{height:66.666667%}.md\:h-5\/6{height:83.333333%}.md\:h-full{height:100%}.md\:h-screen{height:100vh}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-9xl{font-size:8rem;line-height:1}.md\:leading-3{line-height:.75rem}.md\:leading-4{line-height:1rem}.md\:leading-5{line-height:1.25rem}.md\:leading-6{line-height:1.5rem}.md\:leading-7{line-height:1.75rem}.md\:leading-8{line-height:2rem}.md\:leading-9{line-height:2.25rem}.md\:leading-10{line-height:2.5rem}.md\:leading-none{line-height:1}.md\:leading-tight{line-height:1.25}.md\:leading-snug{line-height:1.375}.md\:leading-normal{line-height:1.5}.md\:leading-relaxed{line-height:1.625}.md\:leading-loose{line-height:2}.md\:list-inside{list-style-position:inside}.md\:list-outside{list-style-position:outside}.md\:list-none{list-style-type:none}.md\:list-disc{list-style-type:disc}.md\:list-decimal{list-style-type:decimal}.md\:m-0{margin:0}.md\:m-1{margin:.25rem}.md\:m-2{margin:.5rem}.md\:m-3{margin:.75rem}.md\:m-4{margin:1rem}.md\:m-5{margin:1.25rem}.md\:m-6{margin:1.5rem}.md\:m-7{margin:1.75rem}.md\:m-8{margin:2rem}.md\:m-9{margin:2.25rem}.md\:m-10{margin:2.5rem}.md\:m-11{margin:2.75rem}.md\:m-12{margin:3rem}.md\:m-14{margin:3.5rem}.md\:m-16{margin:4rem}.md\:m-20{margin:5rem}.md\:m-24{margin:6rem}.md\:m-28{margin:7rem}.md\:m-32{margin:8rem}.md\:m-36{margin:9rem}.md\:m-40{margin:10rem}.md\:m-44{margin:11rem}.md\:m-48{margin:12rem}.md\:m-52{margin:13rem}.md\:m-56{margin:14rem}.md\:m-60{margin:15rem}.md\:m-64{margin:16rem}.md\:m-72{margin:18rem}.md\:m-80{margin:20rem}.md\:m-96{margin:24rem}.md\:m-auto{margin:auto}.md\:m-px{margin:1px}.md\:m-0\.5{margin:.125rem}.md\:m-1\.5{margin:.375rem}.md\:m-2\.5{margin:.625rem}.md\:m-3\.5{margin:.875rem}.md\:m-gutter-1{margin:.625rem}.md\:m-gutter-2{margin:1.25rem}.md\:-m-0{margin:0}.md\:-m-1{margin:-.25rem}.md\:-m-2{margin:-.5rem}.md\:-m-3{margin:-.75rem}.md\:-m-4{margin:-1rem}.md\:-m-5{margin:-1.25rem}.md\:-m-6{margin:-1.5rem}.md\:-m-7{margin:-1.75rem}.md\:-m-8{margin:-2rem}.md\:-m-9{margin:-2.25rem}.md\:-m-10{margin:-2.5rem}.md\:-m-11{margin:-2.75rem}.md\:-m-12{margin:-3rem}.md\:-m-14{margin:-3.5rem}.md\:-m-16{margin:-4rem}.md\:-m-20{margin:-5rem}.md\:-m-24{margin:-6rem}.md\:-m-28{margin:-7rem}.md\:-m-32{margin:-8rem}.md\:-m-36{margin:-9rem}.md\:-m-40{margin:-10rem}.md\:-m-44{margin:-11rem}.md\:-m-48{margin:-12rem}.md\:-m-52{margin:-13rem}.md\:-m-56{margin:-14rem}.md\:-m-60{margin:-15rem}.md\:-m-64{margin:-16rem}.md\:-m-72{margin:-18rem}.md\:-m-80{margin:-20rem}.md\:-m-96{margin:-24rem}.md\:-m-px{margin:-1px}.md\:-m-0\.5{margin:-.125rem}.md\:-m-1\.5{margin:-.375rem}.md\:-m-2\.5{margin:-.625rem}.md\:-m-3\.5{margin:-.875rem}.md\:-m-gutter-1{margin:-.625rem}.md\:-m-gutter-2{margin:-1.25rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.md\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.md\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:my-20{margin-top:5rem;margin-bottom:5rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:mx-24{margin-left:6rem;margin-right:6rem}.md\:my-28{margin-top:7rem;margin-bottom:7rem}.md\:mx-28{margin-left:7rem;margin-right:7rem}.md\:my-32{margin-top:8rem;margin-bottom:8rem}.md\:mx-32{margin-left:8rem;margin-right:8rem}.md\:my-36{margin-top:9rem;margin-bottom:9rem}.md\:mx-36{margin-left:9rem;margin-right:9rem}.md\:my-40{margin-top:10rem;margin-bottom:10rem}.md\:mx-40{margin-left:10rem;margin-right:10rem}.md\:my-44{margin-top:11rem;margin-bottom:11rem}.md\:mx-44{margin-left:11rem;margin-right:11rem}.md\:my-48{margin-top:12rem;margin-bottom:12rem}.md\:mx-48{margin-left:12rem;margin-right:12rem}.md\:my-52{margin-top:13rem;margin-bottom:13rem}.md\:mx-52{margin-left:13rem;margin-right:13rem}.md\:my-56{margin-top:14rem;margin-bottom:14rem}.md\:mx-56{margin-left:14rem;margin-right:14rem}.md\:my-60{margin-top:15rem;margin-bottom:15rem}.md\:mx-60{margin-left:15rem;margin-right:15rem}.md\:my-64{margin-top:16rem;margin-bottom:16rem}.md\:mx-64{margin-left:16rem;margin-right:16rem}.md\:my-72{margin-top:18rem;margin-bottom:18rem}.md\:mx-72{margin-left:18rem;margin-right:18rem}.md\:my-80{margin-top:20rem;margin-bottom:20rem}.md\:mx-80{margin-left:20rem;margin-right:20rem}.md\:my-96{margin-top:24rem;margin-bottom:24rem}.md\:mx-96{margin-left:24rem;margin-right:24rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-px{margin-top:1px;margin-bottom:1px}.md\:mx-px{margin-left:1px;margin-right:1px}.md\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.md\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.md\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.md\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.md\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.md\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.md\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.md\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.md\:my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.md\:mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.md\:my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.md\:mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.md\:-my-0{margin-top:0;margin-bottom:0}.md\:-mx-0{margin-left:0;margin-right:0}.md\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.md\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.md\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.md\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.md\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.md\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.md\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.md\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.md\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.md\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.md\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.md\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.md\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.md\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.md\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.md\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.md\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.md\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.md\:-mx-12{margin-left:-3rem;margin-right:-3rem}.md\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.md\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.md\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.md\:-mx-16{margin-left:-4rem;margin-right:-4rem}.md\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.md\:-mx-20{margin-left:-5rem;margin-right:-5rem}.md\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.md\:-mx-24{margin-left:-6rem;margin-right:-6rem}.md\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.md\:-mx-28{margin-left:-7rem;margin-right:-7rem}.md\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.md\:-mx-32{margin-left:-8rem;margin-right:-8rem}.md\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.md\:-mx-36{margin-left:-9rem;margin-right:-9rem}.md\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.md\:-mx-40{margin-left:-10rem;margin-right:-10rem}.md\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.md\:-mx-44{margin-left:-11rem;margin-right:-11rem}.md\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.md\:-mx-48{margin-left:-12rem;margin-right:-12rem}.md\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.md\:-mx-52{margin-left:-13rem;margin-right:-13rem}.md\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.md\:-mx-56{margin-left:-14rem;margin-right:-14rem}.md\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.md\:-mx-60{margin-left:-15rem;margin-right:-15rem}.md\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.md\:-mx-64{margin-left:-16rem;margin-right:-16rem}.md\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.md\:-mx-72{margin-left:-18rem;margin-right:-18rem}.md\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.md\:-mx-80{margin-left:-20rem;margin-right:-20rem}.md\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.md\:-mx-96{margin-left:-24rem;margin-right:-24rem}.md\:-my-px{margin-top:-1px;margin-bottom:-1px}.md\:-mx-px{margin-left:-1px;margin-right:-1px}.md\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.md\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.md\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.md\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.md\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.md\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.md\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.md\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.md\:-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.md\:-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.md\:-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.md\:-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.md\:mt-0{margin-top:0}.md\:mr-0{margin-right:0}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-1{margin-top:.25rem}.md\:mr-1{margin-right:.25rem}.md\:mb-1{margin-bottom:.25rem}.md\:ml-1{margin-left:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mr-2{margin-right:.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:ml-2{margin-left:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mr-3{margin-right:.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:ml-3{margin-left:.75rem}.md\:mt-4{margin-top:1rem}.md\:mr-4{margin-right:1rem}.md\:mb-4{margin-bottom:1rem}.md\:ml-4{margin-left:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mr-5{margin-right:1.25rem}.md\:mb-5{margin-bottom:1.25rem}.md\:ml-5{margin-left:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mr-7{margin-right:1.75rem}.md\:mb-7{margin-bottom:1.75rem}.md\:ml-7{margin-left:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mr-8{margin-right:2rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-8{margin-left:2rem}.md\:mt-9{margin-top:2.25rem}.md\:mr-9{margin-right:2.25rem}.md\:mb-9{margin-bottom:2.25rem}.md\:ml-9{margin-left:2.25rem}.md\:mt-10{margin-top:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:ml-10{margin-left:2.5rem}.md\:mt-11{margin-top:2.75rem}.md\:mr-11{margin-right:2.75rem}.md\:mb-11{margin-bottom:2.75rem}.md\:ml-11{margin-left:2.75rem}.md\:mt-12{margin-top:3rem}.md\:mr-12{margin-right:3rem}.md\:mb-12{margin-bottom:3rem}.md\:ml-12{margin-left:3rem}.md\:mt-14{margin-top:3.5rem}.md\:mr-14{margin-right:3.5rem}.md\:mb-14{margin-bottom:3.5rem}.md\:ml-14{margin-left:3.5rem}.md\:mt-16{margin-top:4rem}.md\:mr-16{margin-right:4rem}.md\:mb-16{margin-bottom:4rem}.md\:ml-16{margin-left:4rem}.md\:mt-20{margin-top:5rem}.md\:mr-20{margin-right:5rem}.md\:mb-20{margin-bottom:5rem}.md\:ml-20{margin-left:5rem}.md\:mt-24{margin-top:6rem}.md\:mr-24{margin-right:6rem}.md\:mb-24{margin-bottom:6rem}.md\:ml-24{margin-left:6rem}.md\:mt-28{margin-top:7rem}.md\:mr-28{margin-right:7rem}.md\:mb-28{margin-bottom:7rem}.md\:ml-28{margin-left:7rem}.md\:mt-32{margin-top:8rem}.md\:mr-32{margin-right:8rem}.md\:mb-32{margin-bottom:8rem}.md\:ml-32{margin-left:8rem}.md\:mt-36{margin-top:9rem}.md\:mr-36{margin-right:9rem}.md\:mb-36{margin-bottom:9rem}.md\:ml-36{margin-left:9rem}.md\:mt-40{margin-top:10rem}.md\:mr-40{margin-right:10rem}.md\:mb-40{margin-bottom:10rem}.md\:ml-40{margin-left:10rem}.md\:mt-44{margin-top:11rem}.md\:mr-44{margin-right:11rem}.md\:mb-44{margin-bottom:11rem}.md\:ml-44{margin-left:11rem}.md\:mt-48{margin-top:12rem}.md\:mr-48{margin-right:12rem}.md\:mb-48{margin-bottom:12rem}.md\:ml-48{margin-left:12rem}.md\:mt-52{margin-top:13rem}.md\:mr-52{margin-right:13rem}.md\:mb-52{margin-bottom:13rem}.md\:ml-52{margin-left:13rem}.md\:mt-56{margin-top:14rem}.md\:mr-56{margin-right:14rem}.md\:mb-56{margin-bottom:14rem}.md\:ml-56{margin-left:14rem}.md\:mt-60{margin-top:15rem}.md\:mr-60{margin-right:15rem}.md\:mb-60{margin-bottom:15rem}.md\:ml-60{margin-left:15rem}.md\:mt-64{margin-top:16rem}.md\:mr-64{margin-right:16rem}.md\:mb-64{margin-bottom:16rem}.md\:ml-64{margin-left:16rem}.md\:mt-72{margin-top:18rem}.md\:mr-72{margin-right:18rem}.md\:mb-72{margin-bottom:18rem}.md\:ml-72{margin-left:18rem}.md\:mt-80{margin-top:20rem}.md\:mr-80{margin-right:20rem}.md\:mb-80{margin-bottom:20rem}.md\:ml-80{margin-left:20rem}.md\:mt-96{margin-top:24rem}.md\:mr-96{margin-right:24rem}.md\:mb-96{margin-bottom:24rem}.md\:ml-96{margin-left:24rem}.md\:mt-auto{margin-top:auto}.md\:mr-auto{margin-right:auto}.md\:mb-auto{margin-bottom:auto}.md\:ml-auto{margin-left:auto}.md\:mt-px{margin-top:1px}.md\:mr-px{margin-right:1px}.md\:mb-px{margin-bottom:1px}.md\:ml-px{margin-left:1px}.md\:mt-0\.5{margin-top:.125rem}.md\:mr-0\.5{margin-right:.125rem}.md\:mb-0\.5{margin-bottom:.125rem}.md\:ml-0\.5{margin-left:.125rem}.md\:mt-1\.5{margin-top:.375rem}.md\:mr-1\.5{margin-right:.375rem}.md\:mb-1\.5{margin-bottom:.375rem}.md\:ml-1\.5{margin-left:.375rem}.md\:mt-2\.5{margin-top:.625rem}.md\:mr-2\.5{margin-right:.625rem}.md\:mb-2\.5{margin-bottom:.625rem}.md\:ml-2\.5{margin-left:.625rem}.md\:mt-3\.5{margin-top:.875rem}.md\:mr-3\.5{margin-right:.875rem}.md\:mb-3\.5{margin-bottom:.875rem}.md\:ml-3\.5{margin-left:.875rem}.md\:mt-gutter-1{margin-top:.625rem}.md\:mr-gutter-1{margin-right:.625rem}.md\:mb-gutter-1{margin-bottom:.625rem}.md\:ml-gutter-1{margin-left:.625rem}.md\:mt-gutter-2{margin-top:1.25rem}.md\:mr-gutter-2{margin-right:1.25rem}.md\:mb-gutter-2{margin-bottom:1.25rem}.md\:ml-gutter-2{margin-left:1.25rem}.md\:-mt-0{margin-top:0}.md\:-mr-0{margin-right:0}.md\:-mb-0{margin-bottom:0}.md\:-ml-0{margin-left:0}.md\:-mt-1{margin-top:-.25rem}.md\:-mr-1{margin-right:-.25rem}.md\:-mb-1{margin-bottom:-.25rem}.md\:-ml-1{margin-left:-.25rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mr-2{margin-right:-.5rem}.md\:-mb-2{margin-bottom:-.5rem}.md\:-ml-2{margin-left:-.5rem}.md\:-mt-3{margin-top:-.75rem}.md\:-mr-3{margin-right:-.75rem}.md\:-mb-3{margin-bottom:-.75rem}.md\:-ml-3{margin-left:-.75rem}.md\:-mt-4{margin-top:-1rem}.md\:-mr-4{margin-right:-1rem}.md\:-mb-4{margin-bottom:-1rem}.md\:-ml-4{margin-left:-1rem}.md\:-mt-5{margin-top:-1.25rem}.md\:-mr-5{margin-right:-1.25rem}.md\:-mb-5{margin-bottom:-1.25rem}.md\:-ml-5{margin-left:-1.25rem}.md\:-mt-6{margin-top:-1.5rem}.md\:-mr-6{margin-right:-1.5rem}.md\:-mb-6{margin-bottom:-1.5rem}.md\:-ml-6{margin-left:-1.5rem}.md\:-mt-7{margin-top:-1.75rem}.md\:-mr-7{margin-right:-1.75rem}.md\:-mb-7{margin-bottom:-1.75rem}.md\:-ml-7{margin-left:-1.75rem}.md\:-mt-8{margin-top:-2rem}.md\:-mr-8{margin-right:-2rem}.md\:-mb-8{margin-bottom:-2rem}.md\:-ml-8{margin-left:-2rem}.md\:-mt-9{margin-top:-2.25rem}.md\:-mr-9{margin-right:-2.25rem}.md\:-mb-9{margin-bottom:-2.25rem}.md\:-ml-9{margin-left:-2.25rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-mr-10{margin-right:-2.5rem}.md\:-mb-10{margin-bottom:-2.5rem}.md\:-ml-10{margin-left:-2.5rem}.md\:-mt-11{margin-top:-2.75rem}.md\:-mr-11{margin-right:-2.75rem}.md\:-mb-11{margin-bottom:-2.75rem}.md\:-ml-11{margin-left:-2.75rem}.md\:-mt-12{margin-top:-3rem}.md\:-mr-12{margin-right:-3rem}.md\:-mb-12{margin-bottom:-3rem}.md\:-ml-12{margin-left:-3rem}.md\:-mt-14{margin-top:-3.5rem}.md\:-mr-14{margin-right:-3.5rem}.md\:-mb-14{margin-bottom:-3.5rem}.md\:-ml-14{margin-left:-3.5rem}.md\:-mt-16{margin-top:-4rem}.md\:-mr-16{margin-right:-4rem}.md\:-mb-16{margin-bottom:-4rem}.md\:-ml-16{margin-left:-4rem}.md\:-mt-20{margin-top:-5rem}.md\:-mr-20{margin-right:-5rem}.md\:-mb-20{margin-bottom:-5rem}.md\:-ml-20{margin-left:-5rem}.md\:-mt-24{margin-top:-6rem}.md\:-mr-24{margin-right:-6rem}.md\:-mb-24{margin-bottom:-6rem}.md\:-ml-24{margin-left:-6rem}.md\:-mt-28{margin-top:-7rem}.md\:-mr-28{margin-right:-7rem}.md\:-mb-28{margin-bottom:-7rem}.md\:-ml-28{margin-left:-7rem}.md\:-mt-32{margin-top:-8rem}.md\:-mr-32{margin-right:-8rem}.md\:-mb-32{margin-bottom:-8rem}.md\:-ml-32{margin-left:-8rem}.md\:-mt-36{margin-top:-9rem}.md\:-mr-36{margin-right:-9rem}.md\:-mb-36{margin-bottom:-9rem}.md\:-ml-36{margin-left:-9rem}.md\:-mt-40{margin-top:-10rem}.md\:-mr-40{margin-right:-10rem}.md\:-mb-40{margin-bottom:-10rem}.md\:-ml-40{margin-left:-10rem}.md\:-mt-44{margin-top:-11rem}.md\:-mr-44{margin-right:-11rem}.md\:-mb-44{margin-bottom:-11rem}.md\:-ml-44{margin-left:-11rem}.md\:-mt-48{margin-top:-12rem}.md\:-mr-48{margin-right:-12rem}.md\:-mb-48{margin-bottom:-12rem}.md\:-ml-48{margin-left:-12rem}.md\:-mt-52{margin-top:-13rem}.md\:-mr-52{margin-right:-13rem}.md\:-mb-52{margin-bottom:-13rem}.md\:-ml-52{margin-left:-13rem}.md\:-mt-56{margin-top:-14rem}.md\:-mr-56{margin-right:-14rem}.md\:-mb-56{margin-bottom:-14rem}.md\:-ml-56{margin-left:-14rem}.md\:-mt-60{margin-top:-15rem}.md\:-mr-60{margin-right:-15rem}.md\:-mb-60{margin-bottom:-15rem}.md\:-ml-60{margin-left:-15rem}.md\:-mt-64{margin-top:-16rem}.md\:-mr-64{margin-right:-16rem}.md\:-mb-64{margin-bottom:-16rem}.md\:-ml-64{margin-left:-16rem}.md\:-mt-72{margin-top:-18rem}.md\:-mr-72{margin-right:-18rem}.md\:-mb-72{margin-bottom:-18rem}.md\:-ml-72{margin-left:-18rem}.md\:-mt-80{margin-top:-20rem}.md\:-mr-80{margin-right:-20rem}.md\:-mb-80{margin-bottom:-20rem}.md\:-ml-80{margin-left:-20rem}.md\:-mt-96{margin-top:-24rem}.md\:-mr-96{margin-right:-24rem}.md\:-mb-96{margin-bottom:-24rem}.md\:-ml-96{margin-left:-24rem}.md\:-mt-px{margin-top:-1px}.md\:-mr-px{margin-right:-1px}.md\:-mb-px{margin-bottom:-1px}.md\:-ml-px{margin-left:-1px}.md\:-mt-0\.5{margin-top:-.125rem}.md\:-mr-0\.5{margin-right:-.125rem}.md\:-mb-0\.5{margin-bottom:-.125rem}.md\:-ml-0\.5{margin-left:-.125rem}.md\:-mt-1\.5{margin-top:-.375rem}.md\:-mr-1\.5{margin-right:-.375rem}.md\:-mb-1\.5{margin-bottom:-.375rem}.md\:-ml-1\.5{margin-left:-.375rem}.md\:-mt-2\.5{margin-top:-.625rem}.md\:-mr-2\.5{margin-right:-.625rem}.md\:-mb-2\.5{margin-bottom:-.625rem}.md\:-ml-2\.5{margin-left:-.625rem}.md\:-mt-3\.5{margin-top:-.875rem}.md\:-mr-3\.5{margin-right:-.875rem}.md\:-mb-3\.5{margin-bottom:-.875rem}.md\:-ml-3\.5{margin-left:-.875rem}.md\:-mt-gutter-1{margin-top:-.625rem}.md\:-mr-gutter-1{margin-right:-.625rem}.md\:-mb-gutter-1{margin-bottom:-.625rem}.md\:-ml-gutter-1{margin-left:-.625rem}.md\:-mt-gutter-2{margin-top:-1.25rem}.md\:-mr-gutter-2{margin-right:-1.25rem}.md\:-mb-gutter-2{margin-bottom:-1.25rem}.md\:-ml-gutter-2{margin-left:-1.25rem}.md\:max-h-0{max-height:0px}.md\:max-h-1{max-height:.25rem}.md\:max-h-2{max-height:.5rem}.md\:max-h-3{max-height:.75rem}.md\:max-h-4{max-height:1rem}.md\:max-h-5{max-height:1.25rem}.md\:max-h-6{max-height:1.5rem}.md\:max-h-7{max-height:1.75rem}.md\:max-h-8{max-height:2rem}.md\:max-h-9{max-height:2.25rem}.md\:max-h-10{max-height:2.5rem}.md\:max-h-11{max-height:2.75rem}.md\:max-h-12{max-height:3rem}.md\:max-h-14{max-height:3.5rem}.md\:max-h-16{max-height:4rem}.md\:max-h-20{max-height:5rem}.md\:max-h-24{max-height:6rem}.md\:max-h-28{max-height:7rem}.md\:max-h-32{max-height:8rem}.md\:max-h-36{max-height:9rem}.md\:max-h-40{max-height:10rem}.md\:max-h-44{max-height:11rem}.md\:max-h-48{max-height:12rem}.md\:max-h-52{max-height:13rem}.md\:max-h-56{max-height:14rem}.md\:max-h-60{max-height:15rem}.md\:max-h-64{max-height:16rem}.md\:max-h-72{max-height:18rem}.md\:max-h-80{max-height:20rem}.md\:max-h-96{max-height:24rem}.md\:max-h-px{max-height:1px}.md\:max-h-0\.5{max-height:.125rem}.md\:max-h-1\.5{max-height:.375rem}.md\:max-h-2\.5{max-height:.625rem}.md\:max-h-3\.5{max-height:.875rem}.md\:max-h-gutter-1{max-height:.625rem}.md\:max-h-gutter-2{max-height:1.25rem}.md\:max-h-full{max-height:100%}.md\:max-h-screen{max-height:100vh}.md\:max-w-0{max-width:0}.md\:max-w-none{max-width:none}.md\:max-w-xs{max-width:20rem}.md\:max-w-sm{max-width:24rem}.md\:max-w-md{max-width:28rem}.md\:max-w-lg{max-width:32rem}.md\:max-w-xl{max-width:36rem}.md\:max-w-2xl{max-width:42rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-4xl{max-width:56rem}.md\:max-w-5xl{max-width:64rem}.md\:max-w-6xl{max-width:72rem}.md\:max-w-7xl{max-width:80rem}.md\:max-w-full{max-width:100%}.md\:max-w-min{max-width:-moz-min-content;max-width:min-content}.md\:max-w-max{max-width:-moz-max-content;max-width:max-content}.md\:max-w-prose{max-width:65ch}.md\:max-w-screen-sm{max-width:576px}.md\:max-w-screen-md{max-width:768px}.md\:max-w-screen-lg{max-width:1024px}.md\:max-w-screen-xl{max-width:1440px}.md\:max-w-screen-xxl{max-width:1600px}.md\:max-w-screen-xxxl{max-width:1920px}.md\:min-h-0{min-height:0px}.md\:min-h-full{min-height:100%}.md\:min-h-screen{min-height:100vh}.md\:min-w-0{min-width:0}.md\:min-w-full{min-width:100%}.md\:min-w-min{min-width:-moz-min-content;min-width:min-content}.md\:min-w-max{min-width:-moz-max-content;min-width:max-content}.md\:object-contain{-o-object-fit:contain;object-fit:contain}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:object-fill{-o-object-fit:fill;object-fit:fill}.md\:object-none{-o-object-fit:none;object-fit:none}.md\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.md\:object-bottom{-o-object-position:bottom;object-position:bottom}.md\:object-center{-o-object-position:center;object-position:center}.md\:object-left{-o-object-position:left;object-position:left}.md\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.md\:object-left-top{-o-object-position:left top;object-position:left top}.md\:object-right{-o-object-position:right;object-position:right}.md\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.md\:object-right-top{-o-object-position:right top;object-position:right top}.md\:object-top{-o-object-position:top;object-position:top}.md\:opacity-0{opacity:0}.md\:opacity-5{opacity:.05}.md\:opacity-10{opacity:.1}.md\:opacity-20{opacity:.2}.md\:opacity-25{opacity:.25}.md\:opacity-30{opacity:.3}.md\:opacity-40{opacity:.4}.md\:opacity-50{opacity:.5}.md\:opacity-60{opacity:.6}.md\:opacity-70{opacity:.7}.md\:opacity-75{opacity:.75}.md\:opacity-80{opacity:.8}.md\:opacity-90{opacity:.9}.md\:opacity-95{opacity:.95}.md\:opacity-100{opacity:1}.group:hover .md\:group-hover\:opacity-0{opacity:0}.group:hover .md\:group-hover\:opacity-5{opacity:.05}.group:hover .md\:group-hover\:opacity-10{opacity:.1}.group:hover .md\:group-hover\:opacity-20{opacity:.2}.group:hover .md\:group-hover\:opacity-25{opacity:.25}.group:hover .md\:group-hover\:opacity-30{opacity:.3}.group:hover .md\:group-hover\:opacity-40{opacity:.4}.group:hover .md\:group-hover\:opacity-50{opacity:.5}.group:hover .md\:group-hover\:opacity-60{opacity:.6}.group:hover .md\:group-hover\:opacity-70{opacity:.7}.group:hover .md\:group-hover\:opacity-75{opacity:.75}.group:hover .md\:group-hover\:opacity-80{opacity:.8}.group:hover .md\:group-hover\:opacity-90{opacity:.9}.group:hover .md\:group-hover\:opacity-95{opacity:.95}.group:hover .md\:group-hover\:opacity-100{opacity:1}.md\:focus-within\:opacity-0:focus-within{opacity:0}.md\:focus-within\:opacity-5:focus-within{opacity:.05}.md\:focus-within\:opacity-10:focus-within{opacity:.1}.md\:focus-within\:opacity-20:focus-within{opacity:.2}.md\:focus-within\:opacity-25:focus-within{opacity:.25}.md\:focus-within\:opacity-30:focus-within{opacity:.3}.md\:focus-within\:opacity-40:focus-within{opacity:.4}.md\:focus-within\:opacity-50:focus-within{opacity:.5}.md\:focus-within\:opacity-60:focus-within{opacity:.6}.md\:focus-within\:opacity-70:focus-within{opacity:.7}.md\:focus-within\:opacity-75:focus-within{opacity:.75}.md\:focus-within\:opacity-80:focus-within{opacity:.8}.md\:focus-within\:opacity-90:focus-within{opacity:.9}.md\:focus-within\:opacity-95:focus-within{opacity:.95}.md\:focus-within\:opacity-100:focus-within{opacity:1}.md\:hover\:opacity-0:hover{opacity:0}.md\:hover\:opacity-5:hover{opacity:.05}.md\:hover\:opacity-10:hover{opacity:.1}.md\:hover\:opacity-20:hover{opacity:.2}.md\:hover\:opacity-25:hover{opacity:.25}.md\:hover\:opacity-30:hover{opacity:.3}.md\:hover\:opacity-40:hover{opacity:.4}.md\:hover\:opacity-50:hover{opacity:.5}.md\:hover\:opacity-60:hover{opacity:.6}.md\:hover\:opacity-70:hover{opacity:.7}.md\:hover\:opacity-75:hover{opacity:.75}.md\:hover\:opacity-80:hover{opacity:.8}.md\:hover\:opacity-90:hover{opacity:.9}.md\:hover\:opacity-95:hover{opacity:.95}.md\:hover\:opacity-100:hover{opacity:1}.md\:focus\:opacity-0:focus{opacity:0}.md\:focus\:opacity-5:focus{opacity:.05}.md\:focus\:opacity-10:focus{opacity:.1}.md\:focus\:opacity-20:focus{opacity:.2}.md\:focus\:opacity-25:focus{opacity:.25}.md\:focus\:opacity-30:focus{opacity:.3}.md\:focus\:opacity-40:focus{opacity:.4}.md\:focus\:opacity-50:focus{opacity:.5}.md\:focus\:opacity-60:focus{opacity:.6}.md\:focus\:opacity-70:focus{opacity:.7}.md\:focus\:opacity-75:focus{opacity:.75}.md\:focus\:opacity-80:focus{opacity:.8}.md\:focus\:opacity-90:focus{opacity:.9}.md\:focus\:opacity-95:focus{opacity:.95}.md\:focus\:opacity-100:focus{opacity:1}.md\:outline-none{outline:2px solid transparent;outline-offset:2px}.md\:outline-white{outline:2px dotted #fff;outline-offset:2px}.md\:outline-black{outline:2px dotted #000;outline-offset:2px}.md\:focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.md\:focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.md\:focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.md\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.md\:focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.md\:focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.md\:overflow-auto{overflow:auto}.md\:overflow-hidden{overflow:hidden}.md\:overflow-visible{overflow:visible}.md\:overflow-scroll{overflow:scroll}.md\:overflow-x-auto{overflow-x:auto}.md\:overflow-y-auto{overflow-y:auto}.md\:overflow-x-hidden{overflow-x:hidden}.md\:overflow-y-hidden{overflow-y:hidden}.md\:overflow-x-visible{overflow-x:visible}.md\:overflow-y-visible{overflow-y:visible}.md\:overflow-x-scroll{overflow-x:scroll}.md\:overflow-y-scroll{overflow-y:scroll}.md\:overscroll-auto{overscroll-behavior:auto}.md\:overscroll-contain{overscroll-behavior:contain}.md\:overscroll-none{overscroll-behavior:none}.md\:overscroll-y-auto{overscroll-behavior-y:auto}.md\:overscroll-y-contain{overscroll-behavior-y:contain}.md\:overscroll-y-none{overscroll-behavior-y:none}.md\:overscroll-x-auto{overscroll-behavior-x:auto}.md\:overscroll-x-contain{overscroll-behavior-x:contain}.md\:overscroll-x-none{overscroll-behavior-x:none}.md\:p-0{padding:0}.md\:p-1{padding:.25rem}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:p-9{padding:2.25rem}.md\:p-10{padding:2.5rem}.md\:p-11{padding:2.75rem}.md\:p-12{padding:3rem}.md\:p-14{padding:3.5rem}.md\:p-16{padding:4rem}.md\:p-20{padding:5rem}.md\:p-24{padding:6rem}.md\:p-28{padding:7rem}.md\:p-32{padding:8rem}.md\:p-36{padding:9rem}.md\:p-40{padding:10rem}.md\:p-44{padding:11rem}.md\:p-48{padding:12rem}.md\:p-52{padding:13rem}.md\:p-56{padding:14rem}.md\:p-60{padding:15rem}.md\:p-64{padding:16rem}.md\:p-72{padding:18rem}.md\:p-80{padding:20rem}.md\:p-96{padding:24rem}.md\:p-px{padding:1px}.md\:p-0\.5{padding:.125rem}.md\:p-1\.5{padding:.375rem}.md\:p-2\.5{padding:.625rem}.md\:p-3\.5{padding:.875rem}.md\:p-gutter-1{padding:.625rem}.md\:p-gutter-2{padding:1.25rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:px-0{padding-left:0;padding-right:0}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:px-28{padding-left:7rem;padding-right:7rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:py-36{padding-top:9rem;padding-bottom:9rem}.md\:px-36{padding-left:9rem;padding-right:9rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:px-40{padding-left:10rem;padding-right:10rem}.md\:py-44{padding-top:11rem;padding-bottom:11rem}.md\:px-44{padding-left:11rem;padding-right:11rem}.md\:py-48{padding-top:12rem;padding-bottom:12rem}.md\:px-48{padding-left:12rem;padding-right:12rem}.md\:py-52{padding-top:13rem;padding-bottom:13rem}.md\:px-52{padding-left:13rem;padding-right:13rem}.md\:py-56{padding-top:14rem;padding-bottom:14rem}.md\:px-56{padding-left:14rem;padding-right:14rem}.md\:py-60{padding-top:15rem;padding-bottom:15rem}.md\:px-60{padding-left:15rem;padding-right:15rem}.md\:py-64{padding-top:16rem;padding-bottom:16rem}.md\:px-64{padding-left:16rem;padding-right:16rem}.md\:py-72{padding-top:18rem;padding-bottom:18rem}.md\:px-72{padding-left:18rem;padding-right:18rem}.md\:py-80{padding-top:20rem;padding-bottom:20rem}.md\:px-80{padding-left:20rem;padding-right:20rem}.md\:py-96{padding-top:24rem;padding-bottom:24rem}.md\:px-96{padding-left:24rem;padding-right:24rem}.md\:py-px{padding-top:1px;padding-bottom:1px}.md\:px-px{padding-left:1px;padding-right:1px}.md\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.md\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.md\:px-gutter-1{padding-left:.625rem;padding-right:.625rem}.md\:py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.md\:pt-0{padding-top:0}.md\:pr-0{padding-right:0}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pt-1{padding-top:.25rem}.md\:pr-1{padding-right:.25rem}.md\:pb-1{padding-bottom:.25rem}.md\:pl-1{padding-left:.25rem}.md\:pt-2{padding-top:.5rem}.md\:pr-2{padding-right:.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:pl-2{padding-left:.5rem}.md\:pt-3{padding-top:.75rem}.md\:pr-3{padding-right:.75rem}.md\:pb-3{padding-bottom:.75rem}.md\:pl-3{padding-left:.75rem}.md\:pt-4{padding-top:1rem}.md\:pr-4{padding-right:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-4{padding-left:1rem}.md\:pt-5{padding-top:1.25rem}.md\:pr-5{padding-right:1.25rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pl-5{padding-left:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-6{padding-left:1.5rem}.md\:pt-7{padding-top:1.75rem}.md\:pr-7{padding-right:1.75rem}.md\:pb-7{padding-bottom:1.75rem}.md\:pl-7{padding-left:1.75rem}.md\:pt-8{padding-top:2rem}.md\:pr-8{padding-right:2rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-8{padding-left:2rem}.md\:pt-9{padding-top:2.25rem}.md\:pr-9{padding-right:2.25rem}.md\:pb-9{padding-bottom:2.25rem}.md\:pl-9{padding-left:2.25rem}.md\:pt-10{padding-top:2.5rem}.md\:pr-10{padding-right:2.5rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pl-10{padding-left:2.5rem}.md\:pt-11{padding-top:2.75rem}.md\:pr-11{padding-right:2.75rem}.md\:pb-11{padding-bottom:2.75rem}.md\:pl-11{padding-left:2.75rem}.md\:pt-12{padding-top:3rem}.md\:pr-12{padding-right:3rem}.md\:pb-12{padding-bottom:3rem}.md\:pl-12{padding-left:3rem}.md\:pt-14{padding-top:3.5rem}.md\:pr-14{padding-right:3.5rem}.md\:pb-14{padding-bottom:3.5rem}.md\:pl-14{padding-left:3.5rem}.md\:pt-16{padding-top:4rem}.md\:pr-16{padding-right:4rem}.md\:pb-16{padding-bottom:4rem}.md\:pl-16{padding-left:4rem}.md\:pt-20{padding-top:5rem}.md\:pr-20{padding-right:5rem}.md\:pb-20{padding-bottom:5rem}.md\:pl-20{padding-left:5rem}.md\:pt-24{padding-top:6rem}.md\:pr-24{padding-right:6rem}.md\:pb-24{padding-bottom:6rem}.md\:pl-24{padding-left:6rem}.md\:pt-28{padding-top:7rem}.md\:pr-28{padding-right:7rem}.md\:pb-28{padding-bottom:7rem}.md\:pl-28{padding-left:7rem}.md\:pt-32{padding-top:8rem}.md\:pr-32{padding-right:8rem}.md\:pb-32{padding-bottom:8rem}.md\:pl-32{padding-left:8rem}.md\:pt-36{padding-top:9rem}.md\:pr-36{padding-right:9rem}.md\:pb-36{padding-bottom:9rem}.md\:pl-36{padding-left:9rem}.md\:pt-40{padding-top:10rem}.md\:pr-40{padding-right:10rem}.md\:pb-40{padding-bottom:10rem}.md\:pl-40{padding-left:10rem}.md\:pt-44{padding-top:11rem}.md\:pr-44{padding-right:11rem}.md\:pb-44{padding-bottom:11rem}.md\:pl-44{padding-left:11rem}.md\:pt-48{padding-top:12rem}.md\:pr-48{padding-right:12rem}.md\:pb-48{padding-bottom:12rem}.md\:pl-48{padding-left:12rem}.md\:pt-52{padding-top:13rem}.md\:pr-52{padding-right:13rem}.md\:pb-52{padding-bottom:13rem}.md\:pl-52{padding-left:13rem}.md\:pt-56{padding-top:14rem}.md\:pr-56{padding-right:14rem}.md\:pb-56{padding-bottom:14rem}.md\:pl-56{padding-left:14rem}.md\:pt-60{padding-top:15rem}.md\:pr-60{padding-right:15rem}.md\:pb-60{padding-bottom:15rem}.md\:pl-60{padding-left:15rem}.md\:pt-64{padding-top:16rem}.md\:pr-64{padding-right:16rem}.md\:pb-64{padding-bottom:16rem}.md\:pl-64{padding-left:16rem}.md\:pt-72{padding-top:18rem}.md\:pr-72{padding-right:18rem}.md\:pb-72{padding-bottom:18rem}.md\:pl-72{padding-left:18rem}.md\:pt-80{padding-top:20rem}.md\:pr-80{padding-right:20rem}.md\:pb-80{padding-bottom:20rem}.md\:pl-80{padding-left:20rem}.md\:pt-96{padding-top:24rem}.md\:pr-96{padding-right:24rem}.md\:pb-96{padding-bottom:24rem}.md\:pl-96{padding-left:24rem}.md\:pt-px{padding-top:1px}.md\:pr-px{padding-right:1px}.md\:pb-px{padding-bottom:1px}.md\:pl-px{padding-left:1px}.md\:pt-0\.5{padding-top:.125rem}.md\:pr-0\.5{padding-right:.125rem}.md\:pb-0\.5{padding-bottom:.125rem}.md\:pl-0\.5{padding-left:.125rem}.md\:pt-1\.5{padding-top:.375rem}.md\:pr-1\.5{padding-right:.375rem}.md\:pb-1\.5{padding-bottom:.375rem}.md\:pl-1\.5{padding-left:.375rem}.md\:pt-2\.5{padding-top:.625rem}.md\:pr-2\.5{padding-right:.625rem}.md\:pb-2\.5{padding-bottom:.625rem}.md\:pl-2\.5{padding-left:.625rem}.md\:pt-3\.5{padding-top:.875rem}.md\:pr-3\.5{padding-right:.875rem}.md\:pb-3\.5{padding-bottom:.875rem}.md\:pl-3\.5{padding-left:.875rem}.md\:pt-gutter-1{padding-top:.625rem}.md\:pr-gutter-1{padding-right:.625rem}.md\:pb-gutter-1{padding-bottom:.625rem}.md\:pl-gutter-1{padding-left:.625rem}.md\:pt-gutter-2{padding-top:1.25rem}.md\:pr-gutter-2{padding-right:1.25rem}.md\:pb-gutter-2{padding-bottom:1.25rem}.md\:pl-gutter-2{padding-left:1.25rem}.md\:placeholder-transparent::-moz-placeholder{color:transparent}.md\:placeholder-transparent::placeholder{color:transparent}.md\:placeholder-current::-moz-placeholder{color:currentColor}.md\:placeholder-current::placeholder{color:currentColor}.md\:placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.md\:placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.md\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.md\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.md\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.md\:placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.md\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.md\:placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.md\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.md\:placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.md\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.md\:placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.md\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.md\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.md\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.md\:placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.md\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.md\:placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.md\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.md\:placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.md\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.md\:placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.md\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.md\:placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.md\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.md\:placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.md\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.md\:placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.md\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.md\:placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.md\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.md\:placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.md\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.md\:placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.md\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.md\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.md\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.md\:placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.md\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.md\:placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.md\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.md\:placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.md\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.md\:placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.md\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.md\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.md\:placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.md\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.md\:placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.md\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.md\:placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.md\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.md\:placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.md\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.md\:placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.md\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.md\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.md\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.md\:placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.md\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.md\:placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.md\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.md\:placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.md\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.md\:placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.md\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.md\:placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.md\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.md\:placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.md\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.md\:placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.md\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.md\:placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.md\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.md\:placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.md\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.md\:placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.md\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.md\:placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.md\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.md\:placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.md\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.md\:placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.md\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.md\:placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.md\:placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.md\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.md\:placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.md\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.md\:placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.md\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.md\:placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.md\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.md\:placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.md\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.md\:placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.md\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.md\:placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.md\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.md\:placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.md\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.md\:placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.md\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.md\:placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.md\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.md\:placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.md\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.md\:placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.md\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.md\:placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.md\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.md\:placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.md\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.md\:placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.md\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.md\:placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.md\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.md\:placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.md\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.md\:placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.md\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.md\:placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.md\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.md\:placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.md\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.md\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.md\:focus\:placeholder-current:focus::placeholder{color:currentColor}.md\:focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.md\:placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.md\:placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.md\:placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.md\:placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.md\:placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.md\:placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.md\:placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.md\:placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.md\:placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.md\:placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.md\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.md\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.md\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.md\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.md\:placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.md\:placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.md\:placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.md\:placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.md\:placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.md\:placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.md\:placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.md\:placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.md\:placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.md\:placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.md\:placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.md\:placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.md\:placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.md\:placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.md\:placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.md\:placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.md\:focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.md\:focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.md\:focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.md\:focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.md\:focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.md\:focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.md\:focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.md\:focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.md\:focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.md\:focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.md\:focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.md\:focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.md\:focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.md\:focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.md\:focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.md\:pointer-events-none{pointer-events:none}.md\:pointer-events-auto{pointer-events:auto}.md\:static{position:static}.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:sticky{position:sticky}.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.md\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.md\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.md\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.md\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.md\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.md\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.md\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.md\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.md\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.md\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.md\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.md\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.md\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.md\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.md\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.md\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.md\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.md\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.md\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.md\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.md\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.md\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.md\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.md\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.md\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.md\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.md\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.md\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.md\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.md\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.md\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.md\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.md\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.md\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.md\:inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.md\:inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.md\:-inset-0{top:0;right:0;bottom:0;left:0}.md\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.md\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.md\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.md\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.md\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.md\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.md\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.md\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.md\:-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.md\:-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.md\:-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.md\:-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.md\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.md\:-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.md\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.md\:-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.md\:-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.md\:-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.md\:-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.md\:-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.md\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.md\:-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.md\:-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.md\:-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.md\:-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.md\:-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.md\:-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.md\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.md\:-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.md\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.md\:-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.md\:-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.md\:-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.md\:-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.md\:-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.md\:-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.md\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.md\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.md\:inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.md\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.md\:inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.md\:inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.md\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.md\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.md\:-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.md\:-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.md\:-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.md\:-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.md\:-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.md\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.md\:inset-y-0{top:0;bottom:0}.md\:inset-x-0{right:0;left:0}.md\:inset-y-1{top:.25rem;bottom:.25rem}.md\:inset-x-1{right:.25rem;left:.25rem}.md\:inset-y-2{top:.5rem;bottom:.5rem}.md\:inset-x-2{right:.5rem;left:.5rem}.md\:inset-y-3{top:.75rem;bottom:.75rem}.md\:inset-x-3{right:.75rem;left:.75rem}.md\:inset-y-4{top:1rem;bottom:1rem}.md\:inset-x-4{right:1rem;left:1rem}.md\:inset-y-5{top:1.25rem;bottom:1.25rem}.md\:inset-x-5{right:1.25rem;left:1.25rem}.md\:inset-y-6{top:1.5rem;bottom:1.5rem}.md\:inset-x-6{right:1.5rem;left:1.5rem}.md\:inset-y-7{top:1.75rem;bottom:1.75rem}.md\:inset-x-7{right:1.75rem;left:1.75rem}.md\:inset-y-8{top:2rem;bottom:2rem}.md\:inset-x-8{right:2rem;left:2rem}.md\:inset-y-9{top:2.25rem;bottom:2.25rem}.md\:inset-x-9{right:2.25rem;left:2.25rem}.md\:inset-y-10{top:2.5rem;bottom:2.5rem}.md\:inset-x-10{right:2.5rem;left:2.5rem}.md\:inset-y-11{top:2.75rem;bottom:2.75rem}.md\:inset-x-11{right:2.75rem;left:2.75rem}.md\:inset-y-12{top:3rem;bottom:3rem}.md\:inset-x-12{right:3rem;left:3rem}.md\:inset-y-14{top:3.5rem;bottom:3.5rem}.md\:inset-x-14{right:3.5rem;left:3.5rem}.md\:inset-y-16{top:4rem;bottom:4rem}.md\:inset-x-16{right:4rem;left:4rem}.md\:inset-y-20{top:5rem;bottom:5rem}.md\:inset-x-20{right:5rem;left:5rem}.md\:inset-y-24{top:6rem;bottom:6rem}.md\:inset-x-24{right:6rem;left:6rem}.md\:inset-y-28{top:7rem;bottom:7rem}.md\:inset-x-28{right:7rem;left:7rem}.md\:inset-y-32{top:8rem;bottom:8rem}.md\:inset-x-32{right:8rem;left:8rem}.md\:inset-y-36{top:9rem;bottom:9rem}.md\:inset-x-36{right:9rem;left:9rem}.md\:inset-y-40{top:10rem;bottom:10rem}.md\:inset-x-40{right:10rem;left:10rem}.md\:inset-y-44{top:11rem;bottom:11rem}.md\:inset-x-44{right:11rem;left:11rem}.md\:inset-y-48{top:12rem;bottom:12rem}.md\:inset-x-48{right:12rem;left:12rem}.md\:inset-y-52{top:13rem;bottom:13rem}.md\:inset-x-52{right:13rem;left:13rem}.md\:inset-y-56{top:14rem;bottom:14rem}.md\:inset-x-56{right:14rem;left:14rem}.md\:inset-y-60{top:15rem;bottom:15rem}.md\:inset-x-60{right:15rem;left:15rem}.md\:inset-y-64{top:16rem;bottom:16rem}.md\:inset-x-64{right:16rem;left:16rem}.md\:inset-y-72{top:18rem;bottom:18rem}.md\:inset-x-72{right:18rem;left:18rem}.md\:inset-y-80{top:20rem;bottom:20rem}.md\:inset-x-80{right:20rem;left:20rem}.md\:inset-y-96{top:24rem;bottom:24rem}.md\:inset-x-96{right:24rem;left:24rem}.md\:inset-y-auto{top:auto;bottom:auto}.md\:inset-x-auto{right:auto;left:auto}.md\:inset-y-px{top:1px;bottom:1px}.md\:inset-x-px{right:1px;left:1px}.md\:inset-y-0\.5{top:.125rem;bottom:.125rem}.md\:inset-x-0\.5{right:.125rem;left:.125rem}.md\:inset-y-1\.5{top:.375rem;bottom:.375rem}.md\:inset-x-1\.5{right:.375rem;left:.375rem}.md\:inset-y-2\.5{top:.625rem;bottom:.625rem}.md\:inset-x-2\.5{right:.625rem;left:.625rem}.md\:inset-y-3\.5{top:.875rem;bottom:.875rem}.md\:inset-x-3\.5{right:.875rem;left:.875rem}.md\:inset-y-gutter-1{top:.625rem;bottom:.625rem}.md\:inset-x-gutter-1{right:.625rem;left:.625rem}.md\:inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.md\:inset-x-gutter-2{right:1.25rem;left:1.25rem}.md\:-inset-y-0{top:0;bottom:0}.md\:-inset-x-0{right:0;left:0}.md\:-inset-y-1{top:-.25rem;bottom:-.25rem}.md\:-inset-x-1{right:-.25rem;left:-.25rem}.md\:-inset-y-2{top:-.5rem;bottom:-.5rem}.md\:-inset-x-2{right:-.5rem;left:-.5rem}.md\:-inset-y-3{top:-.75rem;bottom:-.75rem}.md\:-inset-x-3{right:-.75rem;left:-.75rem}.md\:-inset-y-4{top:-1rem;bottom:-1rem}.md\:-inset-x-4{right:-1rem;left:-1rem}.md\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.md\:-inset-x-5{right:-1.25rem;left:-1.25rem}.md\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.md\:-inset-x-6{right:-1.5rem;left:-1.5rem}.md\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.md\:-inset-x-7{right:-1.75rem;left:-1.75rem}.md\:-inset-y-8{top:-2rem;bottom:-2rem}.md\:-inset-x-8{right:-2rem;left:-2rem}.md\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.md\:-inset-x-9{right:-2.25rem;left:-2.25rem}.md\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.md\:-inset-x-10{right:-2.5rem;left:-2.5rem}.md\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.md\:-inset-x-11{right:-2.75rem;left:-2.75rem}.md\:-inset-y-12{top:-3rem;bottom:-3rem}.md\:-inset-x-12{right:-3rem;left:-3rem}.md\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.md\:-inset-x-14{right:-3.5rem;left:-3.5rem}.md\:-inset-y-16{top:-4rem;bottom:-4rem}.md\:-inset-x-16{right:-4rem;left:-4rem}.md\:-inset-y-20{top:-5rem;bottom:-5rem}.md\:-inset-x-20{right:-5rem;left:-5rem}.md\:-inset-y-24{top:-6rem;bottom:-6rem}.md\:-inset-x-24{right:-6rem;left:-6rem}.md\:-inset-y-28{top:-7rem;bottom:-7rem}.md\:-inset-x-28{right:-7rem;left:-7rem}.md\:-inset-y-32{top:-8rem;bottom:-8rem}.md\:-inset-x-32{right:-8rem;left:-8rem}.md\:-inset-y-36{top:-9rem;bottom:-9rem}.md\:-inset-x-36{right:-9rem;left:-9rem}.md\:-inset-y-40{top:-10rem;bottom:-10rem}.md\:-inset-x-40{right:-10rem;left:-10rem}.md\:-inset-y-44{top:-11rem;bottom:-11rem}.md\:-inset-x-44{right:-11rem;left:-11rem}.md\:-inset-y-48{top:-12rem;bottom:-12rem}.md\:-inset-x-48{right:-12rem;left:-12rem}.md\:-inset-y-52{top:-13rem;bottom:-13rem}.md\:-inset-x-52{right:-13rem;left:-13rem}.md\:-inset-y-56{top:-14rem;bottom:-14rem}.md\:-inset-x-56{right:-14rem;left:-14rem}.md\:-inset-y-60{top:-15rem;bottom:-15rem}.md\:-inset-x-60{right:-15rem;left:-15rem}.md\:-inset-y-64{top:-16rem;bottom:-16rem}.md\:-inset-x-64{right:-16rem;left:-16rem}.md\:-inset-y-72{top:-18rem;bottom:-18rem}.md\:-inset-x-72{right:-18rem;left:-18rem}.md\:-inset-y-80{top:-20rem;bottom:-20rem}.md\:-inset-x-80{right:-20rem;left:-20rem}.md\:-inset-y-96{top:-24rem;bottom:-24rem}.md\:-inset-x-96{right:-24rem;left:-24rem}.md\:-inset-y-px{top:-1px;bottom:-1px}.md\:-inset-x-px{right:-1px;left:-1px}.md\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.md\:-inset-x-0\.5{right:-.125rem;left:-.125rem}.md\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.md\:-inset-x-1\.5{right:-.375rem;left:-.375rem}.md\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.md\:-inset-x-2\.5{right:-.625rem;left:-.625rem}.md\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.md\:-inset-x-3\.5{right:-.875rem;left:-.875rem}.md\:-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.md\:-inset-x-gutter-1{right:-.625rem;left:-.625rem}.md\:-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.md\:-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.md\:inset-y-1\/2{top:50%;bottom:50%}.md\:inset-x-1\/2{right:50%;left:50%}.md\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.md\:inset-x-1\/3{right:33.333333%;left:33.333333%}.md\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.md\:inset-x-2\/3{right:66.666667%;left:66.666667%}.md\:inset-y-1\/4{top:25%;bottom:25%}.md\:inset-x-1\/4{right:25%;left:25%}.md\:inset-y-2\/4{top:50%;bottom:50%}.md\:inset-x-2\/4{right:50%;left:50%}.md\:inset-y-3\/4{top:75%;bottom:75%}.md\:inset-x-3\/4{right:75%;left:75%}.md\:inset-y-full{top:100%;bottom:100%}.md\:inset-x-full{right:100%;left:100%}.md\:-inset-y-1\/2{top:-50%;bottom:-50%}.md\:-inset-x-1\/2{right:-50%;left:-50%}.md\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.md\:-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.md\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.md\:-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.md\:-inset-y-1\/4{top:-25%;bottom:-25%}.md\:-inset-x-1\/4{right:-25%;left:-25%}.md\:-inset-y-2\/4{top:-50%;bottom:-50%}.md\:-inset-x-2\/4{right:-50%;left:-50%}.md\:-inset-y-3\/4{top:-75%;bottom:-75%}.md\:-inset-x-3\/4{right:-75%;left:-75%}.md\:-inset-y-full{top:-100%;bottom:-100%}.md\:-inset-x-full{right:-100%;left:-100%}.md\:top-0{top:0}.md\:right-0{right:0}.md\:bottom-0{bottom:0}.md\:left-0{left:0}.md\:top-1{top:.25rem}.md\:right-1{right:.25rem}.md\:bottom-1{bottom:.25rem}.md\:left-1{left:.25rem}.md\:top-2{top:.5rem}.md\:right-2{right:.5rem}.md\:bottom-2{bottom:.5rem}.md\:left-2{left:.5rem}.md\:top-3{top:.75rem}.md\:right-3{right:.75rem}.md\:bottom-3{bottom:.75rem}.md\:left-3{left:.75rem}.md\:top-4{top:1rem}.md\:right-4{right:1rem}.md\:bottom-4{bottom:1rem}.md\:left-4{left:1rem}.md\:top-5{top:1.25rem}.md\:right-5{right:1.25rem}.md\:bottom-5{bottom:1.25rem}.md\:left-5{left:1.25rem}.md\:top-6{top:1.5rem}.md\:right-6{right:1.5rem}.md\:bottom-6{bottom:1.5rem}.md\:left-6{left:1.5rem}.md\:top-7{top:1.75rem}.md\:right-7{right:1.75rem}.md\:bottom-7{bottom:1.75rem}.md\:left-7{left:1.75rem}.md\:top-8{top:2rem}.md\:right-8{right:2rem}.md\:bottom-8{bottom:2rem}.md\:left-8{left:2rem}.md\:top-9{top:2.25rem}.md\:right-9{right:2.25rem}.md\:bottom-9{bottom:2.25rem}.md\:left-9{left:2.25rem}.md\:top-10{top:2.5rem}.md\:right-10{right:2.5rem}.md\:bottom-10{bottom:2.5rem}.md\:left-10{left:2.5rem}.md\:top-11{top:2.75rem}.md\:right-11{right:2.75rem}.md\:bottom-11{bottom:2.75rem}.md\:left-11{left:2.75rem}.md\:top-12{top:3rem}.md\:right-12{right:3rem}.md\:bottom-12{bottom:3rem}.md\:left-12{left:3rem}.md\:top-14{top:3.5rem}.md\:right-14{right:3.5rem}.md\:bottom-14{bottom:3.5rem}.md\:left-14{left:3.5rem}.md\:top-16{top:4rem}.md\:right-16{right:4rem}.md\:bottom-16{bottom:4rem}.md\:left-16{left:4rem}.md\:top-20{top:5rem}.md\:right-20{right:5rem}.md\:bottom-20{bottom:5rem}.md\:left-20{left:5rem}.md\:top-24{top:6rem}.md\:right-24{right:6rem}.md\:bottom-24{bottom:6rem}.md\:left-24{left:6rem}.md\:top-28{top:7rem}.md\:right-28{right:7rem}.md\:bottom-28{bottom:7rem}.md\:left-28{left:7rem}.md\:top-32{top:8rem}.md\:right-32{right:8rem}.md\:bottom-32{bottom:8rem}.md\:left-32{left:8rem}.md\:top-36{top:9rem}.md\:right-36{right:9rem}.md\:bottom-36{bottom:9rem}.md\:left-36{left:9rem}.md\:top-40{top:10rem}.md\:right-40{right:10rem}.md\:bottom-40{bottom:10rem}.md\:left-40{left:10rem}.md\:top-44{top:11rem}.md\:right-44{right:11rem}.md\:bottom-44{bottom:11rem}.md\:left-44{left:11rem}.md\:top-48{top:12rem}.md\:right-48{right:12rem}.md\:bottom-48{bottom:12rem}.md\:left-48{left:12rem}.md\:top-52{top:13rem}.md\:right-52{right:13rem}.md\:bottom-52{bottom:13rem}.md\:left-52{left:13rem}.md\:top-56{top:14rem}.md\:right-56{right:14rem}.md\:bottom-56{bottom:14rem}.md\:left-56{left:14rem}.md\:top-60{top:15rem}.md\:right-60{right:15rem}.md\:bottom-60{bottom:15rem}.md\:left-60{left:15rem}.md\:top-64{top:16rem}.md\:right-64{right:16rem}.md\:bottom-64{bottom:16rem}.md\:left-64{left:16rem}.md\:top-72{top:18rem}.md\:right-72{right:18rem}.md\:bottom-72{bottom:18rem}.md\:left-72{left:18rem}.md\:top-80{top:20rem}.md\:right-80{right:20rem}.md\:bottom-80{bottom:20rem}.md\:left-80{left:20rem}.md\:top-96{top:24rem}.md\:right-96{right:24rem}.md\:bottom-96{bottom:24rem}.md\:left-96{left:24rem}.md\:top-auto{top:auto}.md\:right-auto{right:auto}.md\:bottom-auto{bottom:auto}.md\:left-auto{left:auto}.md\:top-px{top:1px}.md\:right-px{right:1px}.md\:bottom-px{bottom:1px}.md\:left-px{left:1px}.md\:top-0\.5{top:.125rem}.md\:right-0\.5{right:.125rem}.md\:bottom-0\.5{bottom:.125rem}.md\:left-0\.5{left:.125rem}.md\:top-1\.5{top:.375rem}.md\:right-1\.5{right:.375rem}.md\:bottom-1\.5{bottom:.375rem}.md\:left-1\.5{left:.375rem}.md\:top-2\.5{top:.625rem}.md\:right-2\.5{right:.625rem}.md\:bottom-2\.5{bottom:.625rem}.md\:left-2\.5{left:.625rem}.md\:top-3\.5{top:.875rem}.md\:right-3\.5{right:.875rem}.md\:bottom-3\.5{bottom:.875rem}.md\:left-3\.5{left:.875rem}.md\:top-gutter-1{top:.625rem}.md\:right-gutter-1{right:.625rem}.md\:bottom-gutter-1{bottom:.625rem}.md\:left-gutter-1{left:.625rem}.md\:top-gutter-2{top:1.25rem}.md\:right-gutter-2{right:1.25rem}.md\:bottom-gutter-2{bottom:1.25rem}.md\:left-gutter-2{left:1.25rem}.md\:-top-0{top:0}.md\:-right-0{right:0}.md\:-bottom-0{bottom:0}.md\:-left-0{left:0}.md\:-top-1{top:-.25rem}.md\:-right-1{right:-.25rem}.md\:-bottom-1{bottom:-.25rem}.md\:-left-1{left:-.25rem}.md\:-top-2{top:-.5rem}.md\:-right-2{right:-.5rem}.md\:-bottom-2{bottom:-.5rem}.md\:-left-2{left:-.5rem}.md\:-top-3{top:-.75rem}.md\:-right-3{right:-.75rem}.md\:-bottom-3{bottom:-.75rem}.md\:-left-3{left:-.75rem}.md\:-top-4{top:-1rem}.md\:-right-4{right:-1rem}.md\:-bottom-4{bottom:-1rem}.md\:-left-4{left:-1rem}.md\:-top-5{top:-1.25rem}.md\:-right-5{right:-1.25rem}.md\:-bottom-5{bottom:-1.25rem}.md\:-left-5{left:-1.25rem}.md\:-top-6{top:-1.5rem}.md\:-right-6{right:-1.5rem}.md\:-bottom-6{bottom:-1.5rem}.md\:-left-6{left:-1.5rem}.md\:-top-7{top:-1.75rem}.md\:-right-7{right:-1.75rem}.md\:-bottom-7{bottom:-1.75rem}.md\:-left-7{left:-1.75rem}.md\:-top-8{top:-2rem}.md\:-right-8{right:-2rem}.md\:-bottom-8{bottom:-2rem}.md\:-left-8{left:-2rem}.md\:-top-9{top:-2.25rem}.md\:-right-9{right:-2.25rem}.md\:-bottom-9{bottom:-2.25rem}.md\:-left-9{left:-2.25rem}.md\:-top-10{top:-2.5rem}.md\:-right-10{right:-2.5rem}.md\:-bottom-10{bottom:-2.5rem}.md\:-left-10{left:-2.5rem}.md\:-top-11{top:-2.75rem}.md\:-right-11{right:-2.75rem}.md\:-bottom-11{bottom:-2.75rem}.md\:-left-11{left:-2.75rem}.md\:-top-12{top:-3rem}.md\:-right-12{right:-3rem}.md\:-bottom-12{bottom:-3rem}.md\:-left-12{left:-3rem}.md\:-top-14{top:-3.5rem}.md\:-right-14{right:-3.5rem}.md\:-bottom-14{bottom:-3.5rem}.md\:-left-14{left:-3.5rem}.md\:-top-16{top:-4rem}.md\:-right-16{right:-4rem}.md\:-bottom-16{bottom:-4rem}.md\:-left-16{left:-4rem}.md\:-top-20{top:-5rem}.md\:-right-20{right:-5rem}.md\:-bottom-20{bottom:-5rem}.md\:-left-20{left:-5rem}.md\:-top-24{top:-6rem}.md\:-right-24{right:-6rem}.md\:-bottom-24{bottom:-6rem}.md\:-left-24{left:-6rem}.md\:-top-28{top:-7rem}.md\:-right-28{right:-7rem}.md\:-bottom-28{bottom:-7rem}.md\:-left-28{left:-7rem}.md\:-top-32{top:-8rem}.md\:-right-32{right:-8rem}.md\:-bottom-32{bottom:-8rem}.md\:-left-32{left:-8rem}.md\:-top-36{top:-9rem}.md\:-right-36{right:-9rem}.md\:-bottom-36{bottom:-9rem}.md\:-left-36{left:-9rem}.md\:-top-40{top:-10rem}.md\:-right-40{right:-10rem}.md\:-bottom-40{bottom:-10rem}.md\:-left-40{left:-10rem}.md\:-top-44{top:-11rem}.md\:-right-44{right:-11rem}.md\:-bottom-44{bottom:-11rem}.md\:-left-44{left:-11rem}.md\:-top-48{top:-12rem}.md\:-right-48{right:-12rem}.md\:-bottom-48{bottom:-12rem}.md\:-left-48{left:-12rem}.md\:-top-52{top:-13rem}.md\:-right-52{right:-13rem}.md\:-bottom-52{bottom:-13rem}.md\:-left-52{left:-13rem}.md\:-top-56{top:-14rem}.md\:-right-56{right:-14rem}.md\:-bottom-56{bottom:-14rem}.md\:-left-56{left:-14rem}.md\:-top-60{top:-15rem}.md\:-right-60{right:-15rem}.md\:-bottom-60{bottom:-15rem}.md\:-left-60{left:-15rem}.md\:-top-64{top:-16rem}.md\:-right-64{right:-16rem}.md\:-bottom-64{bottom:-16rem}.md\:-left-64{left:-16rem}.md\:-top-72{top:-18rem}.md\:-right-72{right:-18rem}.md\:-bottom-72{bottom:-18rem}.md\:-left-72{left:-18rem}.md\:-top-80{top:-20rem}.md\:-right-80{right:-20rem}.md\:-bottom-80{bottom:-20rem}.md\:-left-80{left:-20rem}.md\:-top-96{top:-24rem}.md\:-right-96{right:-24rem}.md\:-bottom-96{bottom:-24rem}.md\:-left-96{left:-24rem}.md\:-top-px{top:-1px}.md\:-right-px{right:-1px}.md\:-bottom-px{bottom:-1px}.md\:-left-px{left:-1px}.md\:-top-0\.5{top:-.125rem}.md\:-right-0\.5{right:-.125rem}.md\:-bottom-0\.5{bottom:-.125rem}.md\:-left-0\.5{left:-.125rem}.md\:-top-1\.5{top:-.375rem}.md\:-right-1\.5{right:-.375rem}.md\:-bottom-1\.5{bottom:-.375rem}.md\:-left-1\.5{left:-.375rem}.md\:-top-2\.5{top:-.625rem}.md\:-right-2\.5{right:-.625rem}.md\:-bottom-2\.5{bottom:-.625rem}.md\:-left-2\.5{left:-.625rem}.md\:-top-3\.5{top:-.875rem}.md\:-right-3\.5{right:-.875rem}.md\:-bottom-3\.5{bottom:-.875rem}.md\:-left-3\.5{left:-.875rem}.md\:-top-gutter-1{top:-.625rem}.md\:-right-gutter-1{right:-.625rem}.md\:-bottom-gutter-1{bottom:-.625rem}.md\:-left-gutter-1{left:-.625rem}.md\:-top-gutter-2{top:-1.25rem}.md\:-right-gutter-2{right:-1.25rem}.md\:-bottom-gutter-2{bottom:-1.25rem}.md\:-left-gutter-2{left:-1.25rem}.md\:top-1\/2{top:50%}.md\:right-1\/2{right:50%}.md\:bottom-1\/2{bottom:50%}.md\:left-1\/2{left:50%}.md\:top-1\/3{top:33.333333%}.md\:right-1\/3{right:33.333333%}.md\:bottom-1\/3{bottom:33.333333%}.md\:left-1\/3{left:33.333333%}.md\:top-2\/3{top:66.666667%}.md\:right-2\/3{right:66.666667%}.md\:bottom-2\/3{bottom:66.666667%}.md\:left-2\/3{left:66.666667%}.md\:top-1\/4{top:25%}.md\:right-1\/4{right:25%}.md\:bottom-1\/4{bottom:25%}.md\:left-1\/4{left:25%}.md\:top-2\/4{top:50%}.md\:right-2\/4{right:50%}.md\:bottom-2\/4{bottom:50%}.md\:left-2\/4{left:50%}.md\:top-3\/4{top:75%}.md\:right-3\/4{right:75%}.md\:bottom-3\/4{bottom:75%}.md\:left-3\/4{left:75%}.md\:top-full{top:100%}.md\:right-full{right:100%}.md\:bottom-full{bottom:100%}.md\:left-full{left:100%}.md\:-top-1\/2{top:-50%}.md\:-right-1\/2{right:-50%}.md\:-bottom-1\/2{bottom:-50%}.md\:-left-1\/2{left:-50%}.md\:-top-1\/3{top:-33.333333%}.md\:-right-1\/3{right:-33.333333%}.md\:-bottom-1\/3{bottom:-33.333333%}.md\:-left-1\/3{left:-33.333333%}.md\:-top-2\/3{top:-66.666667%}.md\:-right-2\/3{right:-66.666667%}.md\:-bottom-2\/3{bottom:-66.666667%}.md\:-left-2\/3{left:-66.666667%}.md\:-top-1\/4{top:-25%}.md\:-right-1\/4{right:-25%}.md\:-bottom-1\/4{bottom:-25%}.md\:-left-1\/4{left:-25%}.md\:-top-2\/4{top:-50%}.md\:-right-2\/4{right:-50%}.md\:-bottom-2\/4{bottom:-50%}.md\:-left-2\/4{left:-50%}.md\:-top-3\/4{top:-75%}.md\:-right-3\/4{right:-75%}.md\:-bottom-3\/4{bottom:-75%}.md\:-left-3\/4{left:-75%}.md\:-top-full{top:-100%}.md\:-right-full{right:-100%}.md\:-bottom-full{bottom:-100%}.md\:-left-full{left:-100%}.md\:resize-none{resize:none}.md\:resize-y{resize:vertical}.md\:resize-x{resize:horizontal}.md\:resize{resize:both}.md\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:ring-inset{--tw-ring-inset:inset}.md\:focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.md\: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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.md\:focus\:ring-inset:focus{--tw-ring-inset:inset}.md\:ring-offset-transparent{--tw-ring-offset-color:transparent}.md\:ring-offset-current{--tw-ring-offset-color:currentColor}.md\:ring-offset-black{--tw-ring-offset-color:#000}.md\:ring-offset-white{--tw-ring-offset-color:#fff}.md\:ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.md\:ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.md\:ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.md\:ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.md\:ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.md\:ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.md\:ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.md\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.md\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.md\:ring-offset-gray-900{--tw-ring-offset-color:#111827}.md\:ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.md\:ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.md\:ring-offset-red-200{--tw-ring-offset-color:#fecaca}.md\:ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.md\:ring-offset-red-400{--tw-ring-offset-color:#f87171}.md\:ring-offset-red-500{--tw-ring-offset-color:#ef4444}.md\:ring-offset-red-600{--tw-ring-offset-color:#dc2626}.md\:ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.md\:ring-offset-red-800{--tw-ring-offset-color:#991b1b}.md\:ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.md\:ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.md\:ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.md\:ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.md\:ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.md\:ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.md\:ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.md\:ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.md\:ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.md\:ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.md\:ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.md\:ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.md\:ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.md\:ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.md\:ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.md\:ring-offset-green-400{--tw-ring-offset-color:#34d399}.md\:ring-offset-green-500{--tw-ring-offset-color:#10b981}.md\:ring-offset-green-600{--tw-ring-offset-color:#059669}.md\:ring-offset-green-700{--tw-ring-offset-color:#047857}.md\:ring-offset-green-800{--tw-ring-offset-color:#065f46}.md\:ring-offset-green-900{--tw-ring-offset-color:#064e3b}.md\:ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.md\:ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.md\:ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.md\:ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.md\:ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.md\:ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.md\:ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.md\:ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.md\:ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.md\:ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.md\:ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.md\:ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.md\:ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.md\:ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.md\:ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.md\:ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.md\:ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.md\:ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.md\:ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.md\:ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.md\:ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.md\:ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.md\:ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.md\:ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.md\:ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.md\:ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.md\:ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.md\:ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.md\:ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.md\:ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.md\:ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.md\:ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.md\:ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.md\:ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.md\:ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.md\:ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.md\:ring-offset-pink-600{--tw-ring-offset-color:#db2777}.md\:ring-offset-pink-700{--tw-ring-offset-color:#be185d}.md\:ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.md\:ring-offset-pink-900{--tw-ring-offset-color:#831843}.md\:focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.md\:focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.md\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.md\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.md\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.md\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.md\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.md\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.md\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.md\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.md\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.md\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.md\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.md\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.md\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.md\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.md\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.md\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.md\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.md\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.md\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.md\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.md\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.md\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.md\:focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.md\:focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.md\:focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.md\:focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.md\:focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.md\:focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.md\:focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.md\:focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.md\:focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.md\:focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.md\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.md\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.md\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.md\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.md\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.md\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.md\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.md\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.md\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.md\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.md\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.md\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.md\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.md\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.md\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.md\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.md\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.md\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.md\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.md\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.md\:focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.md\:focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.md\:focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.md\:focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.md\:focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.md\:focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.md\:focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.md\:focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.md\:focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.md\:focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.md\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.md\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.md\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.md\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.md\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.md\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.md\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.md\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.md\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.md\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.md\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.md\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.md\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.md\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.md\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.md\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.md\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.md\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.md\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.md\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.md\:focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.md\:focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.md\:focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.md\:focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.md\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.md\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.md\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.md\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.md\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.md\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.md\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.md\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.md\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.md\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.md\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.md\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.md\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.md\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.md\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.md\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.md\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.md\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.md\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.md\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.md\:focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.md\:focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.md\:focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.md\:focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.md\:focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.md\:focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.md\:focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.md\:focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.md\:focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.md\:focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.md\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.md\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.md\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.md\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.md\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.md\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.md\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.md\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.md\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.md\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.md\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.md\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.md\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.md\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.md\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.md\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.md\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.md\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.md\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.md\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.md\:focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.md\:focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.md\:focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.md\:focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.md\:focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.md\:focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.md\:focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.md\:focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.md\:focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.md\:focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.md\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.md\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.md\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.md\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.md\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.md\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.md\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.md\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.md\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.md\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.md\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.md\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.md\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.md\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.md\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.md\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.md\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.md\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.md\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.md\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.md\:ring-offset-0{--tw-ring-offset-width:0px}.md\:ring-offset-1{--tw-ring-offset-width:1px}.md\:ring-offset-2{--tw-ring-offset-width:2px}.md\:ring-offset-4{--tw-ring-offset-width:4px}.md\:ring-offset-8{--tw-ring-offset-width:8px}.md\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.md\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.md\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.md\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.md\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.md\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.md\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.md\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.md\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.md\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.md\:ring-transparent{--tw-ring-color:transparent}.md\:ring-current{--tw-ring-color:currentColor}.md\:ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.md\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.md\:ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.md\:ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.md\:ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.md\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.md\:ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.md\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.md\:ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.md\:ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.md\:ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.md\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.md\:ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.md\:ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.md\:ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.md\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.md\:ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.md\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.md\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.md\:ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.md\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.md\:ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.md\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.md\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.md\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.md\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.md\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.md\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.md\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.md\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.md\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.md\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.md\:ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.md\:ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.md\:ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.md\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.md\:ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.md\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.md\:ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.md\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.md\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.md\:ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.md\:ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.md\:ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.md\:ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.md\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.md\:ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.md\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.md\:ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.md\:ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.md\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.md\:ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.md\:ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.md\:ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.md\:ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.md\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.md\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.md\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.md\:ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.md\:ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.md\:ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.md\:ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.md\:ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.md\:ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.md\:ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.md\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.md\:ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.md\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.md\:ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.md\:ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.md\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.md\:ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.md\:ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.md\:ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.md\:ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.md\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.md\:ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.md\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.md\:ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.md\:ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.md\:ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.md\:ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.md\:focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.md\:focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.md\:focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.md\:focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.md\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.md\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.md\:focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.md\:focus\:ring-transparent:focus{--tw-ring-color:transparent}.md\:focus\:ring-current:focus{--tw-ring-color:currentColor}.md\:focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.md\:focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.md\:focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.md\:focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.md\:focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.md\:focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.md\:focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.md\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.md\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.md\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.md\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.md\:focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.md\:focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.md\:focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.md\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.md\:focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.md\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.md\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.md\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.md\:focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.md\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.md\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.md\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.md\:focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.md\:focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.md\:focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.md\:focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.md\:focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.md\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.md\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.md\:focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.md\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.md\:focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.md\:focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.md\:focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.md\:focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.md\:focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.md\:focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.md\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.md\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.md\:focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.md\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.md\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.md\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.md\:focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.md\:focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.md\:focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.md\:focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.md\:focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.md\:focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.md\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.md\:focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.md\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.md\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.md\:focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.md\:focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.md\:focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.md\:focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.md\:focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.md\:focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.md\:focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.md\:focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.md\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.md\:focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.md\:ring-opacity-0{--tw-ring-opacity:0}.md\:ring-opacity-5{--tw-ring-opacity:.05}.md\:ring-opacity-10{--tw-ring-opacity:.1}.md\:ring-opacity-20{--tw-ring-opacity:.2}.md\:ring-opacity-25{--tw-ring-opacity:.25}.md\:ring-opacity-30{--tw-ring-opacity:.3}.md\:ring-opacity-40{--tw-ring-opacity:.4}.md\:ring-opacity-50{--tw-ring-opacity:.5}.md\:ring-opacity-60{--tw-ring-opacity:.6}.md\:ring-opacity-70{--tw-ring-opacity:.7}.md\:ring-opacity-75{--tw-ring-opacity:.75}.md\:ring-opacity-80{--tw-ring-opacity:.8}.md\:ring-opacity-90{--tw-ring-opacity:.9}.md\:ring-opacity-95{--tw-ring-opacity:.95}.md\:ring-opacity-100{--tw-ring-opacity:1}.md\:focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.md\:focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.md\:focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.md\:focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.md\:focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.md\:focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.md\:focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.md\:focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.md\:focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.md\:focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.md\:focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.md\:focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.md\:focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.md\:focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.md\:focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.md\:focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.md\:focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.md\:focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.md\:focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.md\:focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.md\:focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.md\:focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.md\:focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.md\:focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.md\:focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.md\:focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.md\:focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.md\:focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.md\:focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.md\:focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.md\:fill-current{fill:currentColor}.md\:stroke-current{stroke:currentColor}.md\:stroke-0{stroke-width:0}.md\:stroke-1{stroke-width:1}.md\:stroke-2{stroke-width:2}.md\:table-auto{table-layout:auto}.md\:table-fixed{table-layout:fixed}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-justify{text-align:justify}.md\:text-transparent{color:transparent}.md\:text-current{color:currentColor}.md\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.md\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.md\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.md\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.md\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.md\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.md\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.md\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.md\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.md\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.md\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.md\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.md\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.md\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.md\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.md\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.md\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.md\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.md\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.md\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.md\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.md\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.md\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.md\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.md\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.md\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.md\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.md\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.md\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.md\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.md\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.md\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.md\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.md\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.md\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.md\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.md\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.md\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.md\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.md\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.md\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.md\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.md\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.md\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.md\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.md\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.md\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.md\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.md\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.md\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.md\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.md\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.md\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.md\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.md\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.md\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.md\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.md\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.md\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.md\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.md\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.md\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.md\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.md\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.md\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.md\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.md\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.md\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.md\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.md\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.md\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.md\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.md\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.md\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.md\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.md\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.md\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.md\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.md\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.md\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.md\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-transparent{color:transparent}.group:hover .md\:group-hover\:text-current{color:currentColor}.group:hover .md\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.md\:focus-within\:text-transparent:focus-within{color:transparent}.md\:focus-within\:text-current:focus-within{color:currentColor}.md\:focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.md\:focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.md\:focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.md\:focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.md\:focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.md\:focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.md\:focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.md\:focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.md\:focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.md\:focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.md\:focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.md\:focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.md\:focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.md\:focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.md\:focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.md\:focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.md\:focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.md\:focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.md\:focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.md\:focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.md\:focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.md\:focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.md\:focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.md\:focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.md\:focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.md\:focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.md\:focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.md\:focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.md\:focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.md\:focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.md\:focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.md\:focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.md\:focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.md\:focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.md\:focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.md\:focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.md\:focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.md\:focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.md\:focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.md\:focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.md\:focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.md\:focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.md\:focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.md\:focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.md\:focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.md\:focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.md\:focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.md\:focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.md\:focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.md\:focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.md\:focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.md\:focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.md\:focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.md\:focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.md\:focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.md\:focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.md\:focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.md\:focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.md\:focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.md\:focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.md\:focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.md\:focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.md\:focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.md\:hover\:text-transparent:hover{color:transparent}.md\:hover\:text-current:hover{color:currentColor}.md\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.md\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.md\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.md\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.md\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.md\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.md\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.md\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.md\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.md\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.md\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.md\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.md\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.md\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.md\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.md\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.md\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.md\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.md\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.md\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.md\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.md\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.md\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.md\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.md\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.md\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.md\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.md\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.md\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.md\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.md\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.md\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.md\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.md\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.md\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.md\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.md\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.md\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.md\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.md\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.md\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.md\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.md\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.md\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.md\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.md\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.md\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.md\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.md\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.md\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.md\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.md\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.md\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.md\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.md\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.md\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.md\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.md\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.md\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.md\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.md\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.md\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.md\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.md\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.md\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.md\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.md\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.md\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.md\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.md\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.md\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.md\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.md\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.md\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.md\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.md\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.md\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.md\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.md\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.md\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.md\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.md\:focus\:text-transparent:focus{color:transparent}.md\:focus\:text-current:focus{color:currentColor}.md\:focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.md\:focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.md\:focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.md\:focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.md\:focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.md\:focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.md\:focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.md\:focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.md\:focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.md\:focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.md\:focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.md\:focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.md\:focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.md\:focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.md\:focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.md\:focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.md\:focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.md\:focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.md\:focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.md\:focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.md\:focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.md\:focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.md\:focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.md\:focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.md\:focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.md\:focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.md\:focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.md\:focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.md\:focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.md\:focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.md\:focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.md\:focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.md\:focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.md\:focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.md\:focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.md\:focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.md\:focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.md\:focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.md\:focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.md\:focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.md\:focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.md\:focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.md\:focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.md\:focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.md\:focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.md\:focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.md\:focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.md\:focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.md\:focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.md\:focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.md\:focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.md\:focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.md\:focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.md\:focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.md\:focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.md\:focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.md\:focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.md\:focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.md\:focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.md\:focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.md\:focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.md\:focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.md\:focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.md\:focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.md\:focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.md\:focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.md\:focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.md\:focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.md\:focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.md\:focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.md\:focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.md\:focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.md\:focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.md\:focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.md\:focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.md\:focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.md\:focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.md\:focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.md\:focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.md\:focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.md\:focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.md\:text-opacity-0{--tw-text-opacity:0}.md\:text-opacity-5{--tw-text-opacity:.05}.md\:text-opacity-10{--tw-text-opacity:.1}.md\:text-opacity-20{--tw-text-opacity:.2}.md\:text-opacity-25{--tw-text-opacity:.25}.md\:text-opacity-30{--tw-text-opacity:.3}.md\:text-opacity-40{--tw-text-opacity:.4}.md\:text-opacity-50{--tw-text-opacity:.5}.md\:text-opacity-60{--tw-text-opacity:.6}.md\:text-opacity-70{--tw-text-opacity:.7}.md\:text-opacity-75{--tw-text-opacity:.75}.md\:text-opacity-80{--tw-text-opacity:.8}.md\:text-opacity-90{--tw-text-opacity:.9}.md\:text-opacity-95{--tw-text-opacity:.95}.md\:text-opacity-100{--tw-text-opacity:1}.group:hover .md\:group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .md\:group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .md\:group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .md\:group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .md\:group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .md\:group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .md\:group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .md\:group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .md\:group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .md\:group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .md\:group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .md\:group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .md\:group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .md\:group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .md\:group-hover\:text-opacity-100{--tw-text-opacity:1}.md\:focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.md\:focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.md\:focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.md\:focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.md\:focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.md\:focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.md\:focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.md\:focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.md\:focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.md\:focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.md\:focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.md\:focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.md\:focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.md\:focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.md\:focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.md\:hover\:text-opacity-0:hover{--tw-text-opacity:0}.md\:hover\:text-opacity-5:hover{--tw-text-opacity:.05}.md\:hover\:text-opacity-10:hover{--tw-text-opacity:.1}.md\:hover\:text-opacity-20:hover{--tw-text-opacity:.2}.md\:hover\:text-opacity-25:hover{--tw-text-opacity:.25}.md\:hover\:text-opacity-30:hover{--tw-text-opacity:.3}.md\:hover\:text-opacity-40:hover{--tw-text-opacity:.4}.md\:hover\:text-opacity-50:hover{--tw-text-opacity:.5}.md\:hover\:text-opacity-60:hover{--tw-text-opacity:.6}.md\:hover\:text-opacity-70:hover{--tw-text-opacity:.7}.md\:hover\:text-opacity-75:hover{--tw-text-opacity:.75}.md\:hover\:text-opacity-80:hover{--tw-text-opacity:.8}.md\:hover\:text-opacity-90:hover{--tw-text-opacity:.9}.md\:hover\:text-opacity-95:hover{--tw-text-opacity:.95}.md\:hover\:text-opacity-100:hover{--tw-text-opacity:1}.md\:focus\:text-opacity-0:focus{--tw-text-opacity:0}.md\:focus\:text-opacity-5:focus{--tw-text-opacity:.05}.md\:focus\:text-opacity-10:focus{--tw-text-opacity:.1}.md\:focus\:text-opacity-20:focus{--tw-text-opacity:.2}.md\:focus\:text-opacity-25:focus{--tw-text-opacity:.25}.md\:focus\:text-opacity-30:focus{--tw-text-opacity:.3}.md\:focus\:text-opacity-40:focus{--tw-text-opacity:.4}.md\:focus\:text-opacity-50:focus{--tw-text-opacity:.5}.md\:focus\:text-opacity-60:focus{--tw-text-opacity:.6}.md\:focus\:text-opacity-70:focus{--tw-text-opacity:.7}.md\:focus\:text-opacity-75:focus{--tw-text-opacity:.75}.md\:focus\:text-opacity-80:focus{--tw-text-opacity:.8}.md\:focus\:text-opacity-90:focus{--tw-text-opacity:.9}.md\:focus\:text-opacity-95:focus{--tw-text-opacity:.95}.md\:focus\:text-opacity-100:focus{--tw-text-opacity:1}.md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md\:overflow-ellipsis{text-overflow:ellipsis}.md\:overflow-clip{text-overflow:clip}.md\:italic{font-style:italic}.md\:not-italic{font-style:normal}.md\:uppercase{text-transform:uppercase}.md\:lowercase{text-transform:lowercase}.md\:capitalize{text-transform:capitalize}.md\:normal-case{text-transform:none}.md\:underline{text-decoration:underline}.md\:line-through{text-decoration:line-through}.md\:no-underline{text-decoration:none}.group:hover .md\:group-hover\:underline{text-decoration:underline}.group:hover .md\:group-hover\:line-through{text-decoration:line-through}.group:hover .md\:group-hover\:no-underline{text-decoration:none}.md\:focus-within\:underline:focus-within{text-decoration:underline}.md\:focus-within\:line-through:focus-within{text-decoration:line-through}.md\:focus-within\:no-underline:focus-within{text-decoration:none}.md\:hover\:underline:hover{text-decoration:underline}.md\:hover\:line-through:hover{text-decoration:line-through}.md\:hover\:no-underline:hover{text-decoration:none}.md\:focus\:underline:focus{text-decoration:underline}.md\:focus\:line-through:focus{text-decoration:line-through}.md\:focus\:no-underline:focus{text-decoration:none}.md\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.md\:ordinal,.md\:slashed-zero,.md\:lining-nums,.md\:oldstyle-nums,.md\:proportional-nums,.md\:tabular-nums,.md\:diagonal-fractions,.md\:stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.md\:normal-nums{font-variant-numeric:normal}.md\:ordinal{--tw-ordinal:ordinal}.md\:slashed-zero{--tw-slashed-zero:slashed-zero}.md\:lining-nums{--tw-numeric-figure:lining-nums}.md\:oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.md\:proportional-nums{--tw-numeric-spacing:proportional-nums}.md\:tabular-nums{--tw-numeric-spacing:tabular-nums}.md\:diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.md\:stacked-fractions{--tw-numeric-fraction:stacked-fractions}.md\:tracking-tighter{letter-spacing:-.05em}.md\:tracking-tight{letter-spacing:-.025em}.md\:tracking-normal{letter-spacing:0em}.md\:tracking-wide{letter-spacing:.025em}.md\:tracking-wider{letter-spacing:.05em}.md\:tracking-widest{letter-spacing:.1em}.md\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.md\:select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.md\:select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.md\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.md\:align-baseline{vertical-align:baseline}.md\:align-top{vertical-align:top}.md\:align-middle{vertical-align:middle}.md\:align-bottom{vertical-align:bottom}.md\:align-text-top{vertical-align:text-top}.md\:align-text-bottom{vertical-align:text-bottom}.md\:visible{visibility:visible}.md\:invisible{visibility:hidden}.md\:whitespace-normal{white-space:normal}.md\:whitespace-nowrap{white-space:nowrap}.md\:whitespace-pre{white-space:pre}.md\:whitespace-pre-line{white-space:pre-line}.md\:whitespace-pre-wrap{white-space:pre-wrap}.md\:break-normal{overflow-wrap:normal;word-break:normal}.md\:break-words{overflow-wrap:break-word}.md\:break-all{word-break:break-all}.md\:w-0{width:0}.md\:w-1{width:.25rem}.md\:w-2{width:.5rem}.md\:w-3{width:.75rem}.md\:w-4{width:1rem}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-7{width:1.75rem}.md\:w-8{width:2rem}.md\:w-9{width:2.25rem}.md\:w-10{width:2.5rem}.md\:w-11{width:2.75rem}.md\:w-12{width:3rem}.md\:w-14{width:3.5rem}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-36{width:9rem}.md\:w-40{width:10rem}.md\:w-44{width:11rem}.md\:w-48{width:12rem}.md\:w-52{width:13rem}.md\:w-56{width:14rem}.md\:w-60{width:15rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-80{width:20rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:w-px{width:1px}.md\:w-0\.5{width:.125rem}.md\:w-1\.5{width:.375rem}.md\:w-2\.5{width:.625rem}.md\:w-3\.5{width:.875rem}.md\:w-gutter-1{width:.625rem}.md\:w-gutter-2{width:1.25rem}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-1\/4{width:25%}.md\:w-2\/4{width:50%}.md\:w-3\/4{width:75%}.md\:w-1\/5{width:20%}.md\:w-2\/5{width:40%}.md\:w-3\/5{width:60%}.md\:w-4\/5{width:80%}.md\:w-1\/6{width:16.666667%}.md\:w-2\/6{width:33.333333%}.md\:w-3\/6{width:50%}.md\:w-4\/6{width:66.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-1\/12{width:8.333333%}.md\:w-2\/12{width:16.666667%}.md\:w-3\/12{width:25%}.md\:w-4\/12{width:33.333333%}.md\:w-5\/12{width:41.666667%}.md\:w-6\/12{width:50%}.md\:w-7\/12{width:58.333333%}.md\:w-8\/12{width:66.666667%}.md\:w-9\/12{width:75%}.md\:w-10\/12{width:83.333333%}.md\:w-11\/12{width:91.666667%}.md\:w-full{width:100%}.md\:w-screen{width:100vw}.md\:w-min{width:-moz-min-content;width:min-content}.md\:w-max{width:-moz-max-content;width:max-content}.md\:z-0{z-index:0}.md\:z-10{z-index:10}.md\:z-20{z-index:20}.md\:z-30{z-index:30}.md\:z-40{z-index:40}.md\:z-50{z-index:50}.md\:z-auto{z-index:auto}.md\:focus-within\:z-0:focus-within{z-index:0}.md\:focus-within\:z-10:focus-within{z-index:10}.md\:focus-within\:z-20:focus-within{z-index:20}.md\:focus-within\:z-30:focus-within{z-index:30}.md\:focus-within\:z-40:focus-within{z-index:40}.md\:focus-within\:z-50:focus-within{z-index:50}.md\:focus-within\:z-auto:focus-within{z-index:auto}.md\:focus\:z-0:focus{z-index:0}.md\:focus\:z-10:focus{z-index:10}.md\:focus\:z-20:focus{z-index:20}.md\:focus\:z-30:focus{z-index:30}.md\:focus\:z-40:focus{z-index:40}.md\:focus\:z-50:focus{z-index:50}.md\:focus\:z-auto:focus{z-index:auto}.md\:gap-0{gap:0px}.md\:gap-1{gap:.125rem}.md\:gap-2{gap:.25rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-7{gap:1.75rem}.md\:gap-8{gap:2rem}.md\:gap-9{gap:2.25rem}.md\:gap-10{gap:2.5rem}.md\:gap-11{gap:2.75rem}.md\:gap-12{gap:3rem}.md\:gap-14{gap:3.5rem}.md\:gap-16{gap:4rem}.md\:gap-20{gap:5rem}.md\:gap-24{gap:6rem}.md\:gap-28{gap:7rem}.md\:gap-32{gap:8rem}.md\:gap-36{gap:9rem}.md\:gap-40{gap:10rem}.md\:gap-44{gap:11rem}.md\:gap-48{gap:12rem}.md\:gap-52{gap:13rem}.md\:gap-56{gap:14rem}.md\:gap-60{gap:15rem}.md\:gap-64{gap:16rem}.md\:gap-72{gap:18rem}.md\:gap-80{gap:20rem}.md\:gap-96{gap:24rem}.md\:gap-px{gap:1px}.md\:gap-0\.5{gap:.125rem}.md\:gap-1\.5{gap:.375rem}.md\:gap-2\.5{gap:.625rem}.md\:gap-3\.5{gap:.875rem}.md\:gap-gutter-1{gap:.625rem}.md\:gap-gutter-2{gap:1.25rem}.md\:gap-x-0{-moz-column-gap:0px;column-gap:0}.md\:gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.md\:gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.md\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.md\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.md\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.md\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.md\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.md\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.md\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.md\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.md\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.md\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.md\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.md\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.md\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.md\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.md\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.md\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.md\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.md\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.md\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.md\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.md\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.md\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.md\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.md\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.md\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.md\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.md\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.md\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.md\:gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.md\:gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.md\:gap-y-0{row-gap:0px}.md\:gap-y-1{row-gap:.125rem}.md\:gap-y-2{row-gap:.25rem}.md\:gap-y-3{row-gap:.75rem}.md\:gap-y-4{row-gap:1rem}.md\:gap-y-5{row-gap:1.25rem}.md\:gap-y-6{row-gap:1.5rem}.md\:gap-y-7{row-gap:1.75rem}.md\:gap-y-8{row-gap:2rem}.md\:gap-y-9{row-gap:2.25rem}.md\:gap-y-10{row-gap:2.5rem}.md\:gap-y-11{row-gap:2.75rem}.md\:gap-y-12{row-gap:3rem}.md\:gap-y-14{row-gap:3.5rem}.md\:gap-y-16{row-gap:4rem}.md\:gap-y-20{row-gap:5rem}.md\:gap-y-24{row-gap:6rem}.md\:gap-y-28{row-gap:7rem}.md\:gap-y-32{row-gap:8rem}.md\:gap-y-36{row-gap:9rem}.md\:gap-y-40{row-gap:10rem}.md\:gap-y-44{row-gap:11rem}.md\:gap-y-48{row-gap:12rem}.md\:gap-y-52{row-gap:13rem}.md\:gap-y-56{row-gap:14rem}.md\:gap-y-60{row-gap:15rem}.md\:gap-y-64{row-gap:16rem}.md\:gap-y-72{row-gap:18rem}.md\:gap-y-80{row-gap:20rem}.md\:gap-y-96{row-gap:24rem}.md\:gap-y-px{row-gap:1px}.md\:gap-y-0\.5{row-gap:.125rem}.md\:gap-y-1\.5{row-gap:.375rem}.md\:gap-y-2\.5{row-gap:.625rem}.md\:gap-y-3\.5{row-gap:.875rem}.md\:gap-y-gutter-1{row-gap:.625rem}.md\:gap-y-gutter-2{row-gap:1.25rem}.md\:grid-flow-row{grid-auto-flow:row}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-flow-row-dense{grid-auto-flow:row dense}.md\:grid-flow-col-dense{grid-auto-flow:column dense}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-none{grid-template-columns:none}.md\:auto-cols-auto{grid-auto-columns:auto}.md\:auto-cols-min{grid-auto-columns:min-content}.md\:auto-cols-max{grid-auto-columns:max-content}.md\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.md\:col-auto{grid-column:auto}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-11{grid-column:span 11/span 11}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-full{grid-column:1/-1}.md\:col-start-1{grid-column-start:1}.md\:col-start-2{grid-column-start:2}.md\:col-start-3{grid-column-start:3}.md\:col-start-4{grid-column-start:4}.md\:col-start-5{grid-column-start:5}.md\:col-start-6{grid-column-start:6}.md\:col-start-7{grid-column-start:7}.md\:col-start-8{grid-column-start:8}.md\:col-start-9{grid-column-start:9}.md\:col-start-10{grid-column-start:10}.md\:col-start-11{grid-column-start:11}.md\:col-start-12{grid-column-start:12}.md\:col-start-13{grid-column-start:13}.md\:col-start-auto{grid-column-start:auto}.md\:col-end-1{grid-column-end:1}.md\:col-end-2{grid-column-end:2}.md\:col-end-3{grid-column-end:3}.md\:col-end-4{grid-column-end:4}.md\:col-end-5{grid-column-end:5}.md\:col-end-6{grid-column-end:6}.md\:col-end-7{grid-column-end:7}.md\:col-end-8{grid-column-end:8}.md\:col-end-9{grid-column-end:9}.md\:col-end-10{grid-column-end:10}.md\:col-end-11{grid-column-end:11}.md\:col-end-12{grid-column-end:12}.md\:col-end-13{grid-column-end:13}.md\:col-end-auto{grid-column-end:auto}.md\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.md\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.md\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.md\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.md\:grid-rows-none{grid-template-rows:none}.md\:auto-rows-auto{grid-auto-rows:auto}.md\:auto-rows-min{grid-auto-rows:min-content}.md\:auto-rows-max{grid-auto-rows:max-content}.md\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.md\:row-auto{grid-row:auto}.md\:row-span-1{grid-row:span 1/span 1}.md\:row-span-2{grid-row:span 2/span 2}.md\:row-span-3{grid-row:span 3/span 3}.md\:row-span-4{grid-row:span 4/span 4}.md\:row-span-5{grid-row:span 5/span 5}.md\:row-span-6{grid-row:span 6/span 6}.md\:row-span-full{grid-row:1/-1}.md\:row-start-1{grid-row-start:1}.md\:row-start-2{grid-row-start:2}.md\:row-start-3{grid-row-start:3}.md\:row-start-4{grid-row-start:4}.md\:row-start-5{grid-row-start:5}.md\:row-start-6{grid-row-start:6}.md\:row-start-7{grid-row-start:7}.md\:row-start-auto{grid-row-start:auto}.md\:row-end-1{grid-row-end:1}.md\:row-end-2{grid-row-end:2}.md\:row-end-3{grid-row-end:3}.md\:row-end-4{grid-row-end:4}.md\:row-end-5{grid-row-end:5}.md\:row-end-6{grid-row-end:6}.md\:row-end-7{grid-row-end:7}.md\:row-end-auto{grid-row-end:auto}.md\:transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:transform-none{transform:none}.md\:origin-center{transform-origin:center}.md\:origin-top{transform-origin:top}.md\:origin-top-right{transform-origin:top right}.md\:origin-right{transform-origin:right}.md\:origin-bottom-right{transform-origin:bottom right}.md\:origin-bottom{transform-origin:bottom}.md\:origin-bottom-left{transform-origin:bottom left}.md\:origin-left{transform-origin:left}.md\:origin-top-left{transform-origin:top left}.md\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.md\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.md\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.md\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.md\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.md\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.md\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.md\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.md\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.md\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.md\:scale-x-0{--tw-scale-x:0}.md\:scale-x-50{--tw-scale-x:.5}.md\:scale-x-75{--tw-scale-x:.75}.md\:scale-x-90{--tw-scale-x:.9}.md\:scale-x-95{--tw-scale-x:.95}.md\:scale-x-100{--tw-scale-x:1}.md\:scale-x-105{--tw-scale-x:1.05}.md\:scale-x-110{--tw-scale-x:1.1}.md\:scale-x-125{--tw-scale-x:1.25}.md\:scale-x-150{--tw-scale-x:1.5}.md\:scale-y-0{--tw-scale-y:0}.md\:scale-y-50{--tw-scale-y:.5}.md\:scale-y-75{--tw-scale-y:.75}.md\:scale-y-90{--tw-scale-y:.9}.md\:scale-y-95{--tw-scale-y:.95}.md\:scale-y-100{--tw-scale-y:1}.md\:scale-y-105{--tw-scale-y:1.05}.md\:scale-y-110{--tw-scale-y:1.1}.md\:scale-y-125{--tw-scale-y:1.25}.md\:scale-y-150{--tw-scale-y:1.5}.md\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.md\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.md\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.md\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.md\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.md\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.md\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.md\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.md\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.md\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.md\:hover\:scale-x-0:hover{--tw-scale-x:0}.md\:hover\:scale-x-50:hover{--tw-scale-x:.5}.md\:hover\:scale-x-75:hover{--tw-scale-x:.75}.md\:hover\:scale-x-90:hover{--tw-scale-x:.9}.md\:hover\:scale-x-95:hover{--tw-scale-x:.95}.md\:hover\:scale-x-100:hover{--tw-scale-x:1}.md\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.md\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.md\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.md\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.md\:hover\:scale-y-0:hover{--tw-scale-y:0}.md\:hover\:scale-y-50:hover{--tw-scale-y:.5}.md\:hover\:scale-y-75:hover{--tw-scale-y:.75}.md\:hover\:scale-y-90:hover{--tw-scale-y:.9}.md\:hover\:scale-y-95:hover{--tw-scale-y:.95}.md\:hover\:scale-y-100:hover{--tw-scale-y:1}.md\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.md\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.md\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.md\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.md\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.md\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.md\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.md\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.md\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.md\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.md\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.md\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.md\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.md\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.md\:focus\:scale-x-0:focus{--tw-scale-x:0}.md\:focus\:scale-x-50:focus{--tw-scale-x:.5}.md\:focus\:scale-x-75:focus{--tw-scale-x:.75}.md\:focus\:scale-x-90:focus{--tw-scale-x:.9}.md\:focus\:scale-x-95:focus{--tw-scale-x:.95}.md\:focus\:scale-x-100:focus{--tw-scale-x:1}.md\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.md\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.md\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.md\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.md\:focus\:scale-y-0:focus{--tw-scale-y:0}.md\:focus\:scale-y-50:focus{--tw-scale-y:.5}.md\:focus\:scale-y-75:focus{--tw-scale-y:.75}.md\:focus\:scale-y-90:focus{--tw-scale-y:.9}.md\:focus\:scale-y-95:focus{--tw-scale-y:.95}.md\:focus\:scale-y-100:focus{--tw-scale-y:1}.md\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.md\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.md\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.md\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.md\:rotate-0{--tw-rotate:0deg}.md\:rotate-1{--tw-rotate:1deg}.md\:rotate-2{--tw-rotate:2deg}.md\:rotate-3{--tw-rotate:3deg}.md\:rotate-6{--tw-rotate:6deg}.md\:rotate-12{--tw-rotate:12deg}.md\:rotate-45{--tw-rotate:45deg}.md\:rotate-90{--tw-rotate:90deg}.md\:rotate-180{--tw-rotate:180deg}.md\:-rotate-180{--tw-rotate:-180deg}.md\:-rotate-90{--tw-rotate:-90deg}.md\:-rotate-45{--tw-rotate:-45deg}.md\:-rotate-12{--tw-rotate:-12deg}.md\:-rotate-6{--tw-rotate:-6deg}.md\:-rotate-3{--tw-rotate:-3deg}.md\:-rotate-2{--tw-rotate:-2deg}.md\:-rotate-1{--tw-rotate:-1deg}.md\:hover\:rotate-0:hover{--tw-rotate:0deg}.md\:hover\:rotate-1:hover{--tw-rotate:1deg}.md\:hover\:rotate-2:hover{--tw-rotate:2deg}.md\:hover\:rotate-3:hover{--tw-rotate:3deg}.md\:hover\:rotate-6:hover{--tw-rotate:6deg}.md\:hover\:rotate-12:hover{--tw-rotate:12deg}.md\:hover\:rotate-45:hover{--tw-rotate:45deg}.md\:hover\:rotate-90:hover{--tw-rotate:90deg}.md\:hover\:rotate-180:hover{--tw-rotate:180deg}.md\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.md\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.md\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.md\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.md\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.md\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.md\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.md\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.md\:focus\:rotate-0:focus{--tw-rotate:0deg}.md\:focus\:rotate-1:focus{--tw-rotate:1deg}.md\:focus\:rotate-2:focus{--tw-rotate:2deg}.md\:focus\:rotate-3:focus{--tw-rotate:3deg}.md\:focus\:rotate-6:focus{--tw-rotate:6deg}.md\:focus\:rotate-12:focus{--tw-rotate:12deg}.md\:focus\:rotate-45:focus{--tw-rotate:45deg}.md\:focus\:rotate-90:focus{--tw-rotate:90deg}.md\:focus\:rotate-180:focus{--tw-rotate:180deg}.md\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.md\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.md\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.md\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.md\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.md\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.md\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.md\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.md\:translate-x-0{--tw-translate-x:0px}.md\:translate-x-1{--tw-translate-x:.25rem}.md\:translate-x-2{--tw-translate-x:.5rem}.md\:translate-x-3{--tw-translate-x:.75rem}.md\:translate-x-4{--tw-translate-x:1rem}.md\:translate-x-5{--tw-translate-x:1.25rem}.md\:translate-x-6{--tw-translate-x:1.5rem}.md\:translate-x-7{--tw-translate-x:1.75rem}.md\:translate-x-8{--tw-translate-x:2rem}.md\:translate-x-9{--tw-translate-x:2.25rem}.md\:translate-x-10{--tw-translate-x:2.5rem}.md\:translate-x-11{--tw-translate-x:2.75rem}.md\:translate-x-12{--tw-translate-x:3rem}.md\:translate-x-14{--tw-translate-x:3.5rem}.md\:translate-x-16{--tw-translate-x:4rem}.md\:translate-x-20{--tw-translate-x:5rem}.md\:translate-x-24{--tw-translate-x:6rem}.md\:translate-x-28{--tw-translate-x:7rem}.md\:translate-x-32{--tw-translate-x:8rem}.md\:translate-x-36{--tw-translate-x:9rem}.md\:translate-x-40{--tw-translate-x:10rem}.md\:translate-x-44{--tw-translate-x:11rem}.md\:translate-x-48{--tw-translate-x:12rem}.md\:translate-x-52{--tw-translate-x:13rem}.md\:translate-x-56{--tw-translate-x:14rem}.md\:translate-x-60{--tw-translate-x:15rem}.md\:translate-x-64{--tw-translate-x:16rem}.md\:translate-x-72{--tw-translate-x:18rem}.md\:translate-x-80{--tw-translate-x:20rem}.md\:translate-x-96{--tw-translate-x:24rem}.md\:translate-x-px{--tw-translate-x:1px}.md\:translate-x-0\.5{--tw-translate-x:.125rem}.md\:translate-x-1\.5{--tw-translate-x:.375rem}.md\:translate-x-2\.5{--tw-translate-x:.625rem}.md\:translate-x-3\.5{--tw-translate-x:.875rem}.md\:translate-x-gutter-1{--tw-translate-x:.625rem}.md\:translate-x-gutter-2{--tw-translate-x:1.25rem}.md\:-translate-x-0{--tw-translate-x:0px}.md\:-translate-x-1{--tw-translate-x:-.25rem}.md\:-translate-x-2{--tw-translate-x:-.5rem}.md\:-translate-x-3{--tw-translate-x:-.75rem}.md\:-translate-x-4{--tw-translate-x:-1rem}.md\:-translate-x-5{--tw-translate-x:-1.25rem}.md\:-translate-x-6{--tw-translate-x:-1.5rem}.md\:-translate-x-7{--tw-translate-x:-1.75rem}.md\:-translate-x-8{--tw-translate-x:-2rem}.md\:-translate-x-9{--tw-translate-x:-2.25rem}.md\:-translate-x-10{--tw-translate-x:-2.5rem}.md\:-translate-x-11{--tw-translate-x:-2.75rem}.md\:-translate-x-12{--tw-translate-x:-3rem}.md\:-translate-x-14{--tw-translate-x:-3.5rem}.md\:-translate-x-16{--tw-translate-x:-4rem}.md\:-translate-x-20{--tw-translate-x:-5rem}.md\:-translate-x-24{--tw-translate-x:-6rem}.md\:-translate-x-28{--tw-translate-x:-7rem}.md\:-translate-x-32{--tw-translate-x:-8rem}.md\:-translate-x-36{--tw-translate-x:-9rem}.md\:-translate-x-40{--tw-translate-x:-10rem}.md\:-translate-x-44{--tw-translate-x:-11rem}.md\:-translate-x-48{--tw-translate-x:-12rem}.md\:-translate-x-52{--tw-translate-x:-13rem}.md\:-translate-x-56{--tw-translate-x:-14rem}.md\:-translate-x-60{--tw-translate-x:-15rem}.md\:-translate-x-64{--tw-translate-x:-16rem}.md\:-translate-x-72{--tw-translate-x:-18rem}.md\:-translate-x-80{--tw-translate-x:-20rem}.md\:-translate-x-96{--tw-translate-x:-24rem}.md\:-translate-x-px{--tw-translate-x:-1px}.md\:-translate-x-0\.5{--tw-translate-x:-.125rem}.md\:-translate-x-1\.5{--tw-translate-x:-.375rem}.md\:-translate-x-2\.5{--tw-translate-x:-.625rem}.md\:-translate-x-3\.5{--tw-translate-x:-.875rem}.md\:-translate-x-gutter-1{--tw-translate-x:-.625rem}.md\:-translate-x-gutter-2{--tw-translate-x:-1.25rem}.md\:translate-x-1\/2{--tw-translate-x:50%}.md\:translate-x-1\/3{--tw-translate-x:33.333333%}.md\:translate-x-2\/3{--tw-translate-x:66.666667%}.md\:translate-x-1\/4{--tw-translate-x:25%}.md\:translate-x-2\/4{--tw-translate-x:50%}.md\:translate-x-3\/4{--tw-translate-x:75%}.md\:translate-x-full{--tw-translate-x:100%}.md\:-translate-x-1\/2{--tw-translate-x:-50%}.md\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.md\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.md\:-translate-x-1\/4{--tw-translate-x:-25%}.md\:-translate-x-2\/4{--tw-translate-x:-50%}.md\:-translate-x-3\/4{--tw-translate-x:-75%}.md\:-translate-x-full{--tw-translate-x:-100%}.md\:translate-y-0{--tw-translate-y:0px}.md\:translate-y-1{--tw-translate-y:.25rem}.md\:translate-y-2{--tw-translate-y:.5rem}.md\:translate-y-3{--tw-translate-y:.75rem}.md\:translate-y-4{--tw-translate-y:1rem}.md\:translate-y-5{--tw-translate-y:1.25rem}.md\:translate-y-6{--tw-translate-y:1.5rem}.md\:translate-y-7{--tw-translate-y:1.75rem}.md\:translate-y-8{--tw-translate-y:2rem}.md\:translate-y-9{--tw-translate-y:2.25rem}.md\:translate-y-10{--tw-translate-y:2.5rem}.md\:translate-y-11{--tw-translate-y:2.75rem}.md\:translate-y-12{--tw-translate-y:3rem}.md\:translate-y-14{--tw-translate-y:3.5rem}.md\:translate-y-16{--tw-translate-y:4rem}.md\:translate-y-20{--tw-translate-y:5rem}.md\:translate-y-24{--tw-translate-y:6rem}.md\:translate-y-28{--tw-translate-y:7rem}.md\:translate-y-32{--tw-translate-y:8rem}.md\:translate-y-36{--tw-translate-y:9rem}.md\:translate-y-40{--tw-translate-y:10rem}.md\:translate-y-44{--tw-translate-y:11rem}.md\:translate-y-48{--tw-translate-y:12rem}.md\:translate-y-52{--tw-translate-y:13rem}.md\:translate-y-56{--tw-translate-y:14rem}.md\:translate-y-60{--tw-translate-y:15rem}.md\:translate-y-64{--tw-translate-y:16rem}.md\:translate-y-72{--tw-translate-y:18rem}.md\:translate-y-80{--tw-translate-y:20rem}.md\:translate-y-96{--tw-translate-y:24rem}.md\:translate-y-px{--tw-translate-y:1px}.md\:translate-y-0\.5{--tw-translate-y:.125rem}.md\:translate-y-1\.5{--tw-translate-y:.375rem}.md\:translate-y-2\.5{--tw-translate-y:.625rem}.md\:translate-y-3\.5{--tw-translate-y:.875rem}.md\:translate-y-gutter-1{--tw-translate-y:.625rem}.md\:translate-y-gutter-2{--tw-translate-y:1.25rem}.md\:-translate-y-0{--tw-translate-y:0px}.md\:-translate-y-1{--tw-translate-y:-.25rem}.md\:-translate-y-2{--tw-translate-y:-.5rem}.md\:-translate-y-3{--tw-translate-y:-.75rem}.md\:-translate-y-4{--tw-translate-y:-1rem}.md\:-translate-y-5{--tw-translate-y:-1.25rem}.md\:-translate-y-6{--tw-translate-y:-1.5rem}.md\:-translate-y-7{--tw-translate-y:-1.75rem}.md\:-translate-y-8{--tw-translate-y:-2rem}.md\:-translate-y-9{--tw-translate-y:-2.25rem}.md\:-translate-y-10{--tw-translate-y:-2.5rem}.md\:-translate-y-11{--tw-translate-y:-2.75rem}.md\:-translate-y-12{--tw-translate-y:-3rem}.md\:-translate-y-14{--tw-translate-y:-3.5rem}.md\:-translate-y-16{--tw-translate-y:-4rem}.md\:-translate-y-20{--tw-translate-y:-5rem}.md\:-translate-y-24{--tw-translate-y:-6rem}.md\:-translate-y-28{--tw-translate-y:-7rem}.md\:-translate-y-32{--tw-translate-y:-8rem}.md\:-translate-y-36{--tw-translate-y:-9rem}.md\:-translate-y-40{--tw-translate-y:-10rem}.md\:-translate-y-44{--tw-translate-y:-11rem}.md\:-translate-y-48{--tw-translate-y:-12rem}.md\:-translate-y-52{--tw-translate-y:-13rem}.md\:-translate-y-56{--tw-translate-y:-14rem}.md\:-translate-y-60{--tw-translate-y:-15rem}.md\:-translate-y-64{--tw-translate-y:-16rem}.md\:-translate-y-72{--tw-translate-y:-18rem}.md\:-translate-y-80{--tw-translate-y:-20rem}.md\:-translate-y-96{--tw-translate-y:-24rem}.md\:-translate-y-px{--tw-translate-y:-1px}.md\:-translate-y-0\.5{--tw-translate-y:-.125rem}.md\:-translate-y-1\.5{--tw-translate-y:-.375rem}.md\:-translate-y-2\.5{--tw-translate-y:-.625rem}.md\:-translate-y-3\.5{--tw-translate-y:-.875rem}.md\:-translate-y-gutter-1{--tw-translate-y:-.625rem}.md\:-translate-y-gutter-2{--tw-translate-y:-1.25rem}.md\:translate-y-1\/2{--tw-translate-y:50%}.md\:translate-y-1\/3{--tw-translate-y:33.333333%}.md\:translate-y-2\/3{--tw-translate-y:66.666667%}.md\:translate-y-1\/4{--tw-translate-y:25%}.md\:translate-y-2\/4{--tw-translate-y:50%}.md\:translate-y-3\/4{--tw-translate-y:75%}.md\:translate-y-full{--tw-translate-y:100%}.md\:-translate-y-1\/2{--tw-translate-y:-50%}.md\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.md\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.md\:-translate-y-1\/4{--tw-translate-y:-25%}.md\:-translate-y-2\/4{--tw-translate-y:-50%}.md\:-translate-y-3\/4{--tw-translate-y:-75%}.md\:-translate-y-full{--tw-translate-y:-100%}.md\:hover\:translate-x-0:hover{--tw-translate-x:0px}.md\:hover\:translate-x-1:hover{--tw-translate-x:.25rem}.md\:hover\:translate-x-2:hover{--tw-translate-x:.5rem}.md\:hover\:translate-x-3:hover{--tw-translate-x:.75rem}.md\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.md\:hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.md\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.md\:hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.md\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.md\:hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.md\:hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.md\:hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.md\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.md\:hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.md\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.md\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.md\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.md\:hover\:translate-x-28:hover{--tw-translate-x:7rem}.md\:hover\:translate-x-32:hover{--tw-translate-x:8rem}.md\:hover\:translate-x-36:hover{--tw-translate-x:9rem}.md\:hover\:translate-x-40:hover{--tw-translate-x:10rem}.md\:hover\:translate-x-44:hover{--tw-translate-x:11rem}.md\:hover\:translate-x-48:hover{--tw-translate-x:12rem}.md\:hover\:translate-x-52:hover{--tw-translate-x:13rem}.md\:hover\:translate-x-56:hover{--tw-translate-x:14rem}.md\:hover\:translate-x-60:hover{--tw-translate-x:15rem}.md\:hover\:translate-x-64:hover{--tw-translate-x:16rem}.md\:hover\:translate-x-72:hover{--tw-translate-x:18rem}.md\:hover\:translate-x-80:hover{--tw-translate-x:20rem}.md\:hover\:translate-x-96:hover{--tw-translate-x:24rem}.md\:hover\:translate-x-px:hover{--tw-translate-x:1px}.md\:hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.md\:hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.md\:hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.md\:hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.md\:hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.md\:hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.md\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.md\:hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.md\:hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.md\:hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.md\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.md\:hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.md\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.md\:hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.md\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.md\:hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.md\:hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.md\:hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.md\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.md\:hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.md\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.md\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.md\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.md\:hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.md\:hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.md\:hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.md\:hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.md\:hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.md\:hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.md\:hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.md\:hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.md\:hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.md\:hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.md\:hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.md\:hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.md\:hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.md\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.md\:hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.md\:hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.md\:hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.md\:hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.md\:hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.md\:hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.md\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.md\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.md\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.md\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.md\:hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.md\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.md\:hover\:translate-x-full:hover{--tw-translate-x:100%}.md\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.md\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.md\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.md\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.md\:hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.md\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.md\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.md\:hover\:translate-y-0:hover{--tw-translate-y:0px}.md\:hover\:translate-y-1:hover{--tw-translate-y:.25rem}.md\:hover\:translate-y-2:hover{--tw-translate-y:.5rem}.md\:hover\:translate-y-3:hover{--tw-translate-y:.75rem}.md\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.md\:hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.md\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.md\:hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.md\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.md\:hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.md\:hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.md\:hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.md\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.md\:hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.md\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.md\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.md\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.md\:hover\:translate-y-28:hover{--tw-translate-y:7rem}.md\:hover\:translate-y-32:hover{--tw-translate-y:8rem}.md\:hover\:translate-y-36:hover{--tw-translate-y:9rem}.md\:hover\:translate-y-40:hover{--tw-translate-y:10rem}.md\:hover\:translate-y-44:hover{--tw-translate-y:11rem}.md\:hover\:translate-y-48:hover{--tw-translate-y:12rem}.md\:hover\:translate-y-52:hover{--tw-translate-y:13rem}.md\:hover\:translate-y-56:hover{--tw-translate-y:14rem}.md\:hover\:translate-y-60:hover{--tw-translate-y:15rem}.md\:hover\:translate-y-64:hover{--tw-translate-y:16rem}.md\:hover\:translate-y-72:hover{--tw-translate-y:18rem}.md\:hover\:translate-y-80:hover{--tw-translate-y:20rem}.md\:hover\:translate-y-96:hover{--tw-translate-y:24rem}.md\:hover\:translate-y-px:hover{--tw-translate-y:1px}.md\:hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.md\:hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.md\:hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.md\:hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.md\:hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.md\:hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.md\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.md\:hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.md\:hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.md\:hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.md\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.md\:hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.md\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.md\:hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.md\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.md\:hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.md\:hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.md\:hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.md\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.md\:hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.md\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.md\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.md\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.md\:hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.md\:hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.md\:hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.md\:hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.md\:hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.md\:hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.md\:hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.md\:hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.md\:hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.md\:hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.md\:hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.md\:hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.md\:hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.md\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.md\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.md\:hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.md\:hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.md\:hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.md\:hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.md\:hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.md\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.md\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.md\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.md\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.md\:hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.md\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.md\:hover\:translate-y-full:hover{--tw-translate-y:100%}.md\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.md\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.md\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.md\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.md\:hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.md\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.md\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.md\:focus\:translate-x-0:focus{--tw-translate-x:0px}.md\:focus\:translate-x-1:focus{--tw-translate-x:.25rem}.md\:focus\:translate-x-2:focus{--tw-translate-x:.5rem}.md\:focus\:translate-x-3:focus{--tw-translate-x:.75rem}.md\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.md\:focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.md\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.md\:focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.md\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.md\:focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.md\:focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.md\:focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.md\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.md\:focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.md\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.md\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.md\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.md\:focus\:translate-x-28:focus{--tw-translate-x:7rem}.md\:focus\:translate-x-32:focus{--tw-translate-x:8rem}.md\:focus\:translate-x-36:focus{--tw-translate-x:9rem}.md\:focus\:translate-x-40:focus{--tw-translate-x:10rem}.md\:focus\:translate-x-44:focus{--tw-translate-x:11rem}.md\:focus\:translate-x-48:focus{--tw-translate-x:12rem}.md\:focus\:translate-x-52:focus{--tw-translate-x:13rem}.md\:focus\:translate-x-56:focus{--tw-translate-x:14rem}.md\:focus\:translate-x-60:focus{--tw-translate-x:15rem}.md\:focus\:translate-x-64:focus{--tw-translate-x:16rem}.md\:focus\:translate-x-72:focus{--tw-translate-x:18rem}.md\:focus\:translate-x-80:focus{--tw-translate-x:20rem}.md\:focus\:translate-x-96:focus{--tw-translate-x:24rem}.md\:focus\:translate-x-px:focus{--tw-translate-x:1px}.md\:focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.md\:focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.md\:focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.md\:focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.md\:focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.md\:focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.md\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.md\:focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.md\:focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.md\:focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.md\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.md\:focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.md\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.md\:focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.md\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.md\:focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.md\:focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.md\:focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.md\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.md\:focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.md\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.md\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.md\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.md\:focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.md\:focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.md\:focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.md\:focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.md\:focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.md\:focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.md\:focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.md\:focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.md\:focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.md\:focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.md\:focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.md\:focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.md\:focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.md\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.md\:focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.md\:focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.md\:focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.md\:focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.md\:focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.md\:focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.md\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.md\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.md\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.md\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.md\:focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.md\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.md\:focus\:translate-x-full:focus{--tw-translate-x:100%}.md\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.md\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.md\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.md\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.md\:focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.md\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.md\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.md\:focus\:translate-y-0:focus{--tw-translate-y:0px}.md\:focus\:translate-y-1:focus{--tw-translate-y:.25rem}.md\:focus\:translate-y-2:focus{--tw-translate-y:.5rem}.md\:focus\:translate-y-3:focus{--tw-translate-y:.75rem}.md\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.md\:focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.md\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.md\:focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.md\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.md\:focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.md\:focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.md\:focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.md\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.md\:focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.md\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.md\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.md\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.md\:focus\:translate-y-28:focus{--tw-translate-y:7rem}.md\:focus\:translate-y-32:focus{--tw-translate-y:8rem}.md\:focus\:translate-y-36:focus{--tw-translate-y:9rem}.md\:focus\:translate-y-40:focus{--tw-translate-y:10rem}.md\:focus\:translate-y-44:focus{--tw-translate-y:11rem}.md\:focus\:translate-y-48:focus{--tw-translate-y:12rem}.md\:focus\:translate-y-52:focus{--tw-translate-y:13rem}.md\:focus\:translate-y-56:focus{--tw-translate-y:14rem}.md\:focus\:translate-y-60:focus{--tw-translate-y:15rem}.md\:focus\:translate-y-64:focus{--tw-translate-y:16rem}.md\:focus\:translate-y-72:focus{--tw-translate-y:18rem}.md\:focus\:translate-y-80:focus{--tw-translate-y:20rem}.md\:focus\:translate-y-96:focus{--tw-translate-y:24rem}.md\:focus\:translate-y-px:focus{--tw-translate-y:1px}.md\:focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.md\:focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.md\:focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.md\:focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.md\:focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.md\:focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.md\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.md\:focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.md\:focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.md\:focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.md\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.md\:focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.md\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.md\:focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.md\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.md\:focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.md\:focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.md\:focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.md\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.md\:focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.md\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.md\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.md\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.md\:focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.md\:focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.md\:focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.md\:focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.md\:focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.md\:focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.md\:focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.md\:focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.md\:focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.md\:focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.md\:focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.md\:focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.md\:focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.md\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.md\:focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.md\:focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.md\:focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.md\:focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.md\:focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.md\:focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.md\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.md\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.md\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.md\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.md\:focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.md\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.md\:focus\:translate-y-full:focus{--tw-translate-y:100%}.md\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.md\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.md\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.md\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.md\:focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.md\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.md\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.md\:skew-x-0{--tw-skew-x:0deg}.md\:skew-x-1{--tw-skew-x:1deg}.md\:skew-x-2{--tw-skew-x:2deg}.md\:skew-x-3{--tw-skew-x:3deg}.md\:skew-x-6{--tw-skew-x:6deg}.md\:skew-x-12{--tw-skew-x:12deg}.md\:-skew-x-12{--tw-skew-x:-12deg}.md\:-skew-x-6{--tw-skew-x:-6deg}.md\:-skew-x-3{--tw-skew-x:-3deg}.md\:-skew-x-2{--tw-skew-x:-2deg}.md\:-skew-x-1{--tw-skew-x:-1deg}.md\:skew-y-0{--tw-skew-y:0deg}.md\:skew-y-1{--tw-skew-y:1deg}.md\:skew-y-2{--tw-skew-y:2deg}.md\:skew-y-3{--tw-skew-y:3deg}.md\:skew-y-6{--tw-skew-y:6deg}.md\:skew-y-12{--tw-skew-y:12deg}.md\:-skew-y-12{--tw-skew-y:-12deg}.md\:-skew-y-6{--tw-skew-y:-6deg}.md\:-skew-y-3{--tw-skew-y:-3deg}.md\:-skew-y-2{--tw-skew-y:-2deg}.md\:-skew-y-1{--tw-skew-y:-1deg}.md\:hover\:skew-x-0:hover{--tw-skew-x:0deg}.md\:hover\:skew-x-1:hover{--tw-skew-x:1deg}.md\:hover\:skew-x-2:hover{--tw-skew-x:2deg}.md\:hover\:skew-x-3:hover{--tw-skew-x:3deg}.md\:hover\:skew-x-6:hover{--tw-skew-x:6deg}.md\:hover\:skew-x-12:hover{--tw-skew-x:12deg}.md\:hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.md\:hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.md\:hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.md\:hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.md\:hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.md\:hover\:skew-y-0:hover{--tw-skew-y:0deg}.md\:hover\:skew-y-1:hover{--tw-skew-y:1deg}.md\:hover\:skew-y-2:hover{--tw-skew-y:2deg}.md\:hover\:skew-y-3:hover{--tw-skew-y:3deg}.md\:hover\:skew-y-6:hover{--tw-skew-y:6deg}.md\:hover\:skew-y-12:hover{--tw-skew-y:12deg}.md\:hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.md\:hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.md\:hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.md\:hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.md\:hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.md\:focus\:skew-x-0:focus{--tw-skew-x:0deg}.md\:focus\:skew-x-1:focus{--tw-skew-x:1deg}.md\:focus\:skew-x-2:focus{--tw-skew-x:2deg}.md\:focus\:skew-x-3:focus{--tw-skew-x:3deg}.md\:focus\:skew-x-6:focus{--tw-skew-x:6deg}.md\:focus\:skew-x-12:focus{--tw-skew-x:12deg}.md\:focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.md\:focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.md\:focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.md\:focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.md\:focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.md\:focus\:skew-y-0:focus{--tw-skew-y:0deg}.md\:focus\:skew-y-1:focus{--tw-skew-y:1deg}.md\:focus\:skew-y-2:focus{--tw-skew-y:2deg}.md\:focus\:skew-y-3:focus{--tw-skew-y:3deg}.md\:focus\:skew-y-6:focus{--tw-skew-y:6deg}.md\:focus\:skew-y-12:focus{--tw-skew-y:12deg}.md\:focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.md\:focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.md\:focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.md\:focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.md\:focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.md\:transition-none{transition-property:none}.md\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:ease-linear{transition-timing-function:linear}.md\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.md\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.md\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.md\:duration-75{transition-duration:75ms}.md\:duration-100{transition-duration:.1s}.md\:duration-150{transition-duration:.15s}.md\:duration-200{transition-duration:.2s}.md\:duration-300{transition-duration:.3s}.md\:duration-500{transition-duration:.5s}.md\:duration-700{transition-duration:.7s}.md\:duration-1000{transition-duration:1s}.md\:delay-75{transition-delay:75ms}.md\:delay-100{transition-delay:.1s}.md\:delay-150{transition-delay:.15s}.md\:delay-200{transition-delay:.2s}.md\:delay-300{transition-delay:.3s}.md\:delay-500{transition-delay:.5s}.md\:delay-700{transition-delay:.7s}.md\:delay-1000{transition-delay:1s}.md\:animate-none{animation:none}.md\:animate-spin{animation:spin 1s linear infinite}.md\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.md\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.md\:animate-bounce{animation:bounce 1s infinite}}@media (min-width:1024px){.lg\:space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.lg\:space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.lg\:space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.lg\:space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.lg\:space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.lg\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.lg\:space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.lg\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.lg\:space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.lg\:space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.lg\:space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.lg\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.lg\:space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.lg\:space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.lg\:space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.lg\:space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.lg\:space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.lg\:space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.lg\:space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.lg\:space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.lg\:space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.lg\:space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.lg\:space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.lg\:space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.lg\:space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.lg\:space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.lg\:space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.lg\:space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.lg\:space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.lg\:space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.lg\:space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.lg\:space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px*var(--tw-space-x-reverse));margin-left:calc(1px*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.lg\:space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.lg\:space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.lg\:space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.lg\:space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.lg\:space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.lg\:space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.lg\:-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.lg\:-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.lg\:-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.lg\:-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.lg\:-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.lg\:-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.lg\:-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.lg\:-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.lg\:-space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2rem*var(--tw-space-x-reverse));margin-left:calc(-2rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.lg\:-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.lg\:-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.lg\:-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.lg\:-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.lg\:-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.lg\:-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.lg\:-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.lg\:-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.lg\:-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.lg\:-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.lg\:-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.lg\:-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.lg\:-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.lg\:-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.lg\:-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.lg\:-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.lg\:-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.lg\:-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.lg\:-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.lg\:-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.lg\:-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.lg\:-space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.lg\:-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.lg\:-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.lg\:-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.lg\:-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.lg\:-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.lg\:-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.lg\:space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.lg\:divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.lg\:divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.lg\:divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.lg\:divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.lg\:divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.lg\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.lg\:divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.lg\:divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.lg\:divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.lg\:divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.lg\:divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.lg\:divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.lg\:divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.lg\:divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.lg\:divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.lg\:divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.lg\:divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.lg\:divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.lg\:divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.lg\:divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.lg\:divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.lg\:divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.lg\:divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.lg\:divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.lg\:divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.lg\:divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.lg\:divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.lg\:divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.lg\:divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.lg\:divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.lg\:divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.lg\:divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.lg\:divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.lg\:divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.lg\:divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.lg\:divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.lg\:divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.lg\:divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.lg\:divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.lg\:divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.lg\:divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.lg\:divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.lg\:divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.lg\:divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.lg\:divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.lg\:divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.lg\:divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.lg\:divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.lg\:divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.lg\:divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.lg\:divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.lg\:divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.lg\:divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.lg\:divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.lg\:divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.lg\:divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.lg\:divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.lg\:divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.lg\:divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.lg\:divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.lg\:divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.lg\:divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.lg\:divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.lg\:divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.lg\:divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.lg\:divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.lg\:divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.lg\:divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.lg\:divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.lg\:divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.lg\:divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.lg\:divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.lg\:divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.lg\:divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.lg\:divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.lg\:divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.lg\:divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.lg\:divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.lg\:divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.lg\:divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.lg\:divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.lg\:divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.lg\:divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.lg\:divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.lg\:divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.lg\:divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.lg\:divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.lg\:divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.lg\:divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.lg\:divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.lg\:divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.lg\:divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.lg\:divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.lg\:divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.lg\:divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.lg\:divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.lg\:divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.lg\:divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.lg\:divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.lg\:divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.lg\:divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.lg\:divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.lg\:divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.lg\:divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.lg\:divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.lg\:divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.lg\:divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.lg\:divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.lg\:divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.lg\:divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.lg\:divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.lg\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.lg\:bg-fixed{background-attachment:fixed}.lg\:bg-local{background-attachment:local}.lg\:bg-scroll{background-attachment:scroll}.lg\:bg-clip-border{background-clip:border-box}.lg\:bg-clip-padding{background-clip:padding-box}.lg\:bg-clip-content{background-clip:content-box}.lg\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.lg\:bg-transparent{background-color:transparent}.lg\:bg-current{background-color:currentColor}.lg\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.lg\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.lg\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.lg\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.lg\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.lg\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.lg\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.lg\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.lg\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.lg\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.lg\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.lg\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.lg\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.lg\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.lg\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.lg\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.lg\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.lg\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.lg\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.lg\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.lg\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.lg\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.lg\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.lg\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.lg\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.lg\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.lg\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.lg\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.lg\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.lg\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.lg\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.lg\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.lg\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.lg\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.lg\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.lg\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.lg\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.lg\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.lg\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.lg\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.lg\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.lg\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.lg\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.lg\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.lg\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.lg\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.lg\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.lg\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.lg\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.lg\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.lg\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.lg\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.lg\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.lg\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.lg\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.lg\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.lg\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.lg\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.lg\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.lg\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.lg\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.lg\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.lg\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.lg\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.lg\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.lg\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.lg\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.lg\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.lg\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.lg\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.lg\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.lg\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.lg\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.lg\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.lg\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.lg\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.lg\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.lg\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.lg\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.lg\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-transparent{background-color:transparent}.group:hover .lg\:group-hover\:bg-current{background-color:currentColor}.group:hover .lg\:group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.lg\:focus-within\:bg-transparent:focus-within{background-color:transparent}.lg\:focus-within\:bg-current:focus-within{background-color:currentColor}.lg\:focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.lg\:focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.lg\:hover\:bg-transparent:hover{background-color:transparent}.lg\:hover\:bg-current:hover{background-color:currentColor}.lg\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.lg\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.lg\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.lg\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.lg\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.lg\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.lg\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.lg\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.lg\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.lg\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.lg\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.lg\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.lg\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.lg\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.lg\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.lg\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.lg\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.lg\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.lg\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.lg\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.lg\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.lg\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.lg\:focus\:bg-transparent:focus{background-color:transparent}.lg\:focus\:bg-current:focus{background-color:currentColor}.lg\:focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.lg\:focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.lg\:focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.lg\:focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.lg\:focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.lg\:focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.lg\:focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.lg\:focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.lg\:focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.lg\:focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.lg\:focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.lg\:focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.lg\:focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.lg\:focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.lg\:focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.lg\:focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.lg\:focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.lg\:focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.lg\:focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.lg\:focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.lg\:focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.lg\:focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.lg\:bg-none{background-image:none}.lg\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.lg\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.lg\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.lg\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.lg\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.lg\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.lg\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.lg\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.lg\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.lg\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.lg\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.lg\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.lg\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.lg\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.lg\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.lg\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.lg\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.lg\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.lg\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.lg\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.lg\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.lg\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.lg\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.lg\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.lg\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.lg\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.lg\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.lg\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.lg\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.lg\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.lg\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.lg\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.lg\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.lg\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.lg\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.lg\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.lg\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.lg\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.lg\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.lg\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.lg\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.lg\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.lg\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.lg\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.lg\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.lg\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.lg\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.lg\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.lg\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.lg\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.lg\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.lg\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.lg\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.lg\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.lg\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.lg\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.lg\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.lg\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.lg\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.lg\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.lg\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.lg\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.lg\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.lg\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.lg\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.lg\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.lg\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.lg\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.lg\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.lg\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.lg\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.lg\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.lg\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.lg\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.lg\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.lg\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.lg\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.lg\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.lg\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.lg\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.lg\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.lg\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.lg\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.lg\:via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.lg\:via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.lg\:via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.lg\:via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.lg\:via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.lg\:via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.lg\:via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.lg\:via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.lg\:via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.lg\:via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.lg\:via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.lg\:via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.lg\:via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.lg\:via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.lg\:via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.lg\:via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.lg\:via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.lg\:via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.lg\:via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.lg\:via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.lg\:via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.lg\:via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.lg\:via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.lg\:via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.lg\:via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.lg\:via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.lg\:via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.lg\:via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.lg\:via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.lg\:via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.lg\:via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.lg\:via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.lg\:via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.lg\:via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.lg\:via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.lg\:via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.lg\:via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.lg\:via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.lg\:via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.lg\:via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.lg\:via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.lg\:via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.lg\:via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.lg\:via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.lg\:via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.lg\:via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.lg\:via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.lg\:via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.lg\:via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.lg\:via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.lg\:via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.lg\:via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.lg\:via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.lg\:via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.lg\:via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.lg\:via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.lg\:via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.lg\:via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.lg\:via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.lg\:via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.lg\:via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.lg\:via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.lg\:via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.lg\:via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.lg\:via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.lg\:via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.lg\:via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.lg\:via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.lg\:via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.lg\:via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.lg\:via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.lg\:via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.lg\:via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.lg\:via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.lg\:via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.lg\:via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.lg\:via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.lg\:via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.lg\:via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.lg\:via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.lg\:to-transparent{--tw-gradient-to:transparent}.lg\:to-current{--tw-gradient-to:currentColor}.lg\:to-black{--tw-gradient-to:#000}.lg\:to-white{--tw-gradient-to:#fff}.lg\:to-gray-50{--tw-gradient-to:#f9fafb}.lg\:to-gray-100{--tw-gradient-to:#f3f4f6}.lg\:to-gray-200{--tw-gradient-to:#e5e7eb}.lg\:to-gray-300{--tw-gradient-to:#d1d5db}.lg\:to-gray-400{--tw-gradient-to:#9ca3af}.lg\:to-gray-500{--tw-gradient-to:#6b7280}.lg\:to-gray-600{--tw-gradient-to:#4b5563}.lg\:to-gray-700{--tw-gradient-to:#374151}.lg\:to-gray-800{--tw-gradient-to:#1f2937}.lg\:to-gray-900{--tw-gradient-to:#111827}.lg\:to-red-50{--tw-gradient-to:#fef2f2}.lg\:to-red-100{--tw-gradient-to:#fee2e2}.lg\:to-red-200{--tw-gradient-to:#fecaca}.lg\:to-red-300{--tw-gradient-to:#fca5a5}.lg\:to-red-400{--tw-gradient-to:#f87171}.lg\:to-red-500{--tw-gradient-to:#ef4444}.lg\:to-red-600{--tw-gradient-to:#dc2626}.lg\:to-red-700{--tw-gradient-to:#b91c1c}.lg\:to-red-800{--tw-gradient-to:#991b1b}.lg\:to-red-900{--tw-gradient-to:#7f1d1d}.lg\:to-yellow-50{--tw-gradient-to:#fffbeb}.lg\:to-yellow-100{--tw-gradient-to:#fef3c7}.lg\:to-yellow-200{--tw-gradient-to:#fde68a}.lg\:to-yellow-300{--tw-gradient-to:#fcd34d}.lg\:to-yellow-400{--tw-gradient-to:#fbbf24}.lg\:to-yellow-500{--tw-gradient-to:#f59e0b}.lg\:to-yellow-600{--tw-gradient-to:#d97706}.lg\:to-yellow-700{--tw-gradient-to:#b45309}.lg\:to-yellow-800{--tw-gradient-to:#92400e}.lg\:to-yellow-900{--tw-gradient-to:#78350f}.lg\:to-green-50{--tw-gradient-to:#ecfdf5}.lg\:to-green-100{--tw-gradient-to:#d1fae5}.lg\:to-green-200{--tw-gradient-to:#a7f3d0}.lg\:to-green-300{--tw-gradient-to:#6ee7b7}.lg\:to-green-400{--tw-gradient-to:#34d399}.lg\:to-green-500{--tw-gradient-to:#10b981}.lg\:to-green-600{--tw-gradient-to:#059669}.lg\:to-green-700{--tw-gradient-to:#047857}.lg\:to-green-800{--tw-gradient-to:#065f46}.lg\:to-green-900{--tw-gradient-to:#064e3b}.lg\:to-blue-50{--tw-gradient-to:#eff6ff}.lg\:to-blue-100{--tw-gradient-to:#dbeafe}.lg\:to-blue-200{--tw-gradient-to:#bfdbfe}.lg\:to-blue-300{--tw-gradient-to:#93c5fd}.lg\:to-blue-400{--tw-gradient-to:#60a5fa}.lg\:to-blue-500{--tw-gradient-to:#3b82f6}.lg\:to-blue-600{--tw-gradient-to:#2563eb}.lg\:to-blue-700{--tw-gradient-to:#1d4ed8}.lg\:to-blue-800{--tw-gradient-to:#1e40af}.lg\:to-blue-900{--tw-gradient-to:#1e3a8a}.lg\:to-indigo-50{--tw-gradient-to:#eef2ff}.lg\:to-indigo-100{--tw-gradient-to:#e0e7ff}.lg\:to-indigo-200{--tw-gradient-to:#c7d2fe}.lg\:to-indigo-300{--tw-gradient-to:#a5b4fc}.lg\:to-indigo-400{--tw-gradient-to:#818cf8}.lg\:to-indigo-500{--tw-gradient-to:#6366f1}.lg\:to-indigo-600{--tw-gradient-to:#4f46e5}.lg\:to-indigo-700{--tw-gradient-to:#4338ca}.lg\:to-indigo-800{--tw-gradient-to:#3730a3}.lg\:to-indigo-900{--tw-gradient-to:#312e81}.lg\:to-purple-50{--tw-gradient-to:#f5f3ff}.lg\:to-purple-100{--tw-gradient-to:#ede9fe}.lg\:to-purple-200{--tw-gradient-to:#ddd6fe}.lg\:to-purple-300{--tw-gradient-to:#c4b5fd}.lg\:to-purple-400{--tw-gradient-to:#a78bfa}.lg\:to-purple-500{--tw-gradient-to:#8b5cf6}.lg\:to-purple-600{--tw-gradient-to:#7c3aed}.lg\:to-purple-700{--tw-gradient-to:#6d28d9}.lg\:to-purple-800{--tw-gradient-to:#5b21b6}.lg\:to-purple-900{--tw-gradient-to:#4c1d95}.lg\:to-pink-50{--tw-gradient-to:#fdf2f8}.lg\:to-pink-100{--tw-gradient-to:#fce7f3}.lg\:to-pink-200{--tw-gradient-to:#fbcfe8}.lg\:to-pink-300{--tw-gradient-to:#f9a8d4}.lg\:to-pink-400{--tw-gradient-to:#f472b6}.lg\:to-pink-500{--tw-gradient-to:#ec4899}.lg\:to-pink-600{--tw-gradient-to:#db2777}.lg\:to-pink-700{--tw-gradient-to:#be185d}.lg\:to-pink-800{--tw-gradient-to:#9d174d}.lg\:to-pink-900{--tw-gradient-to:#831843}.lg\:hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.lg\:hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.lg\:hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.lg\:hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.lg\:hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.lg\:hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.lg\:hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.lg\:hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.lg\:hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.lg\:hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.lg\:hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.lg\:hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.lg\:hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.lg\:hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.lg\:hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.lg\:hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.lg\:hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.lg\:hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.lg\:hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.lg\:hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.lg\:hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.lg\:hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.lg\:hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.lg\:hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.lg\:hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.lg\:hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.lg\:hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.lg\:hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.lg\:hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.lg\:hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.lg\:hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.lg\:hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.lg\:hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.lg\:hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.lg\:hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.lg\:hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.lg\:hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.lg\:hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.lg\:hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.lg\:hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.lg\:hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.lg\:hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.lg\:hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.lg\:hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.lg\:hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.lg\:hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.lg\:hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.lg\:hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.lg\:hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.lg\:hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.lg\:hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.lg\:hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.lg\:hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.lg\:hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.lg\:hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.lg\:hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.lg\:hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.lg\:hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.lg\:hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.lg\:hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.lg\:hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.lg\:hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.lg\:hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.lg\:hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.lg\:hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.lg\:hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.lg\:hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.lg\:hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.lg\:hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.lg\:hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.lg\:hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.lg\:hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.lg\:hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.lg\:hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.lg\:hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.lg\:hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.lg\:hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.lg\:hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.lg\:hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.lg\:hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.lg\:hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.lg\:hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.lg\:hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.lg\:hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.lg\:hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.lg\:hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.lg\:hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.lg\:hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.lg\:hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.lg\:hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.lg\:hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.lg\:hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.lg\:hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.lg\:hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.lg\:hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.lg\:hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.lg\:hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.lg\:hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.lg\:hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.lg\:hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.lg\:hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.lg\:hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.lg\:hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.lg\:hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.lg\:hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.lg\:hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.lg\:hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.lg\:hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.lg\:hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.lg\:hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.lg\:hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.lg\:hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.lg\:hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.lg\:hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.lg\:hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.lg\:hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.lg\:hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.lg\:hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.lg\:hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.lg\:hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.lg\:hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.lg\:hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.lg\:hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.lg\:hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.lg\:hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.lg\:hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.lg\:hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.lg\:hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.lg\:hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.lg\:hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.lg\:hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.lg\:hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.lg\:hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.lg\:hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.lg\:hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.lg\:hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.lg\:hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.lg\:hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.lg\:hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.lg\:hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.lg\:hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.lg\:hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.lg\:hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.lg\:hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.lg\:hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.lg\:hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.lg\:hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.lg\:hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.lg\:hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.lg\:hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.lg\:hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.lg\:hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.lg\:hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.lg\:hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.lg\:hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.lg\:hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.lg\:hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.lg\:hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.lg\:hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.lg\:hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.lg\:hover\:to-transparent:hover{--tw-gradient-to:transparent}.lg\:hover\:to-current:hover{--tw-gradient-to:currentColor}.lg\:hover\:to-black:hover{--tw-gradient-to:#000}.lg\:hover\:to-white:hover{--tw-gradient-to:#fff}.lg\:hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.lg\:hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.lg\:hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.lg\:hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.lg\:hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.lg\:hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.lg\:hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.lg\:hover\:to-gray-700:hover{--tw-gradient-to:#374151}.lg\:hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.lg\:hover\:to-gray-900:hover{--tw-gradient-to:#111827}.lg\:hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.lg\:hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.lg\:hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.lg\:hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.lg\:hover\:to-red-400:hover{--tw-gradient-to:#f87171}.lg\:hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.lg\:hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.lg\:hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.lg\:hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.lg\:hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.lg\:hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.lg\:hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.lg\:hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.lg\:hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.lg\:hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.lg\:hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.lg\:hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.lg\:hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.lg\:hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.lg\:hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.lg\:hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.lg\:hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.lg\:hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.lg\:hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.lg\:hover\:to-green-400:hover{--tw-gradient-to:#34d399}.lg\:hover\:to-green-500:hover{--tw-gradient-to:#10b981}.lg\:hover\:to-green-600:hover{--tw-gradient-to:#059669}.lg\:hover\:to-green-700:hover{--tw-gradient-to:#047857}.lg\:hover\:to-green-800:hover{--tw-gradient-to:#065f46}.lg\:hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.lg\:hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.lg\:hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.lg\:hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.lg\:hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.lg\:hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.lg\:hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.lg\:hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.lg\:hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.lg\:hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.lg\:hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.lg\:hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.lg\:hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.lg\:hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.lg\:hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.lg\:hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.lg\:hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.lg\:hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.lg\:hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.lg\:hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.lg\:hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.lg\:hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.lg\:hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.lg\:hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.lg\:hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.lg\:hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.lg\:hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.lg\:hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.lg\:hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.lg\:hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.lg\:hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.lg\:hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.lg\:hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.lg\:hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.lg\:hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.lg\:hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.lg\:hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.lg\:hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.lg\:hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.lg\:hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.lg\:hover\:to-pink-900:hover{--tw-gradient-to:#831843}.lg\:focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.lg\:focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.lg\:focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.lg\:focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.lg\:focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.lg\:focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.lg\:focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.lg\:focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.lg\:focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.lg\:focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.lg\:focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.lg\:focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.lg\:focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.lg\:focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.lg\:focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.lg\:focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.lg\:focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.lg\:focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.lg\:focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.lg\:focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.lg\:focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.lg\:focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.lg\:focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.lg\:focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.lg\:focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.lg\:focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.lg\:focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.lg\:focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.lg\:focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.lg\:focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.lg\:focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.lg\:focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.lg\:focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.lg\:focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.lg\:focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.lg\:focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.lg\:focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.lg\:focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.lg\:focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.lg\:focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.lg\:focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.lg\:focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.lg\:focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.lg\:focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.lg\:focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.lg\:focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.lg\:focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.lg\:focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.lg\:focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.lg\:focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.lg\:focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.lg\:focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.lg\:focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.lg\:focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.lg\:focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.lg\:focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.lg\:focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.lg\:focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.lg\:focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.lg\:focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.lg\:focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.lg\:focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.lg\:focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.lg\:focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.lg\:focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.lg\:focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.lg\:focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.lg\:focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.lg\:focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.lg\:focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.lg\:focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.lg\:focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.lg\:focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.lg\:focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.lg\:focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.lg\:focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.lg\:focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.lg\:focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.lg\:focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.lg\:focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.lg\:focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.lg\:focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.lg\:focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.lg\:focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.lg\:focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.lg\:focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.lg\:focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.lg\:focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.lg\:focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.lg\:focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.lg\:focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.lg\:focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.lg\:focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.lg\:focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.lg\:focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.lg\:focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.lg\:focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.lg\:focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.lg\:focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.lg\:focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.lg\:focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.lg\:focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.lg\:focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.lg\:focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.lg\:focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.lg\:focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.lg\:focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.lg\:focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.lg\:focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.lg\:focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.lg\:focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.lg\:focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.lg\:focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.lg\:focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.lg\:focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.lg\:focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.lg\:focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.lg\:focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.lg\:focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.lg\:focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.lg\:focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.lg\:focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.lg\:focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.lg\:focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.lg\:focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.lg\:focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.lg\:focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.lg\:focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.lg\:focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.lg\:focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.lg\:focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.lg\:focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.lg\:focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.lg\:focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.lg\:focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.lg\:focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.lg\:focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.lg\:focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.lg\:focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.lg\:focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.lg\:focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.lg\:focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.lg\:focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.lg\:focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.lg\:focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.lg\:focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.lg\:focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.lg\:focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.lg\:focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.lg\:focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.lg\:focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.lg\:focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.lg\:focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.lg\:focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.lg\:focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.lg\:focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.lg\:focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.lg\:focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.lg\:focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.lg\:focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.lg\:focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.lg\:focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.lg\:focus\:to-transparent:focus{--tw-gradient-to:transparent}.lg\:focus\:to-current:focus{--tw-gradient-to:currentColor}.lg\:focus\:to-black:focus{--tw-gradient-to:#000}.lg\:focus\:to-white:focus{--tw-gradient-to:#fff}.lg\:focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.lg\:focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.lg\:focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.lg\:focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.lg\:focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.lg\:focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.lg\:focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.lg\:focus\:to-gray-700:focus{--tw-gradient-to:#374151}.lg\:focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.lg\:focus\:to-gray-900:focus{--tw-gradient-to:#111827}.lg\:focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.lg\:focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.lg\:focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.lg\:focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.lg\:focus\:to-red-400:focus{--tw-gradient-to:#f87171}.lg\:focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.lg\:focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.lg\:focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.lg\:focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.lg\:focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.lg\:focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.lg\:focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.lg\:focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.lg\:focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.lg\:focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.lg\:focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.lg\:focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.lg\:focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.lg\:focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.lg\:focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.lg\:focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.lg\:focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.lg\:focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.lg\:focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.lg\:focus\:to-green-400:focus{--tw-gradient-to:#34d399}.lg\:focus\:to-green-500:focus{--tw-gradient-to:#10b981}.lg\:focus\:to-green-600:focus{--tw-gradient-to:#059669}.lg\:focus\:to-green-700:focus{--tw-gradient-to:#047857}.lg\:focus\:to-green-800:focus{--tw-gradient-to:#065f46}.lg\:focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.lg\:focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.lg\:focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.lg\:focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.lg\:focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.lg\:focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.lg\:focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.lg\:focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.lg\:focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.lg\:focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.lg\:focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.lg\:focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.lg\:focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.lg\:focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.lg\:focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.lg\:focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.lg\:focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.lg\:focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.lg\:focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.lg\:focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.lg\:focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.lg\:focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.lg\:focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.lg\:focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.lg\:focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.lg\:focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.lg\:focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.lg\:focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.lg\:focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.lg\:focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.lg\:focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.lg\:focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.lg\:focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.lg\:focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.lg\:focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.lg\:focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.lg\:focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.lg\:focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.lg\:focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.lg\:focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.lg\:focus\:to-pink-900:focus{--tw-gradient-to:#831843}.lg\:bg-opacity-0{--tw-bg-opacity:0}.lg\:bg-opacity-5{--tw-bg-opacity:.05}.lg\:bg-opacity-10{--tw-bg-opacity:.1}.lg\:bg-opacity-20{--tw-bg-opacity:.2}.lg\:bg-opacity-25{--tw-bg-opacity:.25}.lg\:bg-opacity-30{--tw-bg-opacity:.3}.lg\:bg-opacity-40{--tw-bg-opacity:.4}.lg\:bg-opacity-50{--tw-bg-opacity:.5}.lg\:bg-opacity-60{--tw-bg-opacity:.6}.lg\:bg-opacity-70{--tw-bg-opacity:.7}.lg\:bg-opacity-75{--tw-bg-opacity:.75}.lg\:bg-opacity-80{--tw-bg-opacity:.8}.lg\:bg-opacity-90{--tw-bg-opacity:.9}.lg\:bg-opacity-95{--tw-bg-opacity:.95}.lg\:bg-opacity-100{--tw-bg-opacity:1}.group:hover .lg\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .lg\:group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .lg\:group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .lg\:group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .lg\:group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .lg\:group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .lg\:group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .lg\:group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .lg\:group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .lg\:group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .lg\:group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .lg\:group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .lg\:group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .lg\:group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .lg\:group-hover\:bg-opacity-100{--tw-bg-opacity:1}.lg\:focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.lg\:focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.lg\:focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.lg\:focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.lg\:focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.lg\:focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.lg\:focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.lg\:focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.lg\:focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.lg\:focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.lg\:focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.lg\:focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.lg\:focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.lg\:focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.lg\:focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.lg\:hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.lg\:hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.lg\:hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.lg\:hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.lg\:hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.lg\:hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.lg\:hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.lg\:hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.lg\:hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.lg\:hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.lg\:hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.lg\:hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.lg\:hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.lg\:hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.lg\:hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.lg\:focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.lg\:focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.lg\:focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.lg\:focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.lg\:focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.lg\:focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.lg\:focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.lg\:focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.lg\:focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.lg\:focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.lg\:focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.lg\:focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.lg\:focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.lg\:focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.lg\:focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.lg\:bg-bottom{background-position:bottom}.lg\:bg-center{background-position:center}.lg\:bg-left{background-position:left}.lg\:bg-left-bottom{background-position:left bottom}.lg\:bg-left-top{background-position:left top}.lg\:bg-right{background-position:right}.lg\:bg-right-bottom{background-position:right bottom}.lg\:bg-right-top{background-position:right top}.lg\:bg-top{background-position:top}.lg\:bg-repeat{background-repeat:repeat}.lg\:bg-no-repeat{background-repeat:no-repeat}.lg\:bg-repeat-x{background-repeat:repeat-x}.lg\:bg-repeat-y{background-repeat:repeat-y}.lg\:bg-repeat-round{background-repeat:round}.lg\:bg-repeat-space{background-repeat:space}.lg\:bg-auto{background-size:auto}.lg\:bg-cover{background-size:cover}.lg\:bg-contain{background-size:contain}.lg\:border-collapse{border-collapse:collapse}.lg\:border-separate{border-collapse:separate}.lg\:border-transparent{border-color:transparent}.lg\:border-current{border-color:currentColor}.lg\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.lg\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.lg\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.lg\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.lg\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.lg\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.lg\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.lg\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.lg\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.lg\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.lg\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.lg\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.lg\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.lg\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.lg\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.lg\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.lg\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.lg\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.lg\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.lg\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.lg\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.lg\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.lg\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.lg\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.lg\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.lg\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.lg\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.lg\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.lg\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.lg\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.lg\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.lg\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.lg\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.lg\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.lg\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.lg\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.lg\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.lg\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.lg\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.lg\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.lg\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.lg\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.lg\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.lg\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.lg\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.lg\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.lg\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.lg\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.lg\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.lg\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.lg\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.lg\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.lg\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.lg\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.lg\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.lg\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.lg\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.lg\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.lg\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.lg\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.lg\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.lg\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.lg\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.lg\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.lg\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.lg\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.lg\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.lg\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.lg\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.lg\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.lg\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.lg\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.lg\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.lg\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.lg\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.lg\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.lg\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.lg\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.lg\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.lg\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.lg\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-transparent{border-color:transparent}.group:hover .lg\:group-hover\:border-current{border-color:currentColor}.group:hover .lg\:group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.lg\:focus-within\:border-transparent:focus-within{border-color:transparent}.lg\:focus-within\:border-current:focus-within{border-color:currentColor}.lg\:focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.lg\:focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.lg\:focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.lg\:focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.lg\:focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.lg\:focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.lg\:focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.lg\:focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.lg\:focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.lg\:focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.lg\:focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.lg\:focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.lg\:focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.lg\:focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.lg\:focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.lg\:focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.lg\:focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.lg\:focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.lg\:focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.lg\:focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.lg\:focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.lg\:focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.lg\:hover\:border-transparent:hover{border-color:transparent}.lg\:hover\:border-current:hover{border-color:currentColor}.lg\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.lg\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.lg\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.lg\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.lg\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.lg\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.lg\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.lg\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.lg\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.lg\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.lg\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.lg\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.lg\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.lg\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.lg\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.lg\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.lg\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.lg\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.lg\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.lg\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.lg\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.lg\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.lg\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.lg\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.lg\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.lg\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.lg\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.lg\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.lg\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.lg\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.lg\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.lg\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.lg\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.lg\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.lg\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.lg\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.lg\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.lg\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.lg\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.lg\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.lg\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.lg\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.lg\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.lg\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.lg\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.lg\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.lg\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.lg\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.lg\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.lg\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.lg\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.lg\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.lg\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.lg\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.lg\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.lg\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.lg\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.lg\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.lg\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.lg\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.lg\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.lg\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.lg\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.lg\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.lg\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.lg\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.lg\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.lg\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.lg\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.lg\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.lg\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.lg\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.lg\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.lg\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.lg\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.lg\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.lg\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.lg\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.lg\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.lg\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.lg\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.lg\:focus\:border-transparent:focus{border-color:transparent}.lg\:focus\:border-current:focus{border-color:currentColor}.lg\:focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.lg\:focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.lg\:focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.lg\:focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.lg\:focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.lg\:focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.lg\:focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.lg\:focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.lg\:focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.lg\:focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.lg\:focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.lg\:focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.lg\:focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.lg\:focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.lg\:focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.lg\:focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.lg\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.lg\:focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.lg\:focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.lg\:focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.lg\:focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.lg\:focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.lg\:focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.lg\:focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.lg\:focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.lg\:focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.lg\:focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.lg\:focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.lg\:focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.lg\:focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.lg\:focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.lg\:focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.lg\:focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.lg\:focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.lg\:focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.lg\:focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.lg\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.lg\:focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.lg\:focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.lg\:focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.lg\:focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.lg\:focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.lg\:focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.lg\:focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.lg\:focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.lg\:focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.lg\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.lg\:focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.lg\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.lg\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.lg\:focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.lg\:focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.lg\:focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.lg\:focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.lg\:focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.lg\:focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.lg\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.lg\:focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.lg\:focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.lg\:focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.lg\:focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.lg\:focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.lg\:focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.lg\:focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.lg\:focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.lg\:focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.lg\:focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.lg\:focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.lg\:focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.lg\:focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.lg\:focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.lg\:focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.lg\:focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.lg\:focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.lg\:focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.lg\:focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.lg\:focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.lg\:focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.lg\:focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.lg\:focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.lg\:focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.lg\:border-opacity-0{--tw-border-opacity:0}.lg\:border-opacity-5{--tw-border-opacity:.05}.lg\:border-opacity-10{--tw-border-opacity:.1}.lg\:border-opacity-20{--tw-border-opacity:.2}.lg\:border-opacity-25{--tw-border-opacity:.25}.lg\:border-opacity-30{--tw-border-opacity:.3}.lg\:border-opacity-40{--tw-border-opacity:.4}.lg\:border-opacity-50{--tw-border-opacity:.5}.lg\:border-opacity-60{--tw-border-opacity:.6}.lg\:border-opacity-70{--tw-border-opacity:.7}.lg\:border-opacity-75{--tw-border-opacity:.75}.lg\:border-opacity-80{--tw-border-opacity:.8}.lg\:border-opacity-90{--tw-border-opacity:.9}.lg\:border-opacity-95{--tw-border-opacity:.95}.lg\:border-opacity-100{--tw-border-opacity:1}.group:hover .lg\:group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .lg\:group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .lg\:group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .lg\:group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .lg\:group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .lg\:group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .lg\:group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .lg\:group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .lg\:group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .lg\:group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .lg\:group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .lg\:group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .lg\:group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .lg\:group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .lg\:group-hover\:border-opacity-100{--tw-border-opacity:1}.lg\:focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.lg\:focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.lg\:focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.lg\:focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.lg\:focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.lg\:focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.lg\:focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.lg\:focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.lg\:focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.lg\:focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.lg\:focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.lg\:focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.lg\:focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.lg\:focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.lg\:focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.lg\:hover\:border-opacity-0:hover{--tw-border-opacity:0}.lg\:hover\:border-opacity-5:hover{--tw-border-opacity:.05}.lg\:hover\:border-opacity-10:hover{--tw-border-opacity:.1}.lg\:hover\:border-opacity-20:hover{--tw-border-opacity:.2}.lg\:hover\:border-opacity-25:hover{--tw-border-opacity:.25}.lg\:hover\:border-opacity-30:hover{--tw-border-opacity:.3}.lg\:hover\:border-opacity-40:hover{--tw-border-opacity:.4}.lg\:hover\:border-opacity-50:hover{--tw-border-opacity:.5}.lg\:hover\:border-opacity-60:hover{--tw-border-opacity:.6}.lg\:hover\:border-opacity-70:hover{--tw-border-opacity:.7}.lg\:hover\:border-opacity-75:hover{--tw-border-opacity:.75}.lg\:hover\:border-opacity-80:hover{--tw-border-opacity:.8}.lg\:hover\:border-opacity-90:hover{--tw-border-opacity:.9}.lg\:hover\:border-opacity-95:hover{--tw-border-opacity:.95}.lg\:hover\:border-opacity-100:hover{--tw-border-opacity:1}.lg\:focus\:border-opacity-0:focus{--tw-border-opacity:0}.lg\:focus\:border-opacity-5:focus{--tw-border-opacity:.05}.lg\:focus\:border-opacity-10:focus{--tw-border-opacity:.1}.lg\:focus\:border-opacity-20:focus{--tw-border-opacity:.2}.lg\:focus\:border-opacity-25:focus{--tw-border-opacity:.25}.lg\:focus\:border-opacity-30:focus{--tw-border-opacity:.3}.lg\:focus\:border-opacity-40:focus{--tw-border-opacity:.4}.lg\:focus\:border-opacity-50:focus{--tw-border-opacity:.5}.lg\:focus\:border-opacity-60:focus{--tw-border-opacity:.6}.lg\:focus\:border-opacity-70:focus{--tw-border-opacity:.7}.lg\:focus\:border-opacity-75:focus{--tw-border-opacity:.75}.lg\:focus\:border-opacity-80:focus{--tw-border-opacity:.8}.lg\:focus\:border-opacity-90:focus{--tw-border-opacity:.9}.lg\:focus\:border-opacity-95:focus{--tw-border-opacity:.95}.lg\:focus\:border-opacity-100:focus{--tw-border-opacity:1}.lg\:rounded-none{border-radius:0}.lg\:rounded-sm{border-radius:.125rem}.lg\:rounded{border-radius:.25rem}.lg\:rounded-md{border-radius:.375rem}.lg\:rounded-lg{border-radius:.5rem}.lg\:rounded-xl{border-radius:.75rem}.lg\:rounded-2xl{border-radius:1rem}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:rounded-full{border-radius:9999px}.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.lg\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.lg\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.lg\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.lg\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.lg\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.lg\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.lg\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.lg\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.lg\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.lg\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.lg\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.lg\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.lg\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.lg\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.lg\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.lg\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.lg\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.lg\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.lg\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.lg\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.lg\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.lg\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.lg\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.lg\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.lg\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.lg\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.lg\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.lg\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.lg\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.lg\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.lg\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.lg\:rounded-tl-none{border-top-left-radius:0}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-bl-none{border-bottom-left-radius:0}.lg\:rounded-tl-sm{border-top-left-radius:.125rem}.lg\:rounded-tr-sm{border-top-right-radius:.125rem}.lg\:rounded-br-sm{border-bottom-right-radius:.125rem}.lg\:rounded-bl-sm{border-bottom-left-radius:.125rem}.lg\:rounded-tl{border-top-left-radius:.25rem}.lg\:rounded-tr{border-top-right-radius:.25rem}.lg\:rounded-br{border-bottom-right-radius:.25rem}.lg\:rounded-bl{border-bottom-left-radius:.25rem}.lg\:rounded-tl-md{border-top-left-radius:.375rem}.lg\:rounded-tr-md{border-top-right-radius:.375rem}.lg\:rounded-br-md{border-bottom-right-radius:.375rem}.lg\:rounded-bl-md{border-bottom-left-radius:.375rem}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:rounded-br-lg{border-bottom-right-radius:.5rem}.lg\:rounded-bl-lg{border-bottom-left-radius:.5rem}.lg\:rounded-tl-xl{border-top-left-radius:.75rem}.lg\:rounded-tr-xl{border-top-right-radius:.75rem}.lg\:rounded-br-xl{border-bottom-right-radius:.75rem}.lg\:rounded-bl-xl{border-bottom-left-radius:.75rem}.lg\:rounded-tl-2xl{border-top-left-radius:1rem}.lg\:rounded-tr-2xl{border-top-right-radius:1rem}.lg\:rounded-br-2xl{border-bottom-right-radius:1rem}.lg\:rounded-bl-2xl{border-bottom-left-radius:1rem}.lg\:rounded-tl-3xl{border-top-left-radius:1.5rem}.lg\:rounded-tr-3xl{border-top-right-radius:1.5rem}.lg\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.lg\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.lg\:rounded-tl-full{border-top-left-radius:9999px}.lg\:rounded-tr-full{border-top-right-radius:9999px}.lg\:rounded-br-full{border-bottom-right-radius:9999px}.lg\:rounded-bl-full{border-bottom-left-radius:9999px}.lg\:border-solid{border-style:solid}.lg\:border-dashed{border-style:dashed}.lg\:border-dotted{border-style:dotted}.lg\:border-double{border-style:double}.lg\:border-none{border-style:none}.lg\:border-0{border-width:0}.lg\:border-2{border-width:2px}.lg\:border-4{border-width:4px}.lg\:border-8{border-width:8px}.lg\:border{border-width:1px}.lg\:border-t-0{border-top-width:0}.lg\:border-r-0{border-right-width:0}.lg\:border-b-0{border-bottom-width:0}.lg\:border-l-0{border-left-width:0}.lg\:border-t-2{border-top-width:2px}.lg\:border-r-2{border-right-width:2px}.lg\:border-b-2{border-bottom-width:2px}.lg\:border-l-2{border-left-width:2px}.lg\:border-t-4{border-top-width:4px}.lg\:border-r-4{border-right-width:4px}.lg\:border-b-4{border-bottom-width:4px}.lg\:border-l-4{border-left-width:4px}.lg\:border-t-8{border-top-width:8px}.lg\:border-r-8{border-right-width:8px}.lg\:border-b-8{border-bottom-width:8px}.lg\:border-l-8{border-left-width:8px}.lg\:border-t{border-top-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-b{border-bottom-width:1px}.lg\:border-l{border-left-width:1px}.lg\:box-border{box-sizing:border-box}.lg\:box-content{box-sizing:content-box}.lg\:cursor-auto{cursor:auto}.lg\:cursor-default{cursor:default}.lg\:cursor-pointer{cursor:pointer}.lg\:cursor-wait{cursor:wait}.lg\:cursor-text{cursor:text}.lg\:cursor-move{cursor:move}.lg\:cursor-help{cursor:help}.lg\:cursor-not-allowed{cursor:not-allowed}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:table{display:table}.lg\:table-caption{display:table-caption}.lg\:table-cell{display:table-cell}.lg\:table-column{display:table-column}.lg\:table-column-group{display:table-column-group}.lg\:table-footer-group{display:table-footer-group}.lg\:table-header-group{display:table-header-group}.lg\:table-row-group{display:table-row-group}.lg\:table-row{display:table-row}.lg\:flow-root{display:flow-root}.lg\:grid{display:grid}.lg\:inline-grid{display:inline-grid}.lg\:contents{display:contents}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:place-items-auto{place-items:auto}.lg\:place-items-start{place-items:start}.lg\:place-items-end{place-items:end}.lg\:place-items-center{place-items:center}.lg\:place-items-stretch{place-items:stretch}.lg\:place-content-center{place-content:center}.lg\:place-content-start{place-content:start}.lg\:place-content-end{place-content:end}.lg\:place-content-between{place-content:space-between}.lg\:place-content-around{place-content:space-around}.lg\:place-content-evenly{place-content:space-evenly}.lg\:place-content-stretch{place-content:stretch}.lg\:place-self-auto{place-self:auto}.lg\:place-self-start{place-self:start}.lg\:place-self-end{place-self:end}.lg\:place-self-center{place-self:center}.lg\:place-self-stretch{place-self:stretch}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}.lg\:justify-items-auto{justify-items:auto}.lg\:justify-items-start{justify-items:start}.lg\:justify-items-end{justify-items:end}.lg\:justify-items-center{justify-items:center}.lg\:justify-items-stretch{justify-items:stretch}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:justify-self-auto{justify-self:auto}.lg\:justify-self-start{justify-self:start}.lg\:justify-self-end{justify-self:end}.lg\:justify-self-center{justify-self:center}.lg\:justify-self-stretch{justify-self:stretch}.lg\:flex-1{flex:1 1 0%}.lg\:flex-auto{flex:1 1 auto}.lg\:flex-initial{flex:0 1 auto}.lg\:flex-none{flex:none}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-4{order:4}.lg\:order-5{order:5}.lg\:order-6{order:6}.lg\:order-7{order:7}.lg\:order-8{order:8}.lg\:order-9{order:9}.lg\:order-10{order:10}.lg\:order-11{order:11}.lg\:order-12{order:12}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:order-none{order:0}.lg\:float-right{float:right}.lg\:float-left{float:left}.lg\:float-none{float:none}.lg\:clear-left{clear:left}.lg\:clear-right{clear:right}.lg\:clear-both{clear:both}.lg\:clear-none{clear:none}.lg\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.lg\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.lg\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.lg\:font-thin{font-weight:100}.lg\:font-extralight{font-weight:200}.lg\:font-light{font-weight:300}.lg\:font-normal{font-weight:400}.lg\:font-medium{font-weight:500}.lg\:font-semibold{font-weight:600}.lg\:font-bold{font-weight:700}.lg\:font-extrabold{font-weight:800}.lg\:font-black{font-weight:900}.lg\:h-0{height:0}.lg\:h-1{height:.25rem}.lg\:h-2{height:.5rem}.lg\:h-3{height:.75rem}.lg\:h-4{height:1rem}.lg\:h-5{height:1.25rem}.lg\:h-6{height:1.5rem}.lg\:h-7{height:1.75rem}.lg\:h-8{height:2rem}.lg\:h-9{height:2.25rem}.lg\:h-10{height:2.5rem}.lg\:h-11{height:2.75rem}.lg\:h-12{height:3rem}.lg\:h-14{height:3.5rem}.lg\:h-16{height:4rem}.lg\:h-20{height:5rem}.lg\:h-24{height:6rem}.lg\:h-28{height:7rem}.lg\:h-32{height:8rem}.lg\:h-36{height:9rem}.lg\:h-40{height:10rem}.lg\:h-44{height:11rem}.lg\:h-48{height:12rem}.lg\:h-52{height:13rem}.lg\:h-56{height:14rem}.lg\:h-60{height:15rem}.lg\:h-64{height:16rem}.lg\:h-72{height:18rem}.lg\:h-80{height:20rem}.lg\:h-96{height:24rem}.lg\:h-auto{height:auto}.lg\:h-px{height:1px}.lg\:h-0\.5{height:.125rem}.lg\:h-1\.5{height:.375rem}.lg\:h-2\.5{height:.625rem}.lg\:h-3\.5{height:.875rem}.lg\:h-gutter-1{height:.625rem}.lg\:h-gutter-2{height:1.25rem}.lg\:h-1\/2{height:50%}.lg\:h-1\/3{height:33.333333%}.lg\:h-2\/3{height:66.666667%}.lg\:h-1\/4{height:25%}.lg\:h-2\/4{height:50%}.lg\:h-3\/4{height:75%}.lg\:h-1\/5{height:20%}.lg\:h-2\/5{height:40%}.lg\:h-3\/5{height:60%}.lg\:h-4\/5{height:80%}.lg\:h-1\/6{height:16.666667%}.lg\:h-2\/6{height:33.333333%}.lg\:h-3\/6{height:50%}.lg\:h-4\/6{height:66.666667%}.lg\:h-5\/6{height:83.333333%}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}.lg\:leading-3{line-height:.75rem}.lg\:leading-4{line-height:1rem}.lg\:leading-5{line-height:1.25rem}.lg\:leading-6{line-height:1.5rem}.lg\:leading-7{line-height:1.75rem}.lg\:leading-8{line-height:2rem}.lg\:leading-9{line-height:2.25rem}.lg\:leading-10{line-height:2.5rem}.lg\:leading-none{line-height:1}.lg\:leading-tight{line-height:1.25}.lg\:leading-snug{line-height:1.375}.lg\:leading-normal{line-height:1.5}.lg\:leading-relaxed{line-height:1.625}.lg\:leading-loose{line-height:2}.lg\:list-inside{list-style-position:inside}.lg\:list-outside{list-style-position:outside}.lg\:list-none{list-style-type:none}.lg\:list-disc{list-style-type:disc}.lg\:list-decimal{list-style-type:decimal}.lg\:m-0{margin:0}.lg\:m-1{margin:.25rem}.lg\:m-2{margin:.5rem}.lg\:m-3{margin:.75rem}.lg\:m-4{margin:1rem}.lg\:m-5{margin:1.25rem}.lg\:m-6{margin:1.5rem}.lg\:m-7{margin:1.75rem}.lg\:m-8{margin:2rem}.lg\:m-9{margin:2.25rem}.lg\:m-10{margin:2.5rem}.lg\:m-11{margin:2.75rem}.lg\:m-12{margin:3rem}.lg\:m-14{margin:3.5rem}.lg\:m-16{margin:4rem}.lg\:m-20{margin:5rem}.lg\:m-24{margin:6rem}.lg\:m-28{margin:7rem}.lg\:m-32{margin:8rem}.lg\:m-36{margin:9rem}.lg\:m-40{margin:10rem}.lg\:m-44{margin:11rem}.lg\:m-48{margin:12rem}.lg\:m-52{margin:13rem}.lg\:m-56{margin:14rem}.lg\:m-60{margin:15rem}.lg\:m-64{margin:16rem}.lg\:m-72{margin:18rem}.lg\:m-80{margin:20rem}.lg\:m-96{margin:24rem}.lg\:m-auto{margin:auto}.lg\:m-px{margin:1px}.lg\:m-0\.5{margin:.125rem}.lg\:m-1\.5{margin:.375rem}.lg\:m-2\.5{margin:.625rem}.lg\:m-3\.5{margin:.875rem}.lg\:m-gutter-1{margin:.625rem}.lg\:m-gutter-2{margin:1.25rem}.lg\:-m-0{margin:0}.lg\:-m-1{margin:-.25rem}.lg\:-m-2{margin:-.5rem}.lg\:-m-3{margin:-.75rem}.lg\:-m-4{margin:-1rem}.lg\:-m-5{margin:-1.25rem}.lg\:-m-6{margin:-1.5rem}.lg\:-m-7{margin:-1.75rem}.lg\:-m-8{margin:-2rem}.lg\:-m-9{margin:-2.25rem}.lg\:-m-10{margin:-2.5rem}.lg\:-m-11{margin:-2.75rem}.lg\:-m-12{margin:-3rem}.lg\:-m-14{margin:-3.5rem}.lg\:-m-16{margin:-4rem}.lg\:-m-20{margin:-5rem}.lg\:-m-24{margin:-6rem}.lg\:-m-28{margin:-7rem}.lg\:-m-32{margin:-8rem}.lg\:-m-36{margin:-9rem}.lg\:-m-40{margin:-10rem}.lg\:-m-44{margin:-11rem}.lg\:-m-48{margin:-12rem}.lg\:-m-52{margin:-13rem}.lg\:-m-56{margin:-14rem}.lg\:-m-60{margin:-15rem}.lg\:-m-64{margin:-16rem}.lg\:-m-72{margin:-18rem}.lg\:-m-80{margin:-20rem}.lg\:-m-96{margin:-24rem}.lg\:-m-px{margin:-1px}.lg\:-m-0\.5{margin:-.125rem}.lg\:-m-1\.5{margin:-.375rem}.lg\:-m-2\.5{margin:-.625rem}.lg\:-m-3\.5{margin:-.875rem}.lg\:-m-gutter-1{margin:-.625rem}.lg\:-m-gutter-2{margin:-1.25rem}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:my-28{margin-top:7rem;margin-bottom:7rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:mx-32{margin-left:8rem;margin-right:8rem}.lg\:my-36{margin-top:9rem;margin-bottom:9rem}.lg\:mx-36{margin-left:9rem;margin-right:9rem}.lg\:my-40{margin-top:10rem;margin-bottom:10rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:my-44{margin-top:11rem;margin-bottom:11rem}.lg\:mx-44{margin-left:11rem;margin-right:11rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:mx-48{margin-left:12rem;margin-right:12rem}.lg\:my-52{margin-top:13rem;margin-bottom:13rem}.lg\:mx-52{margin-left:13rem;margin-right:13rem}.lg\:my-56{margin-top:14rem;margin-bottom:14rem}.lg\:mx-56{margin-left:14rem;margin-right:14rem}.lg\:my-60{margin-top:15rem;margin-bottom:15rem}.lg\:mx-60{margin-left:15rem;margin-right:15rem}.lg\:my-64{margin-top:16rem;margin-bottom:16rem}.lg\:mx-64{margin-left:16rem;margin-right:16rem}.lg\:my-72{margin-top:18rem;margin-bottom:18rem}.lg\:mx-72{margin-left:18rem;margin-right:18rem}.lg\:my-80{margin-top:20rem;margin-bottom:20rem}.lg\:mx-80{margin-left:20rem;margin-right:20rem}.lg\:my-96{margin-top:24rem;margin-bottom:24rem}.lg\:mx-96{margin-left:24rem;margin-right:24rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.lg\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.lg\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.lg\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.lg\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.lg\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.lg\:my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.lg\:mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.lg\:my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.lg\:-my-0{margin-top:0;margin-bottom:0}.lg\:-mx-0{margin-left:0;margin-right:0}.lg\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.lg\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.lg\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.lg\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.lg\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.lg\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.lg\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.lg\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.lg\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.lg\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.lg\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.lg\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.lg\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.lg\:-mx-16{margin-left:-4rem;margin-right:-4rem}.lg\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.lg\:-mx-20{margin-left:-5rem;margin-right:-5rem}.lg\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.lg\:-mx-24{margin-left:-6rem;margin-right:-6rem}.lg\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.lg\:-mx-28{margin-left:-7rem;margin-right:-7rem}.lg\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.lg\:-mx-32{margin-left:-8rem;margin-right:-8rem}.lg\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.lg\:-mx-36{margin-left:-9rem;margin-right:-9rem}.lg\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.lg\:-mx-40{margin-left:-10rem;margin-right:-10rem}.lg\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.lg\:-mx-44{margin-left:-11rem;margin-right:-11rem}.lg\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.lg\:-mx-48{margin-left:-12rem;margin-right:-12rem}.lg\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.lg\:-mx-52{margin-left:-13rem;margin-right:-13rem}.lg\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.lg\:-mx-56{margin-left:-14rem;margin-right:-14rem}.lg\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.lg\:-mx-60{margin-left:-15rem;margin-right:-15rem}.lg\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.lg\:-mx-64{margin-left:-16rem;margin-right:-16rem}.lg\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.lg\:-mx-72{margin-left:-18rem;margin-right:-18rem}.lg\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.lg\:-mx-80{margin-left:-20rem;margin-right:-20rem}.lg\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.lg\:-mx-96{margin-left:-24rem;margin-right:-24rem}.lg\:-my-px{margin-top:-1px;margin-bottom:-1px}.lg\:-mx-px{margin-left:-1px;margin-right:-1px}.lg\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.lg\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.lg\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.lg\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.lg\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.lg\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.lg\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.lg\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.lg\:-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.lg\:-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.lg\:-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:mt-0{margin-top:0}.lg\:mr-0{margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:mt-1{margin-top:.25rem}.lg\:mr-1{margin-right:.25rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:ml-1{margin-left:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mr-2{margin-right:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mr-3{margin-right:.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:ml-3{margin-left:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mt-7{margin-top:1.75rem}.lg\:mr-7{margin-right:1.75rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:ml-7{margin-left:1.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mr-8{margin-right:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-8{margin-left:2rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mr-9{margin-right:2.25rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:ml-9{margin-left:2.25rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:ml-10{margin-left:2.5rem}.lg\:mt-11{margin-top:2.75rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mb-11{margin-bottom:2.75rem}.lg\:ml-11{margin-left:2.75rem}.lg\:mt-12{margin-top:3rem}.lg\:mr-12{margin-right:3rem}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-12{margin-left:3rem}.lg\:mt-14{margin-top:3.5rem}.lg\:mr-14{margin-right:3.5rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:ml-14{margin-left:3.5rem}.lg\:mt-16{margin-top:4rem}.lg\:mr-16{margin-right:4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:ml-16{margin-left:4rem}.lg\:mt-20{margin-top:5rem}.lg\:mr-20{margin-right:5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:ml-20{margin-left:5rem}.lg\:mt-24{margin-top:6rem}.lg\:mr-24{margin-right:6rem}.lg\:mb-24{margin-bottom:6rem}.lg\:ml-24{margin-left:6rem}.lg\:mt-28{margin-top:7rem}.lg\:mr-28{margin-right:7rem}.lg\:mb-28{margin-bottom:7rem}.lg\:ml-28{margin-left:7rem}.lg\:mt-32{margin-top:8rem}.lg\:mr-32{margin-right:8rem}.lg\:mb-32{margin-bottom:8rem}.lg\:ml-32{margin-left:8rem}.lg\:mt-36{margin-top:9rem}.lg\:mr-36{margin-right:9rem}.lg\:mb-36{margin-bottom:9rem}.lg\:ml-36{margin-left:9rem}.lg\:mt-40{margin-top:10rem}.lg\:mr-40{margin-right:10rem}.lg\:mb-40{margin-bottom:10rem}.lg\:ml-40{margin-left:10rem}.lg\:mt-44{margin-top:11rem}.lg\:mr-44{margin-right:11rem}.lg\:mb-44{margin-bottom:11rem}.lg\:ml-44{margin-left:11rem}.lg\:mt-48{margin-top:12rem}.lg\:mr-48{margin-right:12rem}.lg\:mb-48{margin-bottom:12rem}.lg\:ml-48{margin-left:12rem}.lg\:mt-52{margin-top:13rem}.lg\:mr-52{margin-right:13rem}.lg\:mb-52{margin-bottom:13rem}.lg\:ml-52{margin-left:13rem}.lg\:mt-56{margin-top:14rem}.lg\:mr-56{margin-right:14rem}.lg\:mb-56{margin-bottom:14rem}.lg\:ml-56{margin-left:14rem}.lg\:mt-60{margin-top:15rem}.lg\:mr-60{margin-right:15rem}.lg\:mb-60{margin-bottom:15rem}.lg\:ml-60{margin-left:15rem}.lg\:mt-64{margin-top:16rem}.lg\:mr-64{margin-right:16rem}.lg\:mb-64{margin-bottom:16rem}.lg\:ml-64{margin-left:16rem}.lg\:mt-72{margin-top:18rem}.lg\:mr-72{margin-right:18rem}.lg\:mb-72{margin-bottom:18rem}.lg\:ml-72{margin-left:18rem}.lg\:mt-80{margin-top:20rem}.lg\:mr-80{margin-right:20rem}.lg\:mb-80{margin-bottom:20rem}.lg\:ml-80{margin-left:20rem}.lg\:mt-96{margin-top:24rem}.lg\:mr-96{margin-right:24rem}.lg\:mb-96{margin-bottom:24rem}.lg\:ml-96{margin-left:24rem}.lg\:mt-auto{margin-top:auto}.lg\:mr-auto{margin-right:auto}.lg\:mb-auto{margin-bottom:auto}.lg\:ml-auto{margin-left:auto}.lg\:mt-px{margin-top:1px}.lg\:mr-px{margin-right:1px}.lg\:mb-px{margin-bottom:1px}.lg\:ml-px{margin-left:1px}.lg\:mt-0\.5{margin-top:.125rem}.lg\:mr-0\.5{margin-right:.125rem}.lg\:mb-0\.5{margin-bottom:.125rem}.lg\:ml-0\.5{margin-left:.125rem}.lg\:mt-1\.5{margin-top:.375rem}.lg\:mr-1\.5{margin-right:.375rem}.lg\:mb-1\.5{margin-bottom:.375rem}.lg\:ml-1\.5{margin-left:.375rem}.lg\:mt-2\.5{margin-top:.625rem}.lg\:mr-2\.5{margin-right:.625rem}.lg\:mb-2\.5{margin-bottom:.625rem}.lg\:ml-2\.5{margin-left:.625rem}.lg\:mt-3\.5{margin-top:.875rem}.lg\:mr-3\.5{margin-right:.875rem}.lg\:mb-3\.5{margin-bottom:.875rem}.lg\:ml-3\.5{margin-left:.875rem}.lg\:mt-gutter-1{margin-top:.625rem}.lg\:mr-gutter-1{margin-right:.625rem}.lg\:mb-gutter-1{margin-bottom:.625rem}.lg\:ml-gutter-1{margin-left:.625rem}.lg\:mt-gutter-2{margin-top:1.25rem}.lg\:mr-gutter-2{margin-right:1.25rem}.lg\:mb-gutter-2{margin-bottom:1.25rem}.lg\:ml-gutter-2{margin-left:1.25rem}.lg\:-mt-0{margin-top:0}.lg\:-mr-0{margin-right:0}.lg\:-mb-0{margin-bottom:0}.lg\:-ml-0{margin-left:0}.lg\:-mt-1{margin-top:-.25rem}.lg\:-mr-1{margin-right:-.25rem}.lg\:-mb-1{margin-bottom:-.25rem}.lg\:-ml-1{margin-left:-.25rem}.lg\:-mt-2{margin-top:-.5rem}.lg\:-mr-2{margin-right:-.5rem}.lg\:-mb-2{margin-bottom:-.5rem}.lg\:-ml-2{margin-left:-.5rem}.lg\:-mt-3{margin-top:-.75rem}.lg\:-mr-3{margin-right:-.75rem}.lg\:-mb-3{margin-bottom:-.75rem}.lg\:-ml-3{margin-left:-.75rem}.lg\:-mt-4{margin-top:-1rem}.lg\:-mr-4{margin-right:-1rem}.lg\:-mb-4{margin-bottom:-1rem}.lg\:-ml-4{margin-left:-1rem}.lg\:-mt-5{margin-top:-1.25rem}.lg\:-mr-5{margin-right:-1.25rem}.lg\:-mb-5{margin-bottom:-1.25rem}.lg\:-ml-5{margin-left:-1.25rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mr-6{margin-right:-1.5rem}.lg\:-mb-6{margin-bottom:-1.5rem}.lg\:-ml-6{margin-left:-1.5rem}.lg\:-mt-7{margin-top:-1.75rem}.lg\:-mr-7{margin-right:-1.75rem}.lg\:-mb-7{margin-bottom:-1.75rem}.lg\:-ml-7{margin-left:-1.75rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mr-8{margin-right:-2rem}.lg\:-mb-8{margin-bottom:-2rem}.lg\:-ml-8{margin-left:-2rem}.lg\:-mt-9{margin-top:-2.25rem}.lg\:-mr-9{margin-right:-2.25rem}.lg\:-mb-9{margin-bottom:-2.25rem}.lg\:-ml-9{margin-left:-2.25rem}.lg\:-mt-10{margin-top:-2.5rem}.lg\:-mr-10{margin-right:-2.5rem}.lg\:-mb-10{margin-bottom:-2.5rem}.lg\:-ml-10{margin-left:-2.5rem}.lg\:-mt-11{margin-top:-2.75rem}.lg\:-mr-11{margin-right:-2.75rem}.lg\:-mb-11{margin-bottom:-2.75rem}.lg\:-ml-11{margin-left:-2.75rem}.lg\:-mt-12{margin-top:-3rem}.lg\:-mr-12{margin-right:-3rem}.lg\:-mb-12{margin-bottom:-3rem}.lg\:-ml-12{margin-left:-3rem}.lg\:-mt-14{margin-top:-3.5rem}.lg\:-mr-14{margin-right:-3.5rem}.lg\:-mb-14{margin-bottom:-3.5rem}.lg\:-ml-14{margin-left:-3.5rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:-mb-16{margin-bottom:-4rem}.lg\:-ml-16{margin-left:-4rem}.lg\:-mt-20{margin-top:-5rem}.lg\:-mr-20{margin-right:-5rem}.lg\:-mb-20{margin-bottom:-5rem}.lg\:-ml-20{margin-left:-5rem}.lg\:-mt-24{margin-top:-6rem}.lg\:-mr-24{margin-right:-6rem}.lg\:-mb-24{margin-bottom:-6rem}.lg\:-ml-24{margin-left:-6rem}.lg\:-mt-28{margin-top:-7rem}.lg\:-mr-28{margin-right:-7rem}.lg\:-mb-28{margin-bottom:-7rem}.lg\:-ml-28{margin-left:-7rem}.lg\:-mt-32{margin-top:-8rem}.lg\:-mr-32{margin-right:-8rem}.lg\:-mb-32{margin-bottom:-8rem}.lg\:-ml-32{margin-left:-8rem}.lg\:-mt-36{margin-top:-9rem}.lg\:-mr-36{margin-right:-9rem}.lg\:-mb-36{margin-bottom:-9rem}.lg\:-ml-36{margin-left:-9rem}.lg\:-mt-40{margin-top:-10rem}.lg\:-mr-40{margin-right:-10rem}.lg\:-mb-40{margin-bottom:-10rem}.lg\:-ml-40{margin-left:-10rem}.lg\:-mt-44{margin-top:-11rem}.lg\:-mr-44{margin-right:-11rem}.lg\:-mb-44{margin-bottom:-11rem}.lg\:-ml-44{margin-left:-11rem}.lg\:-mt-48{margin-top:-12rem}.lg\:-mr-48{margin-right:-12rem}.lg\:-mb-48{margin-bottom:-12rem}.lg\:-ml-48{margin-left:-12rem}.lg\:-mt-52{margin-top:-13rem}.lg\:-mr-52{margin-right:-13rem}.lg\:-mb-52{margin-bottom:-13rem}.lg\:-ml-52{margin-left:-13rem}.lg\:-mt-56{margin-top:-14rem}.lg\:-mr-56{margin-right:-14rem}.lg\:-mb-56{margin-bottom:-14rem}.lg\:-ml-56{margin-left:-14rem}.lg\:-mt-60{margin-top:-15rem}.lg\:-mr-60{margin-right:-15rem}.lg\:-mb-60{margin-bottom:-15rem}.lg\:-ml-60{margin-left:-15rem}.lg\:-mt-64{margin-top:-16rem}.lg\:-mr-64{margin-right:-16rem}.lg\:-mb-64{margin-bottom:-16rem}.lg\:-ml-64{margin-left:-16rem}.lg\:-mt-72{margin-top:-18rem}.lg\:-mr-72{margin-right:-18rem}.lg\:-mb-72{margin-bottom:-18rem}.lg\:-ml-72{margin-left:-18rem}.lg\:-mt-80{margin-top:-20rem}.lg\:-mr-80{margin-right:-20rem}.lg\:-mb-80{margin-bottom:-20rem}.lg\:-ml-80{margin-left:-20rem}.lg\:-mt-96{margin-top:-24rem}.lg\:-mr-96{margin-right:-24rem}.lg\:-mb-96{margin-bottom:-24rem}.lg\:-ml-96{margin-left:-24rem}.lg\:-mt-px{margin-top:-1px}.lg\:-mr-px{margin-right:-1px}.lg\:-mb-px{margin-bottom:-1px}.lg\:-ml-px{margin-left:-1px}.lg\:-mt-0\.5{margin-top:-.125rem}.lg\:-mr-0\.5{margin-right:-.125rem}.lg\:-mb-0\.5{margin-bottom:-.125rem}.lg\:-ml-0\.5{margin-left:-.125rem}.lg\:-mt-1\.5{margin-top:-.375rem}.lg\:-mr-1\.5{margin-right:-.375rem}.lg\:-mb-1\.5{margin-bottom:-.375rem}.lg\:-ml-1\.5{margin-left:-.375rem}.lg\:-mt-2\.5{margin-top:-.625rem}.lg\:-mr-2\.5{margin-right:-.625rem}.lg\:-mb-2\.5{margin-bottom:-.625rem}.lg\:-ml-2\.5{margin-left:-.625rem}.lg\:-mt-3\.5{margin-top:-.875rem}.lg\:-mr-3\.5{margin-right:-.875rem}.lg\:-mb-3\.5{margin-bottom:-.875rem}.lg\:-ml-3\.5{margin-left:-.875rem}.lg\:-mt-gutter-1{margin-top:-.625rem}.lg\:-mr-gutter-1{margin-right:-.625rem}.lg\:-mb-gutter-1{margin-bottom:-.625rem}.lg\:-ml-gutter-1{margin-left:-.625rem}.lg\:-mt-gutter-2{margin-top:-1.25rem}.lg\:-mr-gutter-2{margin-right:-1.25rem}.lg\:-mb-gutter-2{margin-bottom:-1.25rem}.lg\:-ml-gutter-2{margin-left:-1.25rem}.lg\:max-h-0{max-height:0px}.lg\:max-h-1{max-height:.25rem}.lg\:max-h-2{max-height:.5rem}.lg\:max-h-3{max-height:.75rem}.lg\:max-h-4{max-height:1rem}.lg\:max-h-5{max-height:1.25rem}.lg\:max-h-6{max-height:1.5rem}.lg\:max-h-7{max-height:1.75rem}.lg\:max-h-8{max-height:2rem}.lg\:max-h-9{max-height:2.25rem}.lg\:max-h-10{max-height:2.5rem}.lg\:max-h-11{max-height:2.75rem}.lg\:max-h-12{max-height:3rem}.lg\:max-h-14{max-height:3.5rem}.lg\:max-h-16{max-height:4rem}.lg\:max-h-20{max-height:5rem}.lg\:max-h-24{max-height:6rem}.lg\:max-h-28{max-height:7rem}.lg\:max-h-32{max-height:8rem}.lg\:max-h-36{max-height:9rem}.lg\:max-h-40{max-height:10rem}.lg\:max-h-44{max-height:11rem}.lg\:max-h-48{max-height:12rem}.lg\:max-h-52{max-height:13rem}.lg\:max-h-56{max-height:14rem}.lg\:max-h-60{max-height:15rem}.lg\:max-h-64{max-height:16rem}.lg\:max-h-72{max-height:18rem}.lg\:max-h-80{max-height:20rem}.lg\:max-h-96{max-height:24rem}.lg\:max-h-px{max-height:1px}.lg\:max-h-0\.5{max-height:.125rem}.lg\:max-h-1\.5{max-height:.375rem}.lg\:max-h-2\.5{max-height:.625rem}.lg\:max-h-3\.5{max-height:.875rem}.lg\:max-h-gutter-1{max-height:.625rem}.lg\:max-h-gutter-2{max-height:1.25rem}.lg\:max-h-full{max-height:100%}.lg\:max-h-screen{max-height:100vh}.lg\:max-w-0{max-width:0}.lg\:max-w-none{max-width:none}.lg\:max-w-xs{max-width:20rem}.lg\:max-w-sm{max-width:24rem}.lg\:max-w-md{max-width:28rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-full{max-width:100%}.lg\:max-w-min{max-width:-moz-min-content;max-width:min-content}.lg\:max-w-max{max-width:-moz-max-content;max-width:max-content}.lg\:max-w-prose{max-width:65ch}.lg\:max-w-screen-sm{max-width:576px}.lg\:max-w-screen-md{max-width:768px}.lg\:max-w-screen-lg{max-width:1024px}.lg\:max-w-screen-xl{max-width:1440px}.lg\:max-w-screen-xxl{max-width:1600px}.lg\:max-w-screen-xxxl{max-width:1920px}.lg\:min-h-0{min-height:0px}.lg\:min-h-full{min-height:100%}.lg\:min-h-screen{min-height:100vh}.lg\:min-w-0{min-width:0}.lg\:min-w-full{min-width:100%}.lg\:min-w-min{min-width:-moz-min-content;min-width:min-content}.lg\:min-w-max{min-width:-moz-max-content;min-width:max-content}.lg\:object-contain{-o-object-fit:contain;object-fit:contain}.lg\:object-cover{-o-object-fit:cover;object-fit:cover}.lg\:object-fill{-o-object-fit:fill;object-fit:fill}.lg\:object-none{-o-object-fit:none;object-fit:none}.lg\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.lg\:object-bottom{-o-object-position:bottom;object-position:bottom}.lg\:object-center{-o-object-position:center;object-position:center}.lg\:object-left{-o-object-position:left;object-position:left}.lg\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.lg\:object-left-top{-o-object-position:left top;object-position:left top}.lg\:object-right{-o-object-position:right;object-position:right}.lg\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.lg\:object-right-top{-o-object-position:right top;object-position:right top}.lg\:object-top{-o-object-position:top;object-position:top}.lg\:opacity-0{opacity:0}.lg\:opacity-5{opacity:.05}.lg\:opacity-10{opacity:.1}.lg\:opacity-20{opacity:.2}.lg\:opacity-25{opacity:.25}.lg\:opacity-30{opacity:.3}.lg\:opacity-40{opacity:.4}.lg\:opacity-50{opacity:.5}.lg\:opacity-60{opacity:.6}.lg\:opacity-70{opacity:.7}.lg\:opacity-75{opacity:.75}.lg\:opacity-80{opacity:.8}.lg\:opacity-90{opacity:.9}.lg\:opacity-95{opacity:.95}.lg\:opacity-100{opacity:1}.group:hover .lg\:group-hover\:opacity-0{opacity:0}.group:hover .lg\:group-hover\:opacity-5{opacity:.05}.group:hover .lg\:group-hover\:opacity-10{opacity:.1}.group:hover .lg\:group-hover\:opacity-20{opacity:.2}.group:hover .lg\:group-hover\:opacity-25{opacity:.25}.group:hover .lg\:group-hover\:opacity-30{opacity:.3}.group:hover .lg\:group-hover\:opacity-40{opacity:.4}.group:hover .lg\:group-hover\:opacity-50{opacity:.5}.group:hover .lg\:group-hover\:opacity-60{opacity:.6}.group:hover .lg\:group-hover\:opacity-70{opacity:.7}.group:hover .lg\:group-hover\:opacity-75{opacity:.75}.group:hover .lg\:group-hover\:opacity-80{opacity:.8}.group:hover .lg\:group-hover\:opacity-90{opacity:.9}.group:hover .lg\:group-hover\:opacity-95{opacity:.95}.group:hover .lg\:group-hover\:opacity-100{opacity:1}.lg\:focus-within\:opacity-0:focus-within{opacity:0}.lg\:focus-within\:opacity-5:focus-within{opacity:.05}.lg\:focus-within\:opacity-10:focus-within{opacity:.1}.lg\:focus-within\:opacity-20:focus-within{opacity:.2}.lg\:focus-within\:opacity-25:focus-within{opacity:.25}.lg\:focus-within\:opacity-30:focus-within{opacity:.3}.lg\:focus-within\:opacity-40:focus-within{opacity:.4}.lg\:focus-within\:opacity-50:focus-within{opacity:.5}.lg\:focus-within\:opacity-60:focus-within{opacity:.6}.lg\:focus-within\:opacity-70:focus-within{opacity:.7}.lg\:focus-within\:opacity-75:focus-within{opacity:.75}.lg\:focus-within\:opacity-80:focus-within{opacity:.8}.lg\:focus-within\:opacity-90:focus-within{opacity:.9}.lg\:focus-within\:opacity-95:focus-within{opacity:.95}.lg\:focus-within\:opacity-100:focus-within{opacity:1}.lg\:hover\:opacity-0:hover{opacity:0}.lg\:hover\:opacity-5:hover{opacity:.05}.lg\:hover\:opacity-10:hover{opacity:.1}.lg\:hover\:opacity-20:hover{opacity:.2}.lg\:hover\:opacity-25:hover{opacity:.25}.lg\:hover\:opacity-30:hover{opacity:.3}.lg\:hover\:opacity-40:hover{opacity:.4}.lg\:hover\:opacity-50:hover{opacity:.5}.lg\:hover\:opacity-60:hover{opacity:.6}.lg\:hover\:opacity-70:hover{opacity:.7}.lg\:hover\:opacity-75:hover{opacity:.75}.lg\:hover\:opacity-80:hover{opacity:.8}.lg\:hover\:opacity-90:hover{opacity:.9}.lg\:hover\:opacity-95:hover{opacity:.95}.lg\:hover\:opacity-100:hover{opacity:1}.lg\:focus\:opacity-0:focus{opacity:0}.lg\:focus\:opacity-5:focus{opacity:.05}.lg\:focus\:opacity-10:focus{opacity:.1}.lg\:focus\:opacity-20:focus{opacity:.2}.lg\:focus\:opacity-25:focus{opacity:.25}.lg\:focus\:opacity-30:focus{opacity:.3}.lg\:focus\:opacity-40:focus{opacity:.4}.lg\:focus\:opacity-50:focus{opacity:.5}.lg\:focus\:opacity-60:focus{opacity:.6}.lg\:focus\:opacity-70:focus{opacity:.7}.lg\:focus\:opacity-75:focus{opacity:.75}.lg\:focus\:opacity-80:focus{opacity:.8}.lg\:focus\:opacity-90:focus{opacity:.9}.lg\:focus\:opacity-95:focus{opacity:.95}.lg\:focus\:opacity-100:focus{opacity:1}.lg\:outline-none{outline:2px solid transparent;outline-offset:2px}.lg\:outline-white{outline:2px dotted #fff;outline-offset:2px}.lg\:outline-black{outline:2px dotted #000;outline-offset:2px}.lg\:focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.lg\:focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.lg\:focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.lg\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.lg\:focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.lg\:focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.lg\:overflow-auto{overflow:auto}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-visible{overflow:visible}.lg\:overflow-scroll{overflow:scroll}.lg\:overflow-x-auto{overflow-x:auto}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overflow-x-hidden{overflow-x:hidden}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:overflow-x-visible{overflow-x:visible}.lg\:overflow-y-visible{overflow-y:visible}.lg\:overflow-x-scroll{overflow-x:scroll}.lg\:overflow-y-scroll{overflow-y:scroll}.lg\:overscroll-auto{overscroll-behavior:auto}.lg\:overscroll-contain{overscroll-behavior:contain}.lg\:overscroll-none{overscroll-behavior:none}.lg\:overscroll-y-auto{overscroll-behavior-y:auto}.lg\:overscroll-y-contain{overscroll-behavior-y:contain}.lg\:overscroll-y-none{overscroll-behavior-y:none}.lg\:overscroll-x-auto{overscroll-behavior-x:auto}.lg\:overscroll-x-contain{overscroll-behavior-x:contain}.lg\:overscroll-x-none{overscroll-behavior-x:none}.lg\:p-0{padding:0}.lg\:p-1{padding:.25rem}.lg\:p-2{padding:.5rem}.lg\:p-3{padding:.75rem}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-7{padding:1.75rem}.lg\:p-8{padding:2rem}.lg\:p-9{padding:2.25rem}.lg\:p-10{padding:2.5rem}.lg\:p-11{padding:2.75rem}.lg\:p-12{padding:3rem}.lg\:p-14{padding:3.5rem}.lg\:p-16{padding:4rem}.lg\:p-20{padding:5rem}.lg\:p-24{padding:6rem}.lg\:p-28{padding:7rem}.lg\:p-32{padding:8rem}.lg\:p-36{padding:9rem}.lg\:p-40{padding:10rem}.lg\:p-44{padding:11rem}.lg\:p-48{padding:12rem}.lg\:p-52{padding:13rem}.lg\:p-56{padding:14rem}.lg\:p-60{padding:15rem}.lg\:p-64{padding:16rem}.lg\:p-72{padding:18rem}.lg\:p-80{padding:20rem}.lg\:p-96{padding:24rem}.lg\:p-px{padding:1px}.lg\:p-0\.5{padding:.125rem}.lg\:p-1\.5{padding:.375rem}.lg\:p-2\.5{padding:.625rem}.lg\:p-3\.5{padding:.875rem}.lg\:p-gutter-1{padding:.625rem}.lg\:p-gutter-2{padding:1.25rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:px-1{padding-left:.25rem;padding-right:.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.lg\:px-11{padding-left:2.75rem;padding-right:2.75rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:px-28{padding-left:7rem;padding-right:7rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:py-36{padding-top:9rem;padding-bottom:9rem}.lg\:px-36{padding-left:9rem;padding-right:9rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:py-44{padding-top:11rem;padding-bottom:11rem}.lg\:px-44{padding-left:11rem;padding-right:11rem}.lg\:py-48{padding-top:12rem;padding-bottom:12rem}.lg\:px-48{padding-left:12rem;padding-right:12rem}.lg\:py-52{padding-top:13rem;padding-bottom:13rem}.lg\:px-52{padding-left:13rem;padding-right:13rem}.lg\:py-56{padding-top:14rem;padding-bottom:14rem}.lg\:px-56{padding-left:14rem;padding-right:14rem}.lg\:py-60{padding-top:15rem;padding-bottom:15rem}.lg\:px-60{padding-left:15rem;padding-right:15rem}.lg\:py-64{padding-top:16rem;padding-bottom:16rem}.lg\:px-64{padding-left:16rem;padding-right:16rem}.lg\:py-72{padding-top:18rem;padding-bottom:18rem}.lg\:px-72{padding-left:18rem;padding-right:18rem}.lg\:py-80{padding-top:20rem;padding-bottom:20rem}.lg\:px-80{padding-left:20rem;padding-right:20rem}.lg\:py-96{padding-top:24rem;padding-bottom:24rem}.lg\:px-96{padding-left:24rem;padding-right:24rem}.lg\:py-px{padding-top:1px;padding-bottom:1px}.lg\:px-px{padding-left:1px;padding-right:1px}.lg\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.lg\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.lg\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.lg\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.lg\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.lg\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.lg\:py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.lg\:px-gutter-1{padding-left:.625rem;padding-right:.625rem}.lg\:py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.lg\:pt-0{padding-top:0}.lg\:pr-0{padding-right:0}.lg\:pb-0{padding-bottom:0}.lg\:pl-0{padding-left:0}.lg\:pt-1{padding-top:.25rem}.lg\:pr-1{padding-right:.25rem}.lg\:pb-1{padding-bottom:.25rem}.lg\:pl-1{padding-left:.25rem}.lg\:pt-2{padding-top:.5rem}.lg\:pr-2{padding-right:.5rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pl-2{padding-left:.5rem}.lg\:pt-3{padding-top:.75rem}.lg\:pr-3{padding-right:.75rem}.lg\:pb-3{padding-bottom:.75rem}.lg\:pl-3{padding-left:.75rem}.lg\:pt-4{padding-top:1rem}.lg\:pr-4{padding-right:1rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-4{padding-left:1rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pt-7{padding-top:1.75rem}.lg\:pr-7{padding-right:1.75rem}.lg\:pb-7{padding-bottom:1.75rem}.lg\:pl-7{padding-left:1.75rem}.lg\:pt-8{padding-top:2rem}.lg\:pr-8{padding-right:2rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pt-9{padding-top:2.25rem}.lg\:pr-9{padding-right:2.25rem}.lg\:pb-9{padding-bottom:2.25rem}.lg\:pl-9{padding-left:2.25rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pt-11{padding-top:2.75rem}.lg\:pr-11{padding-right:2.75rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pl-11{padding-left:2.75rem}.lg\:pt-12{padding-top:3rem}.lg\:pr-12{padding-right:3rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-14{padding-top:3.5rem}.lg\:pr-14{padding-right:3.5rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pl-14{padding-left:3.5rem}.lg\:pt-16{padding-top:4rem}.lg\:pr-16{padding-right:4rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pl-16{padding-left:4rem}.lg\:pt-20{padding-top:5rem}.lg\:pr-20{padding-right:5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pl-20{padding-left:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pr-24{padding-right:6rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pl-24{padding-left:6rem}.lg\:pt-28{padding-top:7rem}.lg\:pr-28{padding-right:7rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pl-28{padding-left:7rem}.lg\:pt-32{padding-top:8rem}.lg\:pr-32{padding-right:8rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pl-32{padding-left:8rem}.lg\:pt-36{padding-top:9rem}.lg\:pr-36{padding-right:9rem}.lg\:pb-36{padding-bottom:9rem}.lg\:pl-36{padding-left:9rem}.lg\:pt-40{padding-top:10rem}.lg\:pr-40{padding-right:10rem}.lg\:pb-40{padding-bottom:10rem}.lg\:pl-40{padding-left:10rem}.lg\:pt-44{padding-top:11rem}.lg\:pr-44{padding-right:11rem}.lg\:pb-44{padding-bottom:11rem}.lg\:pl-44{padding-left:11rem}.lg\:pt-48{padding-top:12rem}.lg\:pr-48{padding-right:12rem}.lg\:pb-48{padding-bottom:12rem}.lg\:pl-48{padding-left:12rem}.lg\:pt-52{padding-top:13rem}.lg\:pr-52{padding-right:13rem}.lg\:pb-52{padding-bottom:13rem}.lg\:pl-52{padding-left:13rem}.lg\:pt-56{padding-top:14rem}.lg\:pr-56{padding-right:14rem}.lg\:pb-56{padding-bottom:14rem}.lg\:pl-56{padding-left:14rem}.lg\:pt-60{padding-top:15rem}.lg\:pr-60{padding-right:15rem}.lg\:pb-60{padding-bottom:15rem}.lg\:pl-60{padding-left:15rem}.lg\:pt-64{padding-top:16rem}.lg\:pr-64{padding-right:16rem}.lg\:pb-64{padding-bottom:16rem}.lg\:pl-64{padding-left:16rem}.lg\:pt-72{padding-top:18rem}.lg\:pr-72{padding-right:18rem}.lg\:pb-72{padding-bottom:18rem}.lg\:pl-72{padding-left:18rem}.lg\:pt-80{padding-top:20rem}.lg\:pr-80{padding-right:20rem}.lg\:pb-80{padding-bottom:20rem}.lg\:pl-80{padding-left:20rem}.lg\:pt-96{padding-top:24rem}.lg\:pr-96{padding-right:24rem}.lg\:pb-96{padding-bottom:24rem}.lg\:pl-96{padding-left:24rem}.lg\:pt-px{padding-top:1px}.lg\:pr-px{padding-right:1px}.lg\:pb-px{padding-bottom:1px}.lg\:pl-px{padding-left:1px}.lg\:pt-0\.5{padding-top:.125rem}.lg\:pr-0\.5{padding-right:.125rem}.lg\:pb-0\.5{padding-bottom:.125rem}.lg\:pl-0\.5{padding-left:.125rem}.lg\:pt-1\.5{padding-top:.375rem}.lg\:pr-1\.5{padding-right:.375rem}.lg\:pb-1\.5{padding-bottom:.375rem}.lg\:pl-1\.5{padding-left:.375rem}.lg\:pt-2\.5{padding-top:.625rem}.lg\:pr-2\.5{padding-right:.625rem}.lg\:pb-2\.5{padding-bottom:.625rem}.lg\:pl-2\.5{padding-left:.625rem}.lg\:pt-3\.5{padding-top:.875rem}.lg\:pr-3\.5{padding-right:.875rem}.lg\:pb-3\.5{padding-bottom:.875rem}.lg\:pl-3\.5{padding-left:.875rem}.lg\:pt-gutter-1{padding-top:.625rem}.lg\:pr-gutter-1{padding-right:.625rem}.lg\:pb-gutter-1{padding-bottom:.625rem}.lg\:pl-gutter-1{padding-left:.625rem}.lg\:pt-gutter-2{padding-top:1.25rem}.lg\:pr-gutter-2{padding-right:1.25rem}.lg\:pb-gutter-2{padding-bottom:1.25rem}.lg\:pl-gutter-2{padding-left:1.25rem}.lg\:placeholder-transparent::-moz-placeholder{color:transparent}.lg\:placeholder-transparent::placeholder{color:transparent}.lg\:placeholder-current::-moz-placeholder{color:currentColor}.lg\:placeholder-current::placeholder{color:currentColor}.lg\:placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.lg\:placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.lg\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.lg\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.lg\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.lg\:placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.lg\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.lg\:placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.lg\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.lg\:placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.lg\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.lg\:placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.lg\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.lg\:placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.lg\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.lg\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.lg\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.lg\:placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.lg\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.lg\:placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.lg\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.lg\:placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.lg\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.lg\:placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.lg\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.lg\:placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.lg\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.lg\:placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.lg\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.lg\:placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.lg\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.lg\:placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.lg\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.lg\:placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.lg\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.lg\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.lg\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.lg\:placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.lg\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.lg\:placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.lg\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.lg\:placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.lg\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.lg\:placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.lg\:placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.lg\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.lg\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.lg\:focus\:placeholder-current:focus::placeholder{color:currentColor}.lg\:focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.lg\:placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.lg\:placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.lg\:placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.lg\:placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.lg\:placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.lg\:placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.lg\:placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.lg\:placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.lg\:placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.lg\:placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.lg\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.lg\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.lg\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.lg\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.lg\:placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.lg\:placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.lg\:placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.lg\:placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.lg\:placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.lg\:placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.lg\:placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.lg\:placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.lg\:placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.lg\:placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.lg\:placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.lg\:placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.lg\:placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.lg\:placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.lg\:placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.lg\:placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.lg\:focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.lg\:focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.lg\:focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.lg\:focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.lg\:focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.lg\:focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.lg\:focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.lg\:focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.lg\:focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.lg\:focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.lg\:focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.lg\:focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.lg\:focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.lg\:focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.lg\:focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.lg\:pointer-events-none{pointer-events:none}.lg\:pointer-events-auto{pointer-events:auto}.lg\:static{position:static}.lg\:fixed{position:fixed}.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:sticky{position:sticky}.lg\:inset-0{top:0;right:0;bottom:0;left:0}.lg\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.lg\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.lg\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.lg\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.lg\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.lg\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.lg\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.lg\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.lg\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.lg\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.lg\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.lg\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.lg\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.lg\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.lg\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.lg\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.lg\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.lg\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.lg\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.lg\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.lg\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.lg\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.lg\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.lg\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.lg\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.lg\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.lg\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.lg\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.lg\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.lg\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.lg\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.lg\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.lg\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.lg\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.lg\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.lg\:inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.lg\:inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.lg\:-inset-0{top:0;right:0;bottom:0;left:0}.lg\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.lg\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.lg\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.lg\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.lg\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.lg\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.lg\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.lg\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.lg\:-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.lg\:-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.lg\:-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.lg\:-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.lg\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.lg\:-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.lg\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.lg\:-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.lg\:-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.lg\:-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.lg\:-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.lg\:-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.lg\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.lg\:-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.lg\:-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.lg\:-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.lg\:-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.lg\:-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.lg\:-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.lg\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.lg\:-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.lg\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.lg\:-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.lg\:-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.lg\:-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.lg\:-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.lg\:-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.lg\:-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.lg\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.lg\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.lg\:inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.lg\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.lg\:inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.lg\:inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.lg\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.lg\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.lg\:-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.lg\:-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.lg\:-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.lg\:-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.lg\:-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.lg\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.lg\:inset-y-0{top:0;bottom:0}.lg\:inset-x-0{right:0;left:0}.lg\:inset-y-1{top:.25rem;bottom:.25rem}.lg\:inset-x-1{right:.25rem;left:.25rem}.lg\:inset-y-2{top:.5rem;bottom:.5rem}.lg\:inset-x-2{right:.5rem;left:.5rem}.lg\:inset-y-3{top:.75rem;bottom:.75rem}.lg\:inset-x-3{right:.75rem;left:.75rem}.lg\:inset-y-4{top:1rem;bottom:1rem}.lg\:inset-x-4{right:1rem;left:1rem}.lg\:inset-y-5{top:1.25rem;bottom:1.25rem}.lg\:inset-x-5{right:1.25rem;left:1.25rem}.lg\:inset-y-6{top:1.5rem;bottom:1.5rem}.lg\:inset-x-6{right:1.5rem;left:1.5rem}.lg\:inset-y-7{top:1.75rem;bottom:1.75rem}.lg\:inset-x-7{right:1.75rem;left:1.75rem}.lg\:inset-y-8{top:2rem;bottom:2rem}.lg\:inset-x-8{right:2rem;left:2rem}.lg\:inset-y-9{top:2.25rem;bottom:2.25rem}.lg\:inset-x-9{right:2.25rem;left:2.25rem}.lg\:inset-y-10{top:2.5rem;bottom:2.5rem}.lg\:inset-x-10{right:2.5rem;left:2.5rem}.lg\:inset-y-11{top:2.75rem;bottom:2.75rem}.lg\:inset-x-11{right:2.75rem;left:2.75rem}.lg\:inset-y-12{top:3rem;bottom:3rem}.lg\:inset-x-12{right:3rem;left:3rem}.lg\:inset-y-14{top:3.5rem;bottom:3.5rem}.lg\:inset-x-14{right:3.5rem;left:3.5rem}.lg\:inset-y-16{top:4rem;bottom:4rem}.lg\:inset-x-16{right:4rem;left:4rem}.lg\:inset-y-20{top:5rem;bottom:5rem}.lg\:inset-x-20{right:5rem;left:5rem}.lg\:inset-y-24{top:6rem;bottom:6rem}.lg\:inset-x-24{right:6rem;left:6rem}.lg\:inset-y-28{top:7rem;bottom:7rem}.lg\:inset-x-28{right:7rem;left:7rem}.lg\:inset-y-32{top:8rem;bottom:8rem}.lg\:inset-x-32{right:8rem;left:8rem}.lg\:inset-y-36{top:9rem;bottom:9rem}.lg\:inset-x-36{right:9rem;left:9rem}.lg\:inset-y-40{top:10rem;bottom:10rem}.lg\:inset-x-40{right:10rem;left:10rem}.lg\:inset-y-44{top:11rem;bottom:11rem}.lg\:inset-x-44{right:11rem;left:11rem}.lg\:inset-y-48{top:12rem;bottom:12rem}.lg\:inset-x-48{right:12rem;left:12rem}.lg\:inset-y-52{top:13rem;bottom:13rem}.lg\:inset-x-52{right:13rem;left:13rem}.lg\:inset-y-56{top:14rem;bottom:14rem}.lg\:inset-x-56{right:14rem;left:14rem}.lg\:inset-y-60{top:15rem;bottom:15rem}.lg\:inset-x-60{right:15rem;left:15rem}.lg\:inset-y-64{top:16rem;bottom:16rem}.lg\:inset-x-64{right:16rem;left:16rem}.lg\:inset-y-72{top:18rem;bottom:18rem}.lg\:inset-x-72{right:18rem;left:18rem}.lg\:inset-y-80{top:20rem;bottom:20rem}.lg\:inset-x-80{right:20rem;left:20rem}.lg\:inset-y-96{top:24rem;bottom:24rem}.lg\:inset-x-96{right:24rem;left:24rem}.lg\:inset-y-auto{top:auto;bottom:auto}.lg\:inset-x-auto{right:auto;left:auto}.lg\:inset-y-px{top:1px;bottom:1px}.lg\:inset-x-px{right:1px;left:1px}.lg\:inset-y-0\.5{top:.125rem;bottom:.125rem}.lg\:inset-x-0\.5{right:.125rem;left:.125rem}.lg\:inset-y-1\.5{top:.375rem;bottom:.375rem}.lg\:inset-x-1\.5{right:.375rem;left:.375rem}.lg\:inset-y-2\.5{top:.625rem;bottom:.625rem}.lg\:inset-x-2\.5{right:.625rem;left:.625rem}.lg\:inset-y-3\.5{top:.875rem;bottom:.875rem}.lg\:inset-x-3\.5{right:.875rem;left:.875rem}.lg\:inset-y-gutter-1{top:.625rem;bottom:.625rem}.lg\:inset-x-gutter-1{right:.625rem;left:.625rem}.lg\:inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.lg\:inset-x-gutter-2{right:1.25rem;left:1.25rem}.lg\:-inset-y-0{top:0;bottom:0}.lg\:-inset-x-0{right:0;left:0}.lg\:-inset-y-1{top:-.25rem;bottom:-.25rem}.lg\:-inset-x-1{right:-.25rem;left:-.25rem}.lg\:-inset-y-2{top:-.5rem;bottom:-.5rem}.lg\:-inset-x-2{right:-.5rem;left:-.5rem}.lg\:-inset-y-3{top:-.75rem;bottom:-.75rem}.lg\:-inset-x-3{right:-.75rem;left:-.75rem}.lg\:-inset-y-4{top:-1rem;bottom:-1rem}.lg\:-inset-x-4{right:-1rem;left:-1rem}.lg\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.lg\:-inset-x-5{right:-1.25rem;left:-1.25rem}.lg\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.lg\:-inset-x-6{right:-1.5rem;left:-1.5rem}.lg\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.lg\:-inset-x-7{right:-1.75rem;left:-1.75rem}.lg\:-inset-y-8{top:-2rem;bottom:-2rem}.lg\:-inset-x-8{right:-2rem;left:-2rem}.lg\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.lg\:-inset-x-9{right:-2.25rem;left:-2.25rem}.lg\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.lg\:-inset-x-10{right:-2.5rem;left:-2.5rem}.lg\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.lg\:-inset-x-11{right:-2.75rem;left:-2.75rem}.lg\:-inset-y-12{top:-3rem;bottom:-3rem}.lg\:-inset-x-12{right:-3rem;left:-3rem}.lg\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.lg\:-inset-x-14{right:-3.5rem;left:-3.5rem}.lg\:-inset-y-16{top:-4rem;bottom:-4rem}.lg\:-inset-x-16{right:-4rem;left:-4rem}.lg\:-inset-y-20{top:-5rem;bottom:-5rem}.lg\:-inset-x-20{right:-5rem;left:-5rem}.lg\:-inset-y-24{top:-6rem;bottom:-6rem}.lg\:-inset-x-24{right:-6rem;left:-6rem}.lg\:-inset-y-28{top:-7rem;bottom:-7rem}.lg\:-inset-x-28{right:-7rem;left:-7rem}.lg\:-inset-y-32{top:-8rem;bottom:-8rem}.lg\:-inset-x-32{right:-8rem;left:-8rem}.lg\:-inset-y-36{top:-9rem;bottom:-9rem}.lg\:-inset-x-36{right:-9rem;left:-9rem}.lg\:-inset-y-40{top:-10rem;bottom:-10rem}.lg\:-inset-x-40{right:-10rem;left:-10rem}.lg\:-inset-y-44{top:-11rem;bottom:-11rem}.lg\:-inset-x-44{right:-11rem;left:-11rem}.lg\:-inset-y-48{top:-12rem;bottom:-12rem}.lg\:-inset-x-48{right:-12rem;left:-12rem}.lg\:-inset-y-52{top:-13rem;bottom:-13rem}.lg\:-inset-x-52{right:-13rem;left:-13rem}.lg\:-inset-y-56{top:-14rem;bottom:-14rem}.lg\:-inset-x-56{right:-14rem;left:-14rem}.lg\:-inset-y-60{top:-15rem;bottom:-15rem}.lg\:-inset-x-60{right:-15rem;left:-15rem}.lg\:-inset-y-64{top:-16rem;bottom:-16rem}.lg\:-inset-x-64{right:-16rem;left:-16rem}.lg\:-inset-y-72{top:-18rem;bottom:-18rem}.lg\:-inset-x-72{right:-18rem;left:-18rem}.lg\:-inset-y-80{top:-20rem;bottom:-20rem}.lg\:-inset-x-80{right:-20rem;left:-20rem}.lg\:-inset-y-96{top:-24rem;bottom:-24rem}.lg\:-inset-x-96{right:-24rem;left:-24rem}.lg\:-inset-y-px{top:-1px;bottom:-1px}.lg\:-inset-x-px{right:-1px;left:-1px}.lg\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.lg\:-inset-x-0\.5{right:-.125rem;left:-.125rem}.lg\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.lg\:-inset-x-1\.5{right:-.375rem;left:-.375rem}.lg\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.lg\:-inset-x-2\.5{right:-.625rem;left:-.625rem}.lg\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.lg\:-inset-x-3\.5{right:-.875rem;left:-.875rem}.lg\:-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.lg\:-inset-x-gutter-1{right:-.625rem;left:-.625rem}.lg\:-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.lg\:-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.lg\:inset-y-1\/2{top:50%;bottom:50%}.lg\:inset-x-1\/2{right:50%;left:50%}.lg\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.lg\:inset-x-1\/3{right:33.333333%;left:33.333333%}.lg\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.lg\:inset-x-2\/3{right:66.666667%;left:66.666667%}.lg\:inset-y-1\/4{top:25%;bottom:25%}.lg\:inset-x-1\/4{right:25%;left:25%}.lg\:inset-y-2\/4{top:50%;bottom:50%}.lg\:inset-x-2\/4{right:50%;left:50%}.lg\:inset-y-3\/4{top:75%;bottom:75%}.lg\:inset-x-3\/4{right:75%;left:75%}.lg\:inset-y-full{top:100%;bottom:100%}.lg\:inset-x-full{right:100%;left:100%}.lg\:-inset-y-1\/2{top:-50%;bottom:-50%}.lg\:-inset-x-1\/2{right:-50%;left:-50%}.lg\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.lg\:-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.lg\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.lg\:-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.lg\:-inset-y-1\/4{top:-25%;bottom:-25%}.lg\:-inset-x-1\/4{right:-25%;left:-25%}.lg\:-inset-y-2\/4{top:-50%;bottom:-50%}.lg\:-inset-x-2\/4{right:-50%;left:-50%}.lg\:-inset-y-3\/4{top:-75%;bottom:-75%}.lg\:-inset-x-3\/4{right:-75%;left:-75%}.lg\:-inset-y-full{top:-100%;bottom:-100%}.lg\:-inset-x-full{right:-100%;left:-100%}.lg\:top-0{top:0}.lg\:right-0{right:0}.lg\:bottom-0{bottom:0}.lg\:left-0{left:0}.lg\:top-1{top:.25rem}.lg\:right-1{right:.25rem}.lg\:bottom-1{bottom:.25rem}.lg\:left-1{left:.25rem}.lg\:top-2{top:.5rem}.lg\:right-2{right:.5rem}.lg\:bottom-2{bottom:.5rem}.lg\:left-2{left:.5rem}.lg\:top-3{top:.75rem}.lg\:right-3{right:.75rem}.lg\:bottom-3{bottom:.75rem}.lg\:left-3{left:.75rem}.lg\:top-4{top:1rem}.lg\:right-4{right:1rem}.lg\:bottom-4{bottom:1rem}.lg\:left-4{left:1rem}.lg\:top-5{top:1.25rem}.lg\:right-5{right:1.25rem}.lg\:bottom-5{bottom:1.25rem}.lg\:left-5{left:1.25rem}.lg\:top-6{top:1.5rem}.lg\:right-6{right:1.5rem}.lg\:bottom-6{bottom:1.5rem}.lg\:left-6{left:1.5rem}.lg\:top-7{top:1.75rem}.lg\:right-7{right:1.75rem}.lg\:bottom-7{bottom:1.75rem}.lg\:left-7{left:1.75rem}.lg\:top-8{top:2rem}.lg\:right-8{right:2rem}.lg\:bottom-8{bottom:2rem}.lg\:left-8{left:2rem}.lg\:top-9{top:2.25rem}.lg\:right-9{right:2.25rem}.lg\:bottom-9{bottom:2.25rem}.lg\:left-9{left:2.25rem}.lg\:top-10{top:2.5rem}.lg\:right-10{right:2.5rem}.lg\:bottom-10{bottom:2.5rem}.lg\:left-10{left:2.5rem}.lg\:top-11{top:2.75rem}.lg\:right-11{right:2.75rem}.lg\:bottom-11{bottom:2.75rem}.lg\:left-11{left:2.75rem}.lg\:top-12{top:3rem}.lg\:right-12{right:3rem}.lg\:bottom-12{bottom:3rem}.lg\:left-12{left:3rem}.lg\:top-14{top:3.5rem}.lg\:right-14{right:3.5rem}.lg\:bottom-14{bottom:3.5rem}.lg\:left-14{left:3.5rem}.lg\:top-16{top:4rem}.lg\:right-16{right:4rem}.lg\:bottom-16{bottom:4rem}.lg\:left-16{left:4rem}.lg\:top-20{top:5rem}.lg\:right-20{right:5rem}.lg\:bottom-20{bottom:5rem}.lg\:left-20{left:5rem}.lg\:top-24{top:6rem}.lg\:right-24{right:6rem}.lg\:bottom-24{bottom:6rem}.lg\:left-24{left:6rem}.lg\:top-28{top:7rem}.lg\:right-28{right:7rem}.lg\:bottom-28{bottom:7rem}.lg\:left-28{left:7rem}.lg\:top-32{top:8rem}.lg\:right-32{right:8rem}.lg\:bottom-32{bottom:8rem}.lg\:left-32{left:8rem}.lg\:top-36{top:9rem}.lg\:right-36{right:9rem}.lg\:bottom-36{bottom:9rem}.lg\:left-36{left:9rem}.lg\:top-40{top:10rem}.lg\:right-40{right:10rem}.lg\:bottom-40{bottom:10rem}.lg\:left-40{left:10rem}.lg\:top-44{top:11rem}.lg\:right-44{right:11rem}.lg\:bottom-44{bottom:11rem}.lg\:left-44{left:11rem}.lg\:top-48{top:12rem}.lg\:right-48{right:12rem}.lg\:bottom-48{bottom:12rem}.lg\:left-48{left:12rem}.lg\:top-52{top:13rem}.lg\:right-52{right:13rem}.lg\:bottom-52{bottom:13rem}.lg\:left-52{left:13rem}.lg\:top-56{top:14rem}.lg\:right-56{right:14rem}.lg\:bottom-56{bottom:14rem}.lg\:left-56{left:14rem}.lg\:top-60{top:15rem}.lg\:right-60{right:15rem}.lg\:bottom-60{bottom:15rem}.lg\:left-60{left:15rem}.lg\:top-64{top:16rem}.lg\:right-64{right:16rem}.lg\:bottom-64{bottom:16rem}.lg\:left-64{left:16rem}.lg\:top-72{top:18rem}.lg\:right-72{right:18rem}.lg\:bottom-72{bottom:18rem}.lg\:left-72{left:18rem}.lg\:top-80{top:20rem}.lg\:right-80{right:20rem}.lg\:bottom-80{bottom:20rem}.lg\:left-80{left:20rem}.lg\:top-96{top:24rem}.lg\:right-96{right:24rem}.lg\:bottom-96{bottom:24rem}.lg\:left-96{left:24rem}.lg\:top-auto{top:auto}.lg\:right-auto{right:auto}.lg\:bottom-auto{bottom:auto}.lg\:left-auto{left:auto}.lg\:top-px{top:1px}.lg\:right-px{right:1px}.lg\:bottom-px{bottom:1px}.lg\:left-px{left:1px}.lg\:top-0\.5{top:.125rem}.lg\:right-0\.5{right:.125rem}.lg\:bottom-0\.5{bottom:.125rem}.lg\:left-0\.5{left:.125rem}.lg\:top-1\.5{top:.375rem}.lg\:right-1\.5{right:.375rem}.lg\:bottom-1\.5{bottom:.375rem}.lg\:left-1\.5{left:.375rem}.lg\:top-2\.5{top:.625rem}.lg\:right-2\.5{right:.625rem}.lg\:bottom-2\.5{bottom:.625rem}.lg\:left-2\.5{left:.625rem}.lg\:top-3\.5{top:.875rem}.lg\:right-3\.5{right:.875rem}.lg\:bottom-3\.5{bottom:.875rem}.lg\:left-3\.5{left:.875rem}.lg\:top-gutter-1{top:.625rem}.lg\:right-gutter-1{right:.625rem}.lg\:bottom-gutter-1{bottom:.625rem}.lg\:left-gutter-1{left:.625rem}.lg\:top-gutter-2{top:1.25rem}.lg\:right-gutter-2{right:1.25rem}.lg\:bottom-gutter-2{bottom:1.25rem}.lg\:left-gutter-2{left:1.25rem}.lg\:-top-0{top:0}.lg\:-right-0{right:0}.lg\:-bottom-0{bottom:0}.lg\:-left-0{left:0}.lg\:-top-1{top:-.25rem}.lg\:-right-1{right:-.25rem}.lg\:-bottom-1{bottom:-.25rem}.lg\:-left-1{left:-.25rem}.lg\:-top-2{top:-.5rem}.lg\:-right-2{right:-.5rem}.lg\:-bottom-2{bottom:-.5rem}.lg\:-left-2{left:-.5rem}.lg\:-top-3{top:-.75rem}.lg\:-right-3{right:-.75rem}.lg\:-bottom-3{bottom:-.75rem}.lg\:-left-3{left:-.75rem}.lg\:-top-4{top:-1rem}.lg\:-right-4{right:-1rem}.lg\:-bottom-4{bottom:-1rem}.lg\:-left-4{left:-1rem}.lg\:-top-5{top:-1.25rem}.lg\:-right-5{right:-1.25rem}.lg\:-bottom-5{bottom:-1.25rem}.lg\:-left-5{left:-1.25rem}.lg\:-top-6{top:-1.5rem}.lg\:-right-6{right:-1.5rem}.lg\:-bottom-6{bottom:-1.5rem}.lg\:-left-6{left:-1.5rem}.lg\:-top-7{top:-1.75rem}.lg\:-right-7{right:-1.75rem}.lg\:-bottom-7{bottom:-1.75rem}.lg\:-left-7{left:-1.75rem}.lg\:-top-8{top:-2rem}.lg\:-right-8{right:-2rem}.lg\:-bottom-8{bottom:-2rem}.lg\:-left-8{left:-2rem}.lg\:-top-9{top:-2.25rem}.lg\:-right-9{right:-2.25rem}.lg\:-bottom-9{bottom:-2.25rem}.lg\:-left-9{left:-2.25rem}.lg\:-top-10{top:-2.5rem}.lg\:-right-10{right:-2.5rem}.lg\:-bottom-10{bottom:-2.5rem}.lg\:-left-10{left:-2.5rem}.lg\:-top-11{top:-2.75rem}.lg\:-right-11{right:-2.75rem}.lg\:-bottom-11{bottom:-2.75rem}.lg\:-left-11{left:-2.75rem}.lg\:-top-12{top:-3rem}.lg\:-right-12{right:-3rem}.lg\:-bottom-12{bottom:-3rem}.lg\:-left-12{left:-3rem}.lg\:-top-14{top:-3.5rem}.lg\:-right-14{right:-3.5rem}.lg\:-bottom-14{bottom:-3.5rem}.lg\:-left-14{left:-3.5rem}.lg\:-top-16{top:-4rem}.lg\:-right-16{right:-4rem}.lg\:-bottom-16{bottom:-4rem}.lg\:-left-16{left:-4rem}.lg\:-top-20{top:-5rem}.lg\:-right-20{right:-5rem}.lg\:-bottom-20{bottom:-5rem}.lg\:-left-20{left:-5rem}.lg\:-top-24{top:-6rem}.lg\:-right-24{right:-6rem}.lg\:-bottom-24{bottom:-6rem}.lg\:-left-24{left:-6rem}.lg\:-top-28{top:-7rem}.lg\:-right-28{right:-7rem}.lg\:-bottom-28{bottom:-7rem}.lg\:-left-28{left:-7rem}.lg\:-top-32{top:-8rem}.lg\:-right-32{right:-8rem}.lg\:-bottom-32{bottom:-8rem}.lg\:-left-32{left:-8rem}.lg\:-top-36{top:-9rem}.lg\:-right-36{right:-9rem}.lg\:-bottom-36{bottom:-9rem}.lg\:-left-36{left:-9rem}.lg\:-top-40{top:-10rem}.lg\:-right-40{right:-10rem}.lg\:-bottom-40{bottom:-10rem}.lg\:-left-40{left:-10rem}.lg\:-top-44{top:-11rem}.lg\:-right-44{right:-11rem}.lg\:-bottom-44{bottom:-11rem}.lg\:-left-44{left:-11rem}.lg\:-top-48{top:-12rem}.lg\:-right-48{right:-12rem}.lg\:-bottom-48{bottom:-12rem}.lg\:-left-48{left:-12rem}.lg\:-top-52{top:-13rem}.lg\:-right-52{right:-13rem}.lg\:-bottom-52{bottom:-13rem}.lg\:-left-52{left:-13rem}.lg\:-top-56{top:-14rem}.lg\:-right-56{right:-14rem}.lg\:-bottom-56{bottom:-14rem}.lg\:-left-56{left:-14rem}.lg\:-top-60{top:-15rem}.lg\:-right-60{right:-15rem}.lg\:-bottom-60{bottom:-15rem}.lg\:-left-60{left:-15rem}.lg\:-top-64{top:-16rem}.lg\:-right-64{right:-16rem}.lg\:-bottom-64{bottom:-16rem}.lg\:-left-64{left:-16rem}.lg\:-top-72{top:-18rem}.lg\:-right-72{right:-18rem}.lg\:-bottom-72{bottom:-18rem}.lg\:-left-72{left:-18rem}.lg\:-top-80{top:-20rem}.lg\:-right-80{right:-20rem}.lg\:-bottom-80{bottom:-20rem}.lg\:-left-80{left:-20rem}.lg\:-top-96{top:-24rem}.lg\:-right-96{right:-24rem}.lg\:-bottom-96{bottom:-24rem}.lg\:-left-96{left:-24rem}.lg\:-top-px{top:-1px}.lg\:-right-px{right:-1px}.lg\:-bottom-px{bottom:-1px}.lg\:-left-px{left:-1px}.lg\:-top-0\.5{top:-.125rem}.lg\:-right-0\.5{right:-.125rem}.lg\:-bottom-0\.5{bottom:-.125rem}.lg\:-left-0\.5{left:-.125rem}.lg\:-top-1\.5{top:-.375rem}.lg\:-right-1\.5{right:-.375rem}.lg\:-bottom-1\.5{bottom:-.375rem}.lg\:-left-1\.5{left:-.375rem}.lg\:-top-2\.5{top:-.625rem}.lg\:-right-2\.5{right:-.625rem}.lg\:-bottom-2\.5{bottom:-.625rem}.lg\:-left-2\.5{left:-.625rem}.lg\:-top-3\.5{top:-.875rem}.lg\:-right-3\.5{right:-.875rem}.lg\:-bottom-3\.5{bottom:-.875rem}.lg\:-left-3\.5{left:-.875rem}.lg\:-top-gutter-1{top:-.625rem}.lg\:-right-gutter-1{right:-.625rem}.lg\:-bottom-gutter-1{bottom:-.625rem}.lg\:-left-gutter-1{left:-.625rem}.lg\:-top-gutter-2{top:-1.25rem}.lg\:-right-gutter-2{right:-1.25rem}.lg\:-bottom-gutter-2{bottom:-1.25rem}.lg\:-left-gutter-2{left:-1.25rem}.lg\:top-1\/2{top:50%}.lg\:right-1\/2{right:50%}.lg\:bottom-1\/2{bottom:50%}.lg\:left-1\/2{left:50%}.lg\:top-1\/3{top:33.333333%}.lg\:right-1\/3{right:33.333333%}.lg\:bottom-1\/3{bottom:33.333333%}.lg\:left-1\/3{left:33.333333%}.lg\:top-2\/3{top:66.666667%}.lg\:right-2\/3{right:66.666667%}.lg\:bottom-2\/3{bottom:66.666667%}.lg\:left-2\/3{left:66.666667%}.lg\:top-1\/4{top:25%}.lg\:right-1\/4{right:25%}.lg\:bottom-1\/4{bottom:25%}.lg\:left-1\/4{left:25%}.lg\:top-2\/4{top:50%}.lg\:right-2\/4{right:50%}.lg\:bottom-2\/4{bottom:50%}.lg\:left-2\/4{left:50%}.lg\:top-3\/4{top:75%}.lg\:right-3\/4{right:75%}.lg\:bottom-3\/4{bottom:75%}.lg\:left-3\/4{left:75%}.lg\:top-full{top:100%}.lg\:right-full{right:100%}.lg\:bottom-full{bottom:100%}.lg\:left-full{left:100%}.lg\:-top-1\/2{top:-50%}.lg\:-right-1\/2{right:-50%}.lg\:-bottom-1\/2{bottom:-50%}.lg\:-left-1\/2{left:-50%}.lg\:-top-1\/3{top:-33.333333%}.lg\:-right-1\/3{right:-33.333333%}.lg\:-bottom-1\/3{bottom:-33.333333%}.lg\:-left-1\/3{left:-33.333333%}.lg\:-top-2\/3{top:-66.666667%}.lg\:-right-2\/3{right:-66.666667%}.lg\:-bottom-2\/3{bottom:-66.666667%}.lg\:-left-2\/3{left:-66.666667%}.lg\:-top-1\/4{top:-25%}.lg\:-right-1\/4{right:-25%}.lg\:-bottom-1\/4{bottom:-25%}.lg\:-left-1\/4{left:-25%}.lg\:-top-2\/4{top:-50%}.lg\:-right-2\/4{right:-50%}.lg\:-bottom-2\/4{bottom:-50%}.lg\:-left-2\/4{left:-50%}.lg\:-top-3\/4{top:-75%}.lg\:-right-3\/4{right:-75%}.lg\:-bottom-3\/4{bottom:-75%}.lg\:-left-3\/4{left:-75%}.lg\:-top-full{top:-100%}.lg\:-right-full{right:-100%}.lg\:-bottom-full{bottom:-100%}.lg\:-left-full{left:-100%}.lg\:resize-none{resize:none}.lg\:resize-y{resize:vertical}.lg\:resize-x{resize:horizontal}.lg\:resize{resize:both}.lg\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .lg\:group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:ring-inset{--tw-ring-inset:inset}.lg\:focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.lg\: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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring-inset:focus{--tw-ring-inset:inset}.lg\:ring-offset-transparent{--tw-ring-offset-color:transparent}.lg\:ring-offset-current{--tw-ring-offset-color:currentColor}.lg\:ring-offset-black{--tw-ring-offset-color:#000}.lg\:ring-offset-white{--tw-ring-offset-color:#fff}.lg\:ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.lg\:ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.lg\:ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.lg\:ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.lg\:ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.lg\:ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.lg\:ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.lg\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.lg\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.lg\:ring-offset-gray-900{--tw-ring-offset-color:#111827}.lg\:ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.lg\:ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.lg\:ring-offset-red-200{--tw-ring-offset-color:#fecaca}.lg\:ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.lg\:ring-offset-red-400{--tw-ring-offset-color:#f87171}.lg\:ring-offset-red-500{--tw-ring-offset-color:#ef4444}.lg\:ring-offset-red-600{--tw-ring-offset-color:#dc2626}.lg\:ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.lg\:ring-offset-red-800{--tw-ring-offset-color:#991b1b}.lg\:ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.lg\:ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.lg\:ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.lg\:ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.lg\:ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.lg\:ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.lg\:ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.lg\:ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.lg\:ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.lg\:ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.lg\:ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.lg\:ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.lg\:ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.lg\:ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.lg\:ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.lg\:ring-offset-green-400{--tw-ring-offset-color:#34d399}.lg\:ring-offset-green-500{--tw-ring-offset-color:#10b981}.lg\:ring-offset-green-600{--tw-ring-offset-color:#059669}.lg\:ring-offset-green-700{--tw-ring-offset-color:#047857}.lg\:ring-offset-green-800{--tw-ring-offset-color:#065f46}.lg\:ring-offset-green-900{--tw-ring-offset-color:#064e3b}.lg\:ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.lg\:ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.lg\:ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.lg\:ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.lg\:ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.lg\:ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.lg\:ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.lg\:ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.lg\:ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.lg\:ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.lg\:ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.lg\:ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.lg\:ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.lg\:ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.lg\:ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.lg\:ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.lg\:ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.lg\:ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.lg\:ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.lg\:ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.lg\:ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.lg\:ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.lg\:ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.lg\:ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.lg\:ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.lg\:ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.lg\:ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.lg\:ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.lg\:ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.lg\:ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.lg\:ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.lg\:ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.lg\:ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.lg\:ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.lg\:ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.lg\:ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.lg\:ring-offset-pink-600{--tw-ring-offset-color:#db2777}.lg\:ring-offset-pink-700{--tw-ring-offset-color:#be185d}.lg\:ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.lg\:ring-offset-pink-900{--tw-ring-offset-color:#831843}.lg\:focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.lg\:focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.lg\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.lg\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.lg\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.lg\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.lg\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.lg\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.lg\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.lg\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.lg\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.lg\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.lg\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.lg\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.lg\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.lg\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.lg\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.lg\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.lg\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.lg\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.lg\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.lg\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.lg\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.lg\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.lg\:focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.lg\:focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.lg\:focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.lg\:focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.lg\:focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.lg\:focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.lg\:focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.lg\:focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.lg\:focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.lg\:focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.lg\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.lg\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.lg\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.lg\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.lg\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.lg\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.lg\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.lg\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.lg\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.lg\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.lg\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.lg\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.lg\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.lg\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.lg\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.lg\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.lg\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.lg\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.lg\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.lg\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.lg\:focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.lg\:focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.lg\:focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.lg\:focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.lg\:focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.lg\:focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.lg\:focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.lg\:focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.lg\:focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.lg\:focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.lg\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.lg\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.lg\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.lg\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.lg\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.lg\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.lg\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.lg\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.lg\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.lg\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.lg\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.lg\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.lg\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.lg\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.lg\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.lg\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.lg\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.lg\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.lg\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.lg\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.lg\:focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.lg\:focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.lg\:focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.lg\:focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.lg\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.lg\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.lg\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.lg\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.lg\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.lg\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.lg\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.lg\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.lg\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.lg\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.lg\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.lg\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.lg\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.lg\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.lg\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.lg\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.lg\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.lg\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.lg\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.lg\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.lg\:focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.lg\:focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.lg\:focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.lg\:focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.lg\:focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.lg\:focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.lg\:focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.lg\:focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.lg\:focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.lg\:focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.lg\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.lg\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.lg\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.lg\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.lg\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.lg\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.lg\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.lg\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.lg\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.lg\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.lg\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.lg\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.lg\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.lg\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.lg\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.lg\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.lg\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.lg\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.lg\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.lg\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.lg\:focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.lg\:focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.lg\:focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.lg\:focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.lg\:focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.lg\:focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.lg\:focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.lg\:focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.lg\:focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.lg\:focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.lg\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.lg\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.lg\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.lg\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.lg\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.lg\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.lg\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.lg\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.lg\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.lg\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.lg\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.lg\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.lg\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.lg\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.lg\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.lg\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.lg\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.lg\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.lg\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.lg\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.lg\:ring-offset-0{--tw-ring-offset-width:0px}.lg\:ring-offset-1{--tw-ring-offset-width:1px}.lg\:ring-offset-2{--tw-ring-offset-width:2px}.lg\:ring-offset-4{--tw-ring-offset-width:4px}.lg\:ring-offset-8{--tw-ring-offset-width:8px}.lg\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.lg\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.lg\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.lg\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.lg\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.lg\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.lg\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.lg\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.lg\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.lg\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.lg\:ring-transparent{--tw-ring-color:transparent}.lg\:ring-current{--tw-ring-color:currentColor}.lg\:ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.lg\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.lg\:ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.lg\:ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.lg\:ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.lg\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.lg\:ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.lg\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.lg\:ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.lg\:ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.lg\:ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.lg\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.lg\:ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.lg\:ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.lg\:ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.lg\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.lg\:ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.lg\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.lg\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.lg\:ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.lg\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.lg\:ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.lg\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.lg\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.lg\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.lg\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.lg\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.lg\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.lg\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.lg\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.lg\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.lg\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.lg\:ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.lg\:ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.lg\:ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.lg\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.lg\:ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.lg\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.lg\:ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.lg\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.lg\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.lg\:ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.lg\:ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.lg\:ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.lg\:ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.lg\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.lg\:ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.lg\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.lg\:ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.lg\:ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.lg\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.lg\:ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.lg\:ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.lg\:ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.lg\:ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.lg\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.lg\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.lg\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.lg\:ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.lg\:ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.lg\:ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.lg\:ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.lg\:ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.lg\:ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.lg\:ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.lg\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.lg\:ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.lg\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.lg\:ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.lg\:ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.lg\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.lg\:ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.lg\:ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.lg\:ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.lg\:ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.lg\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.lg\:ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.lg\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.lg\:ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.lg\:ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.lg\:ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.lg\:ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.lg\:focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.lg\:focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.lg\:focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.lg\:focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.lg\:focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.lg\:focus\:ring-transparent:focus{--tw-ring-color:transparent}.lg\:focus\:ring-current:focus{--tw-ring-color:currentColor}.lg\:focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.lg\:focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.lg\:focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.lg\:focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.lg\:focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.lg\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.lg\:focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.lg\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.lg\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.lg\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.lg\:focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.lg\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.lg\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.lg\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.lg\:focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.lg\:focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.lg\:focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.lg\:focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.lg\:focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.lg\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.lg\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.lg\:focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.lg\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.lg\:focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.lg\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.lg\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.lg\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.lg\:focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.lg\:ring-opacity-0{--tw-ring-opacity:0}.lg\:ring-opacity-5{--tw-ring-opacity:.05}.lg\:ring-opacity-10{--tw-ring-opacity:.1}.lg\:ring-opacity-20{--tw-ring-opacity:.2}.lg\:ring-opacity-25{--tw-ring-opacity:.25}.lg\:ring-opacity-30{--tw-ring-opacity:.3}.lg\:ring-opacity-40{--tw-ring-opacity:.4}.lg\:ring-opacity-50{--tw-ring-opacity:.5}.lg\:ring-opacity-60{--tw-ring-opacity:.6}.lg\:ring-opacity-70{--tw-ring-opacity:.7}.lg\:ring-opacity-75{--tw-ring-opacity:.75}.lg\:ring-opacity-80{--tw-ring-opacity:.8}.lg\:ring-opacity-90{--tw-ring-opacity:.9}.lg\:ring-opacity-95{--tw-ring-opacity:.95}.lg\:ring-opacity-100{--tw-ring-opacity:1}.lg\:focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.lg\:focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.lg\:focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.lg\:focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.lg\:focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.lg\:focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.lg\:focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.lg\:focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.lg\:focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.lg\:focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.lg\:focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.lg\:focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.lg\:focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.lg\:focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.lg\:focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.lg\:focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.lg\:focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.lg\:focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.lg\:focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.lg\:focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.lg\:focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.lg\:focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.lg\:focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.lg\:focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.lg\:focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.lg\:focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.lg\:focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.lg\:focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.lg\:focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.lg\:focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.lg\:fill-current{fill:currentColor}.lg\:stroke-current{stroke:currentColor}.lg\:stroke-0{stroke-width:0}.lg\:stroke-1{stroke-width:1}.lg\:stroke-2{stroke-width:2}.lg\:table-auto{table-layout:auto}.lg\:table-fixed{table-layout:fixed}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-right{text-align:right}.lg\:text-justify{text-align:justify}.lg\:text-transparent{color:transparent}.lg\:text-current{color:currentColor}.lg\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.lg\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.lg\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.lg\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.lg\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.lg\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.lg\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.lg\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.lg\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.lg\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.lg\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.lg\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.lg\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.lg\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.lg\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.lg\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.lg\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.lg\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.lg\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.lg\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.lg\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.lg\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.lg\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.lg\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.lg\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.lg\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.lg\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.lg\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.lg\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.lg\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.lg\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.lg\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.lg\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.lg\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.lg\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.lg\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.lg\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.lg\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.lg\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.lg\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.lg\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.lg\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.lg\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.lg\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.lg\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.lg\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.lg\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.lg\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.lg\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.lg\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.lg\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.lg\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.lg\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.lg\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.lg\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.lg\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.lg\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.lg\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.lg\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.lg\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.lg\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.lg\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.lg\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.lg\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.lg\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.lg\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.lg\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.lg\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.lg\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.lg\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.lg\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.lg\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.lg\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.lg\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.lg\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.lg\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.lg\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.lg\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.lg\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.lg\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.lg\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-transparent{color:transparent}.group:hover .lg\:group-hover\:text-current{color:currentColor}.group:hover .lg\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.lg\:focus-within\:text-transparent:focus-within{color:transparent}.lg\:focus-within\:text-current:focus-within{color:currentColor}.lg\:focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.lg\:focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.lg\:focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.lg\:focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.lg\:focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.lg\:focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.lg\:focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.lg\:focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.lg\:focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.lg\:focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.lg\:focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.lg\:focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.lg\:focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.lg\:focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.lg\:focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.lg\:focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.lg\:focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.lg\:focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.lg\:focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.lg\:focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.lg\:focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.lg\:focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.lg\:focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.lg\:hover\:text-transparent:hover{color:transparent}.lg\:hover\:text-current:hover{color:currentColor}.lg\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.lg\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.lg\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.lg\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.lg\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.lg\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.lg\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.lg\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.lg\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.lg\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.lg\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.lg\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.lg\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.lg\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.lg\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.lg\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.lg\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.lg\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.lg\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.lg\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.lg\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.lg\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.lg\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.lg\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.lg\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.lg\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.lg\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.lg\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.lg\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.lg\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.lg\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.lg\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.lg\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.lg\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.lg\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.lg\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.lg\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.lg\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.lg\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.lg\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.lg\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.lg\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.lg\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.lg\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.lg\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.lg\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.lg\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.lg\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.lg\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.lg\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.lg\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.lg\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.lg\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.lg\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.lg\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.lg\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.lg\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.lg\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.lg\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.lg\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.lg\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.lg\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.lg\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.lg\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.lg\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.lg\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.lg\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.lg\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.lg\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.lg\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.lg\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.lg\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.lg\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.lg\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.lg\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.lg\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.lg\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.lg\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.lg\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.lg\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.lg\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.lg\:focus\:text-transparent:focus{color:transparent}.lg\:focus\:text-current:focus{color:currentColor}.lg\:focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.lg\:focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.lg\:focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.lg\:focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.lg\:focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.lg\:focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.lg\:focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.lg\:focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.lg\:focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.lg\:focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.lg\:focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.lg\:focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.lg\:focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.lg\:focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.lg\:focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.lg\:focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.lg\:focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.lg\:focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.lg\:focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.lg\:focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.lg\:focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.lg\:focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.lg\:focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.lg\:focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.lg\:focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.lg\:focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.lg\:focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.lg\:focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.lg\:focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.lg\:focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.lg\:focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.lg\:focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.lg\:focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.lg\:focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.lg\:focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.lg\:focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.lg\:focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.lg\:focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.lg\:focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.lg\:focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.lg\:focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.lg\:focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.lg\:focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.lg\:focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.lg\:focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.lg\:focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.lg\:focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.lg\:focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.lg\:focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.lg\:focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.lg\:focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.lg\:focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.lg\:focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.lg\:focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.lg\:focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.lg\:focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.lg\:focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.lg\:focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.lg\:focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.lg\:focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.lg\:focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.lg\:focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.lg\:focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.lg\:focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.lg\:focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.lg\:focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.lg\:focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.lg\:focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.lg\:focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.lg\:focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.lg\:focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.lg\:focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.lg\:focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.lg\:focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.lg\:focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.lg\:focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.lg\:focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.lg\:focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.lg\:focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.lg\:focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.lg\:focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.lg\:text-opacity-0{--tw-text-opacity:0}.lg\:text-opacity-5{--tw-text-opacity:.05}.lg\:text-opacity-10{--tw-text-opacity:.1}.lg\:text-opacity-20{--tw-text-opacity:.2}.lg\:text-opacity-25{--tw-text-opacity:.25}.lg\:text-opacity-30{--tw-text-opacity:.3}.lg\:text-opacity-40{--tw-text-opacity:.4}.lg\:text-opacity-50{--tw-text-opacity:.5}.lg\:text-opacity-60{--tw-text-opacity:.6}.lg\:text-opacity-70{--tw-text-opacity:.7}.lg\:text-opacity-75{--tw-text-opacity:.75}.lg\:text-opacity-80{--tw-text-opacity:.8}.lg\:text-opacity-90{--tw-text-opacity:.9}.lg\:text-opacity-95{--tw-text-opacity:.95}.lg\:text-opacity-100{--tw-text-opacity:1}.group:hover .lg\:group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .lg\:group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .lg\:group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .lg\:group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .lg\:group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .lg\:group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .lg\:group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .lg\:group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .lg\:group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .lg\:group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .lg\:group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .lg\:group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .lg\:group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .lg\:group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .lg\:group-hover\:text-opacity-100{--tw-text-opacity:1}.lg\:focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.lg\:focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.lg\:focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.lg\:focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.lg\:focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.lg\:focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.lg\:focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.lg\:focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.lg\:focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.lg\:focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.lg\:focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.lg\:focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.lg\:focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.lg\:focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.lg\:focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.lg\:hover\:text-opacity-0:hover{--tw-text-opacity:0}.lg\:hover\:text-opacity-5:hover{--tw-text-opacity:.05}.lg\:hover\:text-opacity-10:hover{--tw-text-opacity:.1}.lg\:hover\:text-opacity-20:hover{--tw-text-opacity:.2}.lg\:hover\:text-opacity-25:hover{--tw-text-opacity:.25}.lg\:hover\:text-opacity-30:hover{--tw-text-opacity:.3}.lg\:hover\:text-opacity-40:hover{--tw-text-opacity:.4}.lg\:hover\:text-opacity-50:hover{--tw-text-opacity:.5}.lg\:hover\:text-opacity-60:hover{--tw-text-opacity:.6}.lg\:hover\:text-opacity-70:hover{--tw-text-opacity:.7}.lg\:hover\:text-opacity-75:hover{--tw-text-opacity:.75}.lg\:hover\:text-opacity-80:hover{--tw-text-opacity:.8}.lg\:hover\:text-opacity-90:hover{--tw-text-opacity:.9}.lg\:hover\:text-opacity-95:hover{--tw-text-opacity:.95}.lg\:hover\:text-opacity-100:hover{--tw-text-opacity:1}.lg\:focus\:text-opacity-0:focus{--tw-text-opacity:0}.lg\:focus\:text-opacity-5:focus{--tw-text-opacity:.05}.lg\:focus\:text-opacity-10:focus{--tw-text-opacity:.1}.lg\:focus\:text-opacity-20:focus{--tw-text-opacity:.2}.lg\:focus\:text-opacity-25:focus{--tw-text-opacity:.25}.lg\:focus\:text-opacity-30:focus{--tw-text-opacity:.3}.lg\:focus\:text-opacity-40:focus{--tw-text-opacity:.4}.lg\:focus\:text-opacity-50:focus{--tw-text-opacity:.5}.lg\:focus\:text-opacity-60:focus{--tw-text-opacity:.6}.lg\:focus\:text-opacity-70:focus{--tw-text-opacity:.7}.lg\:focus\:text-opacity-75:focus{--tw-text-opacity:.75}.lg\:focus\:text-opacity-80:focus{--tw-text-opacity:.8}.lg\:focus\:text-opacity-90:focus{--tw-text-opacity:.9}.lg\:focus\:text-opacity-95:focus{--tw-text-opacity:.95}.lg\:focus\:text-opacity-100:focus{--tw-text-opacity:1}.lg\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg\:overflow-ellipsis{text-overflow:ellipsis}.lg\:overflow-clip{text-overflow:clip}.lg\:italic{font-style:italic}.lg\:not-italic{font-style:normal}.lg\:uppercase{text-transform:uppercase}.lg\:lowercase{text-transform:lowercase}.lg\:capitalize{text-transform:capitalize}.lg\:normal-case{text-transform:none}.lg\:underline{text-decoration:underline}.lg\:line-through{text-decoration:line-through}.lg\:no-underline{text-decoration:none}.group:hover .lg\:group-hover\:underline{text-decoration:underline}.group:hover .lg\:group-hover\:line-through{text-decoration:line-through}.group:hover .lg\:group-hover\:no-underline{text-decoration:none}.lg\:focus-within\:underline:focus-within{text-decoration:underline}.lg\:focus-within\:line-through:focus-within{text-decoration:line-through}.lg\:focus-within\:no-underline:focus-within{text-decoration:none}.lg\:hover\:underline:hover{text-decoration:underline}.lg\:hover\:line-through:hover{text-decoration:line-through}.lg\:hover\:no-underline:hover{text-decoration:none}.lg\:focus\:underline:focus{text-decoration:underline}.lg\:focus\:line-through:focus{text-decoration:line-through}.lg\:focus\:no-underline:focus{text-decoration:none}.lg\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.lg\:ordinal,.lg\:slashed-zero,.lg\:lining-nums,.lg\:oldstyle-nums,.lg\:proportional-nums,.lg\:tabular-nums,.lg\:diagonal-fractions,.lg\:stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.lg\:normal-nums{font-variant-numeric:normal}.lg\:ordinal{--tw-ordinal:ordinal}.lg\:slashed-zero{--tw-slashed-zero:slashed-zero}.lg\:lining-nums{--tw-numeric-figure:lining-nums}.lg\:oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.lg\:proportional-nums{--tw-numeric-spacing:proportional-nums}.lg\:tabular-nums{--tw-numeric-spacing:tabular-nums}.lg\:diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.lg\:stacked-fractions{--tw-numeric-fraction:stacked-fractions}.lg\:tracking-tighter{letter-spacing:-.05em}.lg\:tracking-tight{letter-spacing:-.025em}.lg\:tracking-normal{letter-spacing:0em}.lg\:tracking-wide{letter-spacing:.025em}.lg\:tracking-wider{letter-spacing:.05em}.lg\:tracking-widest{letter-spacing:.1em}.lg\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.lg\:select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.lg\:select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.lg\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.lg\:align-baseline{vertical-align:baseline}.lg\:align-top{vertical-align:top}.lg\:align-middle{vertical-align:middle}.lg\:align-bottom{vertical-align:bottom}.lg\:align-text-top{vertical-align:text-top}.lg\:align-text-bottom{vertical-align:text-bottom}.lg\:visible{visibility:visible}.lg\:invisible{visibility:hidden}.lg\:whitespace-normal{white-space:normal}.lg\:whitespace-nowrap{white-space:nowrap}.lg\:whitespace-pre{white-space:pre}.lg\:whitespace-pre-line{white-space:pre-line}.lg\:whitespace-pre-wrap{white-space:pre-wrap}.lg\:break-normal{overflow-wrap:normal;word-break:normal}.lg\:break-words{overflow-wrap:break-word}.lg\:break-all{word-break:break-all}.lg\:w-0{width:0}.lg\:w-1{width:.25rem}.lg\:w-2{width:.5rem}.lg\:w-3{width:.75rem}.lg\:w-4{width:1rem}.lg\:w-5{width:1.25rem}.lg\:w-6{width:1.5rem}.lg\:w-7{width:1.75rem}.lg\:w-8{width:2rem}.lg\:w-9{width:2.25rem}.lg\:w-10{width:2.5rem}.lg\:w-11{width:2.75rem}.lg\:w-12{width:3rem}.lg\:w-14{width:3.5rem}.lg\:w-16{width:4rem}.lg\:w-20{width:5rem}.lg\:w-24{width:6rem}.lg\:w-28{width:7rem}.lg\:w-32{width:8rem}.lg\:w-36{width:9rem}.lg\:w-40{width:10rem}.lg\:w-44{width:11rem}.lg\:w-48{width:12rem}.lg\:w-52{width:13rem}.lg\:w-56{width:14rem}.lg\:w-60{width:15rem}.lg\:w-64{width:16rem}.lg\:w-72{width:18rem}.lg\:w-80{width:20rem}.lg\:w-96{width:24rem}.lg\:w-auto{width:auto}.lg\:w-px{width:1px}.lg\:w-0\.5{width:.125rem}.lg\:w-1\.5{width:.375rem}.lg\:w-2\.5{width:.625rem}.lg\:w-3\.5{width:.875rem}.lg\:w-gutter-1{width:.625rem}.lg\:w-gutter-2{width:1.25rem}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-1\/4{width:25%}.lg\:w-2\/4{width:50%}.lg\:w-3\/4{width:75%}.lg\:w-1\/5{width:20%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-4\/5{width:80%}.lg\:w-1\/6{width:16.666667%}.lg\:w-2\/6{width:33.333333%}.lg\:w-3\/6{width:50%}.lg\:w-4\/6{width:66.666667%}.lg\:w-5\/6{width:83.333333%}.lg\:w-1\/12{width:8.333333%}.lg\:w-2\/12{width:16.666667%}.lg\:w-3\/12{width:25%}.lg\:w-4\/12{width:33.333333%}.lg\:w-5\/12{width:41.666667%}.lg\:w-6\/12{width:50%}.lg\:w-7\/12{width:58.333333%}.lg\:w-8\/12{width:66.666667%}.lg\:w-9\/12{width:75%}.lg\:w-10\/12{width:83.333333%}.lg\:w-11\/12{width:91.666667%}.lg\:w-full{width:100%}.lg\:w-screen{width:100vw}.lg\:w-min{width:-moz-min-content;width:min-content}.lg\:w-max{width:-moz-max-content;width:max-content}.lg\:z-0{z-index:0}.lg\:z-10{z-index:10}.lg\:z-20{z-index:20}.lg\:z-30{z-index:30}.lg\:z-40{z-index:40}.lg\:z-50{z-index:50}.lg\:z-auto{z-index:auto}.lg\:focus-within\:z-0:focus-within{z-index:0}.lg\:focus-within\:z-10:focus-within{z-index:10}.lg\:focus-within\:z-20:focus-within{z-index:20}.lg\:focus-within\:z-30:focus-within{z-index:30}.lg\:focus-within\:z-40:focus-within{z-index:40}.lg\:focus-within\:z-50:focus-within{z-index:50}.lg\:focus-within\:z-auto:focus-within{z-index:auto}.lg\:focus\:z-0:focus{z-index:0}.lg\:focus\:z-10:focus{z-index:10}.lg\:focus\:z-20:focus{z-index:20}.lg\:focus\:z-30:focus{z-index:30}.lg\:focus\:z-40:focus{z-index:40}.lg\:focus\:z-50:focus{z-index:50}.lg\:focus\:z-auto:focus{z-index:auto}.lg\:gap-0{gap:0px}.lg\:gap-1{gap:.125rem}.lg\:gap-2{gap:.25rem}.lg\:gap-3{gap:.75rem}.lg\:gap-4{gap:1rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-7{gap:1.75rem}.lg\:gap-8{gap:2rem}.lg\:gap-9{gap:2.25rem}.lg\:gap-10{gap:2.5rem}.lg\:gap-11{gap:2.75rem}.lg\:gap-12{gap:3rem}.lg\:gap-14{gap:3.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-24{gap:6rem}.lg\:gap-28{gap:7rem}.lg\:gap-32{gap:8rem}.lg\:gap-36{gap:9rem}.lg\:gap-40{gap:10rem}.lg\:gap-44{gap:11rem}.lg\:gap-48{gap:12rem}.lg\:gap-52{gap:13rem}.lg\:gap-56{gap:14rem}.lg\:gap-60{gap:15rem}.lg\:gap-64{gap:16rem}.lg\:gap-72{gap:18rem}.lg\:gap-80{gap:20rem}.lg\:gap-96{gap:24rem}.lg\:gap-px{gap:1px}.lg\:gap-0\.5{gap:.125rem}.lg\:gap-1\.5{gap:.375rem}.lg\:gap-2\.5{gap:.625rem}.lg\:gap-3\.5{gap:.875rem}.lg\:gap-gutter-1{gap:.625rem}.lg\:gap-gutter-2{gap:1.25rem}.lg\:gap-x-0{-moz-column-gap:0px;column-gap:0}.lg\:gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.lg\:gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.lg\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.lg\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.lg\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.lg\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.lg\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.lg\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.lg\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.lg\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.lg\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.lg\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.lg\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.lg\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.lg\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.lg\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.lg\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.lg\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.lg\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.lg\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.lg\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.lg\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.lg\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.lg\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.lg\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.lg\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.lg\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.lg\:gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.lg\:gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.lg\:gap-y-0{row-gap:0px}.lg\:gap-y-1{row-gap:.125rem}.lg\:gap-y-2{row-gap:.25rem}.lg\:gap-y-3{row-gap:.75rem}.lg\:gap-y-4{row-gap:1rem}.lg\:gap-y-5{row-gap:1.25rem}.lg\:gap-y-6{row-gap:1.5rem}.lg\:gap-y-7{row-gap:1.75rem}.lg\:gap-y-8{row-gap:2rem}.lg\:gap-y-9{row-gap:2.25rem}.lg\:gap-y-10{row-gap:2.5rem}.lg\:gap-y-11{row-gap:2.75rem}.lg\:gap-y-12{row-gap:3rem}.lg\:gap-y-14{row-gap:3.5rem}.lg\:gap-y-16{row-gap:4rem}.lg\:gap-y-20{row-gap:5rem}.lg\:gap-y-24{row-gap:6rem}.lg\:gap-y-28{row-gap:7rem}.lg\:gap-y-32{row-gap:8rem}.lg\:gap-y-36{row-gap:9rem}.lg\:gap-y-40{row-gap:10rem}.lg\:gap-y-44{row-gap:11rem}.lg\:gap-y-48{row-gap:12rem}.lg\:gap-y-52{row-gap:13rem}.lg\:gap-y-56{row-gap:14rem}.lg\:gap-y-60{row-gap:15rem}.lg\:gap-y-64{row-gap:16rem}.lg\:gap-y-72{row-gap:18rem}.lg\:gap-y-80{row-gap:20rem}.lg\:gap-y-96{row-gap:24rem}.lg\:gap-y-px{row-gap:1px}.lg\:gap-y-0\.5{row-gap:.125rem}.lg\:gap-y-1\.5{row-gap:.375rem}.lg\:gap-y-2\.5{row-gap:.625rem}.lg\:gap-y-3\.5{row-gap:.875rem}.lg\:gap-y-gutter-1{row-gap:.625rem}.lg\:gap-y-gutter-2{row-gap:1.25rem}.lg\:grid-flow-row{grid-auto-flow:row}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-flow-row-dense{grid-auto-flow:row dense}.lg\:grid-flow-col-dense{grid-auto-flow:column dense}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-none{grid-template-columns:none}.lg\:auto-cols-auto{grid-auto-columns:auto}.lg\:auto-cols-min{grid-auto-columns:min-content}.lg\:auto-cols-max{grid-auto-columns:max-content}.lg\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.lg\:col-auto{grid-column:auto}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-11{grid-column:span 11/span 11}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-span-full{grid-column:1/-1}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:col-start-3{grid-column-start:3}.lg\:col-start-4{grid-column-start:4}.lg\:col-start-5{grid-column-start:5}.lg\:col-start-6{grid-column-start:6}.lg\:col-start-7{grid-column-start:7}.lg\:col-start-8{grid-column-start:8}.lg\:col-start-9{grid-column-start:9}.lg\:col-start-10{grid-column-start:10}.lg\:col-start-11{grid-column-start:11}.lg\:col-start-12{grid-column-start:12}.lg\:col-start-13{grid-column-start:13}.lg\:col-start-auto{grid-column-start:auto}.lg\:col-end-1{grid-column-end:1}.lg\:col-end-2{grid-column-end:2}.lg\:col-end-3{grid-column-end:3}.lg\:col-end-4{grid-column-end:4}.lg\:col-end-5{grid-column-end:5}.lg\:col-end-6{grid-column-end:6}.lg\:col-end-7{grid-column-end:7}.lg\:col-end-8{grid-column-end:8}.lg\:col-end-9{grid-column-end:9}.lg\:col-end-10{grid-column-end:10}.lg\:col-end-11{grid-column-end:11}.lg\:col-end-12{grid-column-end:12}.lg\:col-end-13{grid-column-end:13}.lg\:col-end-auto{grid-column-end:auto}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.lg\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.lg\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.lg\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.lg\:grid-rows-none{grid-template-rows:none}.lg\:auto-rows-auto{grid-auto-rows:auto}.lg\:auto-rows-min{grid-auto-rows:min-content}.lg\:auto-rows-max{grid-auto-rows:max-content}.lg\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.lg\:row-auto{grid-row:auto}.lg\:row-span-1{grid-row:span 1/span 1}.lg\:row-span-2{grid-row:span 2/span 2}.lg\:row-span-3{grid-row:span 3/span 3}.lg\:row-span-4{grid-row:span 4/span 4}.lg\:row-span-5{grid-row:span 5/span 5}.lg\:row-span-6{grid-row:span 6/span 6}.lg\:row-span-full{grid-row:1/-1}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:row-start-3{grid-row-start:3}.lg\:row-start-4{grid-row-start:4}.lg\:row-start-5{grid-row-start:5}.lg\:row-start-6{grid-row-start:6}.lg\:row-start-7{grid-row-start:7}.lg\:row-start-auto{grid-row-start:auto}.lg\:row-end-1{grid-row-end:1}.lg\:row-end-2{grid-row-end:2}.lg\:row-end-3{grid-row-end:3}.lg\:row-end-4{grid-row-end:4}.lg\:row-end-5{grid-row-end:5}.lg\:row-end-6{grid-row-end:6}.lg\:row-end-7{grid-row-end:7}.lg\:row-end-auto{grid-row-end:auto}.lg\:transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:transform-none{transform:none}.lg\:origin-center{transform-origin:center}.lg\:origin-top{transform-origin:top}.lg\:origin-top-right{transform-origin:top right}.lg\:origin-right{transform-origin:right}.lg\:origin-bottom-right{transform-origin:bottom right}.lg\:origin-bottom{transform-origin:bottom}.lg\:origin-bottom-left{transform-origin:bottom left}.lg\:origin-left{transform-origin:left}.lg\:origin-top-left{transform-origin:top left}.lg\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.lg\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.lg\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.lg\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.lg\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.lg\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.lg\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.lg\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.lg\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.lg\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.lg\:scale-x-0{--tw-scale-x:0}.lg\:scale-x-50{--tw-scale-x:.5}.lg\:scale-x-75{--tw-scale-x:.75}.lg\:scale-x-90{--tw-scale-x:.9}.lg\:scale-x-95{--tw-scale-x:.95}.lg\:scale-x-100{--tw-scale-x:1}.lg\:scale-x-105{--tw-scale-x:1.05}.lg\:scale-x-110{--tw-scale-x:1.1}.lg\:scale-x-125{--tw-scale-x:1.25}.lg\:scale-x-150{--tw-scale-x:1.5}.lg\:scale-y-0{--tw-scale-y:0}.lg\:scale-y-50{--tw-scale-y:.5}.lg\:scale-y-75{--tw-scale-y:.75}.lg\:scale-y-90{--tw-scale-y:.9}.lg\:scale-y-95{--tw-scale-y:.95}.lg\:scale-y-100{--tw-scale-y:1}.lg\:scale-y-105{--tw-scale-y:1.05}.lg\:scale-y-110{--tw-scale-y:1.1}.lg\:scale-y-125{--tw-scale-y:1.25}.lg\:scale-y-150{--tw-scale-y:1.5}.lg\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.lg\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.lg\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.lg\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.lg\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.lg\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.lg\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.lg\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.lg\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.lg\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.lg\:hover\:scale-x-0:hover{--tw-scale-x:0}.lg\:hover\:scale-x-50:hover{--tw-scale-x:.5}.lg\:hover\:scale-x-75:hover{--tw-scale-x:.75}.lg\:hover\:scale-x-90:hover{--tw-scale-x:.9}.lg\:hover\:scale-x-95:hover{--tw-scale-x:.95}.lg\:hover\:scale-x-100:hover{--tw-scale-x:1}.lg\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.lg\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.lg\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.lg\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.lg\:hover\:scale-y-0:hover{--tw-scale-y:0}.lg\:hover\:scale-y-50:hover{--tw-scale-y:.5}.lg\:hover\:scale-y-75:hover{--tw-scale-y:.75}.lg\:hover\:scale-y-90:hover{--tw-scale-y:.9}.lg\:hover\:scale-y-95:hover{--tw-scale-y:.95}.lg\:hover\:scale-y-100:hover{--tw-scale-y:1}.lg\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.lg\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.lg\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.lg\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.lg\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.lg\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.lg\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.lg\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.lg\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.lg\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.lg\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.lg\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.lg\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.lg\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.lg\:focus\:scale-x-0:focus{--tw-scale-x:0}.lg\:focus\:scale-x-50:focus{--tw-scale-x:.5}.lg\:focus\:scale-x-75:focus{--tw-scale-x:.75}.lg\:focus\:scale-x-90:focus{--tw-scale-x:.9}.lg\:focus\:scale-x-95:focus{--tw-scale-x:.95}.lg\:focus\:scale-x-100:focus{--tw-scale-x:1}.lg\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.lg\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.lg\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.lg\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.lg\:focus\:scale-y-0:focus{--tw-scale-y:0}.lg\:focus\:scale-y-50:focus{--tw-scale-y:.5}.lg\:focus\:scale-y-75:focus{--tw-scale-y:.75}.lg\:focus\:scale-y-90:focus{--tw-scale-y:.9}.lg\:focus\:scale-y-95:focus{--tw-scale-y:.95}.lg\:focus\:scale-y-100:focus{--tw-scale-y:1}.lg\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.lg\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.lg\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.lg\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.lg\:rotate-0{--tw-rotate:0deg}.lg\:rotate-1{--tw-rotate:1deg}.lg\:rotate-2{--tw-rotate:2deg}.lg\:rotate-3{--tw-rotate:3deg}.lg\:rotate-6{--tw-rotate:6deg}.lg\:rotate-12{--tw-rotate:12deg}.lg\:rotate-45{--tw-rotate:45deg}.lg\:rotate-90{--tw-rotate:90deg}.lg\:rotate-180{--tw-rotate:180deg}.lg\:-rotate-180{--tw-rotate:-180deg}.lg\:-rotate-90{--tw-rotate:-90deg}.lg\:-rotate-45{--tw-rotate:-45deg}.lg\:-rotate-12{--tw-rotate:-12deg}.lg\:-rotate-6{--tw-rotate:-6deg}.lg\:-rotate-3{--tw-rotate:-3deg}.lg\:-rotate-2{--tw-rotate:-2deg}.lg\:-rotate-1{--tw-rotate:-1deg}.lg\:hover\:rotate-0:hover{--tw-rotate:0deg}.lg\:hover\:rotate-1:hover{--tw-rotate:1deg}.lg\:hover\:rotate-2:hover{--tw-rotate:2deg}.lg\:hover\:rotate-3:hover{--tw-rotate:3deg}.lg\:hover\:rotate-6:hover{--tw-rotate:6deg}.lg\:hover\:rotate-12:hover{--tw-rotate:12deg}.lg\:hover\:rotate-45:hover{--tw-rotate:45deg}.lg\:hover\:rotate-90:hover{--tw-rotate:90deg}.lg\:hover\:rotate-180:hover{--tw-rotate:180deg}.lg\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.lg\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.lg\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.lg\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.lg\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.lg\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.lg\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.lg\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.lg\:focus\:rotate-0:focus{--tw-rotate:0deg}.lg\:focus\:rotate-1:focus{--tw-rotate:1deg}.lg\:focus\:rotate-2:focus{--tw-rotate:2deg}.lg\:focus\:rotate-3:focus{--tw-rotate:3deg}.lg\:focus\:rotate-6:focus{--tw-rotate:6deg}.lg\:focus\:rotate-12:focus{--tw-rotate:12deg}.lg\:focus\:rotate-45:focus{--tw-rotate:45deg}.lg\:focus\:rotate-90:focus{--tw-rotate:90deg}.lg\:focus\:rotate-180:focus{--tw-rotate:180deg}.lg\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.lg\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.lg\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.lg\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.lg\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.lg\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.lg\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.lg\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.lg\:translate-x-0{--tw-translate-x:0px}.lg\:translate-x-1{--tw-translate-x:.25rem}.lg\:translate-x-2{--tw-translate-x:.5rem}.lg\:translate-x-3{--tw-translate-x:.75rem}.lg\:translate-x-4{--tw-translate-x:1rem}.lg\:translate-x-5{--tw-translate-x:1.25rem}.lg\:translate-x-6{--tw-translate-x:1.5rem}.lg\:translate-x-7{--tw-translate-x:1.75rem}.lg\:translate-x-8{--tw-translate-x:2rem}.lg\:translate-x-9{--tw-translate-x:2.25rem}.lg\:translate-x-10{--tw-translate-x:2.5rem}.lg\:translate-x-11{--tw-translate-x:2.75rem}.lg\:translate-x-12{--tw-translate-x:3rem}.lg\:translate-x-14{--tw-translate-x:3.5rem}.lg\:translate-x-16{--tw-translate-x:4rem}.lg\:translate-x-20{--tw-translate-x:5rem}.lg\:translate-x-24{--tw-translate-x:6rem}.lg\:translate-x-28{--tw-translate-x:7rem}.lg\:translate-x-32{--tw-translate-x:8rem}.lg\:translate-x-36{--tw-translate-x:9rem}.lg\:translate-x-40{--tw-translate-x:10rem}.lg\:translate-x-44{--tw-translate-x:11rem}.lg\:translate-x-48{--tw-translate-x:12rem}.lg\:translate-x-52{--tw-translate-x:13rem}.lg\:translate-x-56{--tw-translate-x:14rem}.lg\:translate-x-60{--tw-translate-x:15rem}.lg\:translate-x-64{--tw-translate-x:16rem}.lg\:translate-x-72{--tw-translate-x:18rem}.lg\:translate-x-80{--tw-translate-x:20rem}.lg\:translate-x-96{--tw-translate-x:24rem}.lg\:translate-x-px{--tw-translate-x:1px}.lg\:translate-x-0\.5{--tw-translate-x:.125rem}.lg\:translate-x-1\.5{--tw-translate-x:.375rem}.lg\:translate-x-2\.5{--tw-translate-x:.625rem}.lg\:translate-x-3\.5{--tw-translate-x:.875rem}.lg\:translate-x-gutter-1{--tw-translate-x:.625rem}.lg\:translate-x-gutter-2{--tw-translate-x:1.25rem}.lg\:-translate-x-0{--tw-translate-x:0px}.lg\:-translate-x-1{--tw-translate-x:-.25rem}.lg\:-translate-x-2{--tw-translate-x:-.5rem}.lg\:-translate-x-3{--tw-translate-x:-.75rem}.lg\:-translate-x-4{--tw-translate-x:-1rem}.lg\:-translate-x-5{--tw-translate-x:-1.25rem}.lg\:-translate-x-6{--tw-translate-x:-1.5rem}.lg\:-translate-x-7{--tw-translate-x:-1.75rem}.lg\:-translate-x-8{--tw-translate-x:-2rem}.lg\:-translate-x-9{--tw-translate-x:-2.25rem}.lg\:-translate-x-10{--tw-translate-x:-2.5rem}.lg\:-translate-x-11{--tw-translate-x:-2.75rem}.lg\:-translate-x-12{--tw-translate-x:-3rem}.lg\:-translate-x-14{--tw-translate-x:-3.5rem}.lg\:-translate-x-16{--tw-translate-x:-4rem}.lg\:-translate-x-20{--tw-translate-x:-5rem}.lg\:-translate-x-24{--tw-translate-x:-6rem}.lg\:-translate-x-28{--tw-translate-x:-7rem}.lg\:-translate-x-32{--tw-translate-x:-8rem}.lg\:-translate-x-36{--tw-translate-x:-9rem}.lg\:-translate-x-40{--tw-translate-x:-10rem}.lg\:-translate-x-44{--tw-translate-x:-11rem}.lg\:-translate-x-48{--tw-translate-x:-12rem}.lg\:-translate-x-52{--tw-translate-x:-13rem}.lg\:-translate-x-56{--tw-translate-x:-14rem}.lg\:-translate-x-60{--tw-translate-x:-15rem}.lg\:-translate-x-64{--tw-translate-x:-16rem}.lg\:-translate-x-72{--tw-translate-x:-18rem}.lg\:-translate-x-80{--tw-translate-x:-20rem}.lg\:-translate-x-96{--tw-translate-x:-24rem}.lg\:-translate-x-px{--tw-translate-x:-1px}.lg\:-translate-x-0\.5{--tw-translate-x:-.125rem}.lg\:-translate-x-1\.5{--tw-translate-x:-.375rem}.lg\:-translate-x-2\.5{--tw-translate-x:-.625rem}.lg\:-translate-x-3\.5{--tw-translate-x:-.875rem}.lg\:-translate-x-gutter-1{--tw-translate-x:-.625rem}.lg\:-translate-x-gutter-2{--tw-translate-x:-1.25rem}.lg\:translate-x-1\/2{--tw-translate-x:50%}.lg\:translate-x-1\/3{--tw-translate-x:33.333333%}.lg\:translate-x-2\/3{--tw-translate-x:66.666667%}.lg\:translate-x-1\/4{--tw-translate-x:25%}.lg\:translate-x-2\/4{--tw-translate-x:50%}.lg\:translate-x-3\/4{--tw-translate-x:75%}.lg\:translate-x-full{--tw-translate-x:100%}.lg\:-translate-x-1\/2{--tw-translate-x:-50%}.lg\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.lg\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.lg\:-translate-x-1\/4{--tw-translate-x:-25%}.lg\:-translate-x-2\/4{--tw-translate-x:-50%}.lg\:-translate-x-3\/4{--tw-translate-x:-75%}.lg\:-translate-x-full{--tw-translate-x:-100%}.lg\:translate-y-0{--tw-translate-y:0px}.lg\:translate-y-1{--tw-translate-y:.25rem}.lg\:translate-y-2{--tw-translate-y:.5rem}.lg\:translate-y-3{--tw-translate-y:.75rem}.lg\:translate-y-4{--tw-translate-y:1rem}.lg\:translate-y-5{--tw-translate-y:1.25rem}.lg\:translate-y-6{--tw-translate-y:1.5rem}.lg\:translate-y-7{--tw-translate-y:1.75rem}.lg\:translate-y-8{--tw-translate-y:2rem}.lg\:translate-y-9{--tw-translate-y:2.25rem}.lg\:translate-y-10{--tw-translate-y:2.5rem}.lg\:translate-y-11{--tw-translate-y:2.75rem}.lg\:translate-y-12{--tw-translate-y:3rem}.lg\:translate-y-14{--tw-translate-y:3.5rem}.lg\:translate-y-16{--tw-translate-y:4rem}.lg\:translate-y-20{--tw-translate-y:5rem}.lg\:translate-y-24{--tw-translate-y:6rem}.lg\:translate-y-28{--tw-translate-y:7rem}.lg\:translate-y-32{--tw-translate-y:8rem}.lg\:translate-y-36{--tw-translate-y:9rem}.lg\:translate-y-40{--tw-translate-y:10rem}.lg\:translate-y-44{--tw-translate-y:11rem}.lg\:translate-y-48{--tw-translate-y:12rem}.lg\:translate-y-52{--tw-translate-y:13rem}.lg\:translate-y-56{--tw-translate-y:14rem}.lg\:translate-y-60{--tw-translate-y:15rem}.lg\:translate-y-64{--tw-translate-y:16rem}.lg\:translate-y-72{--tw-translate-y:18rem}.lg\:translate-y-80{--tw-translate-y:20rem}.lg\:translate-y-96{--tw-translate-y:24rem}.lg\:translate-y-px{--tw-translate-y:1px}.lg\:translate-y-0\.5{--tw-translate-y:.125rem}.lg\:translate-y-1\.5{--tw-translate-y:.375rem}.lg\:translate-y-2\.5{--tw-translate-y:.625rem}.lg\:translate-y-3\.5{--tw-translate-y:.875rem}.lg\:translate-y-gutter-1{--tw-translate-y:.625rem}.lg\:translate-y-gutter-2{--tw-translate-y:1.25rem}.lg\:-translate-y-0{--tw-translate-y:0px}.lg\:-translate-y-1{--tw-translate-y:-.25rem}.lg\:-translate-y-2{--tw-translate-y:-.5rem}.lg\:-translate-y-3{--tw-translate-y:-.75rem}.lg\:-translate-y-4{--tw-translate-y:-1rem}.lg\:-translate-y-5{--tw-translate-y:-1.25rem}.lg\:-translate-y-6{--tw-translate-y:-1.5rem}.lg\:-translate-y-7{--tw-translate-y:-1.75rem}.lg\:-translate-y-8{--tw-translate-y:-2rem}.lg\:-translate-y-9{--tw-translate-y:-2.25rem}.lg\:-translate-y-10{--tw-translate-y:-2.5rem}.lg\:-translate-y-11{--tw-translate-y:-2.75rem}.lg\:-translate-y-12{--tw-translate-y:-3rem}.lg\:-translate-y-14{--tw-translate-y:-3.5rem}.lg\:-translate-y-16{--tw-translate-y:-4rem}.lg\:-translate-y-20{--tw-translate-y:-5rem}.lg\:-translate-y-24{--tw-translate-y:-6rem}.lg\:-translate-y-28{--tw-translate-y:-7rem}.lg\:-translate-y-32{--tw-translate-y:-8rem}.lg\:-translate-y-36{--tw-translate-y:-9rem}.lg\:-translate-y-40{--tw-translate-y:-10rem}.lg\:-translate-y-44{--tw-translate-y:-11rem}.lg\:-translate-y-48{--tw-translate-y:-12rem}.lg\:-translate-y-52{--tw-translate-y:-13rem}.lg\:-translate-y-56{--tw-translate-y:-14rem}.lg\:-translate-y-60{--tw-translate-y:-15rem}.lg\:-translate-y-64{--tw-translate-y:-16rem}.lg\:-translate-y-72{--tw-translate-y:-18rem}.lg\:-translate-y-80{--tw-translate-y:-20rem}.lg\:-translate-y-96{--tw-translate-y:-24rem}.lg\:-translate-y-px{--tw-translate-y:-1px}.lg\:-translate-y-0\.5{--tw-translate-y:-.125rem}.lg\:-translate-y-1\.5{--tw-translate-y:-.375rem}.lg\:-translate-y-2\.5{--tw-translate-y:-.625rem}.lg\:-translate-y-3\.5{--tw-translate-y:-.875rem}.lg\:-translate-y-gutter-1{--tw-translate-y:-.625rem}.lg\:-translate-y-gutter-2{--tw-translate-y:-1.25rem}.lg\:translate-y-1\/2{--tw-translate-y:50%}.lg\:translate-y-1\/3{--tw-translate-y:33.333333%}.lg\:translate-y-2\/3{--tw-translate-y:66.666667%}.lg\:translate-y-1\/4{--tw-translate-y:25%}.lg\:translate-y-2\/4{--tw-translate-y:50%}.lg\:translate-y-3\/4{--tw-translate-y:75%}.lg\:translate-y-full{--tw-translate-y:100%}.lg\:-translate-y-1\/2{--tw-translate-y:-50%}.lg\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.lg\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.lg\:-translate-y-1\/4{--tw-translate-y:-25%}.lg\:-translate-y-2\/4{--tw-translate-y:-50%}.lg\:-translate-y-3\/4{--tw-translate-y:-75%}.lg\:-translate-y-full{--tw-translate-y:-100%}.lg\:hover\:translate-x-0:hover{--tw-translate-x:0px}.lg\:hover\:translate-x-1:hover{--tw-translate-x:.25rem}.lg\:hover\:translate-x-2:hover{--tw-translate-x:.5rem}.lg\:hover\:translate-x-3:hover{--tw-translate-x:.75rem}.lg\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.lg\:hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.lg\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.lg\:hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.lg\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.lg\:hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.lg\:hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.lg\:hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.lg\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.lg\:hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.lg\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.lg\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.lg\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.lg\:hover\:translate-x-28:hover{--tw-translate-x:7rem}.lg\:hover\:translate-x-32:hover{--tw-translate-x:8rem}.lg\:hover\:translate-x-36:hover{--tw-translate-x:9rem}.lg\:hover\:translate-x-40:hover{--tw-translate-x:10rem}.lg\:hover\:translate-x-44:hover{--tw-translate-x:11rem}.lg\:hover\:translate-x-48:hover{--tw-translate-x:12rem}.lg\:hover\:translate-x-52:hover{--tw-translate-x:13rem}.lg\:hover\:translate-x-56:hover{--tw-translate-x:14rem}.lg\:hover\:translate-x-60:hover{--tw-translate-x:15rem}.lg\:hover\:translate-x-64:hover{--tw-translate-x:16rem}.lg\:hover\:translate-x-72:hover{--tw-translate-x:18rem}.lg\:hover\:translate-x-80:hover{--tw-translate-x:20rem}.lg\:hover\:translate-x-96:hover{--tw-translate-x:24rem}.lg\:hover\:translate-x-px:hover{--tw-translate-x:1px}.lg\:hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.lg\:hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.lg\:hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.lg\:hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.lg\:hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.lg\:hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.lg\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.lg\:hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.lg\:hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.lg\:hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.lg\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.lg\:hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.lg\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.lg\:hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.lg\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.lg\:hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.lg\:hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.lg\:hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.lg\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.lg\:hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.lg\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.lg\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.lg\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.lg\:hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.lg\:hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.lg\:hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.lg\:hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.lg\:hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.lg\:hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.lg\:hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.lg\:hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.lg\:hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.lg\:hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.lg\:hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.lg\:hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.lg\:hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.lg\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.lg\:hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.lg\:hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.lg\:hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.lg\:hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.lg\:hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.lg\:hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.lg\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.lg\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.lg\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.lg\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.lg\:hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.lg\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.lg\:hover\:translate-x-full:hover{--tw-translate-x:100%}.lg\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.lg\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.lg\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.lg\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.lg\:hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.lg\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.lg\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.lg\:hover\:translate-y-0:hover{--tw-translate-y:0px}.lg\:hover\:translate-y-1:hover{--tw-translate-y:.25rem}.lg\:hover\:translate-y-2:hover{--tw-translate-y:.5rem}.lg\:hover\:translate-y-3:hover{--tw-translate-y:.75rem}.lg\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.lg\:hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.lg\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.lg\:hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.lg\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.lg\:hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.lg\:hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.lg\:hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.lg\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.lg\:hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.lg\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.lg\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.lg\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.lg\:hover\:translate-y-28:hover{--tw-translate-y:7rem}.lg\:hover\:translate-y-32:hover{--tw-translate-y:8rem}.lg\:hover\:translate-y-36:hover{--tw-translate-y:9rem}.lg\:hover\:translate-y-40:hover{--tw-translate-y:10rem}.lg\:hover\:translate-y-44:hover{--tw-translate-y:11rem}.lg\:hover\:translate-y-48:hover{--tw-translate-y:12rem}.lg\:hover\:translate-y-52:hover{--tw-translate-y:13rem}.lg\:hover\:translate-y-56:hover{--tw-translate-y:14rem}.lg\:hover\:translate-y-60:hover{--tw-translate-y:15rem}.lg\:hover\:translate-y-64:hover{--tw-translate-y:16rem}.lg\:hover\:translate-y-72:hover{--tw-translate-y:18rem}.lg\:hover\:translate-y-80:hover{--tw-translate-y:20rem}.lg\:hover\:translate-y-96:hover{--tw-translate-y:24rem}.lg\:hover\:translate-y-px:hover{--tw-translate-y:1px}.lg\:hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.lg\:hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.lg\:hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.lg\:hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.lg\:hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.lg\:hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.lg\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.lg\:hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.lg\:hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.lg\:hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.lg\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.lg\:hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.lg\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.lg\:hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.lg\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.lg\:hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.lg\:hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.lg\:hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.lg\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.lg\:hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.lg\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.lg\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.lg\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.lg\:hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.lg\:hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.lg\:hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.lg\:hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.lg\:hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.lg\:hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.lg\:hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.lg\:hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.lg\:hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.lg\:hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.lg\:hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.lg\:hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.lg\:hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.lg\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.lg\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.lg\:hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.lg\:hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.lg\:hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.lg\:hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.lg\:hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.lg\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.lg\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.lg\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.lg\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.lg\:hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.lg\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.lg\:hover\:translate-y-full:hover{--tw-translate-y:100%}.lg\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.lg\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.lg\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.lg\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.lg\:hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.lg\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.lg\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.lg\:focus\:translate-x-0:focus{--tw-translate-x:0px}.lg\:focus\:translate-x-1:focus{--tw-translate-x:.25rem}.lg\:focus\:translate-x-2:focus{--tw-translate-x:.5rem}.lg\:focus\:translate-x-3:focus{--tw-translate-x:.75rem}.lg\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.lg\:focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.lg\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.lg\:focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.lg\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.lg\:focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.lg\:focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.lg\:focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.lg\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.lg\:focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.lg\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.lg\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.lg\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.lg\:focus\:translate-x-28:focus{--tw-translate-x:7rem}.lg\:focus\:translate-x-32:focus{--tw-translate-x:8rem}.lg\:focus\:translate-x-36:focus{--tw-translate-x:9rem}.lg\:focus\:translate-x-40:focus{--tw-translate-x:10rem}.lg\:focus\:translate-x-44:focus{--tw-translate-x:11rem}.lg\:focus\:translate-x-48:focus{--tw-translate-x:12rem}.lg\:focus\:translate-x-52:focus{--tw-translate-x:13rem}.lg\:focus\:translate-x-56:focus{--tw-translate-x:14rem}.lg\:focus\:translate-x-60:focus{--tw-translate-x:15rem}.lg\:focus\:translate-x-64:focus{--tw-translate-x:16rem}.lg\:focus\:translate-x-72:focus{--tw-translate-x:18rem}.lg\:focus\:translate-x-80:focus{--tw-translate-x:20rem}.lg\:focus\:translate-x-96:focus{--tw-translate-x:24rem}.lg\:focus\:translate-x-px:focus{--tw-translate-x:1px}.lg\:focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.lg\:focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.lg\:focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.lg\:focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.lg\:focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.lg\:focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.lg\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.lg\:focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.lg\:focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.lg\:focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.lg\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.lg\:focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.lg\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.lg\:focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.lg\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.lg\:focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.lg\:focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.lg\:focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.lg\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.lg\:focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.lg\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.lg\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.lg\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.lg\:focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.lg\:focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.lg\:focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.lg\:focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.lg\:focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.lg\:focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.lg\:focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.lg\:focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.lg\:focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.lg\:focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.lg\:focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.lg\:focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.lg\:focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.lg\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.lg\:focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.lg\:focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.lg\:focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.lg\:focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.lg\:focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.lg\:focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.lg\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.lg\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.lg\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.lg\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.lg\:focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.lg\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.lg\:focus\:translate-x-full:focus{--tw-translate-x:100%}.lg\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.lg\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.lg\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.lg\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.lg\:focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.lg\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.lg\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.lg\:focus\:translate-y-0:focus{--tw-translate-y:0px}.lg\:focus\:translate-y-1:focus{--tw-translate-y:.25rem}.lg\:focus\:translate-y-2:focus{--tw-translate-y:.5rem}.lg\:focus\:translate-y-3:focus{--tw-translate-y:.75rem}.lg\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.lg\:focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.lg\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.lg\:focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.lg\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.lg\:focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.lg\:focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.lg\:focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.lg\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.lg\:focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.lg\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.lg\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.lg\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.lg\:focus\:translate-y-28:focus{--tw-translate-y:7rem}.lg\:focus\:translate-y-32:focus{--tw-translate-y:8rem}.lg\:focus\:translate-y-36:focus{--tw-translate-y:9rem}.lg\:focus\:translate-y-40:focus{--tw-translate-y:10rem}.lg\:focus\:translate-y-44:focus{--tw-translate-y:11rem}.lg\:focus\:translate-y-48:focus{--tw-translate-y:12rem}.lg\:focus\:translate-y-52:focus{--tw-translate-y:13rem}.lg\:focus\:translate-y-56:focus{--tw-translate-y:14rem}.lg\:focus\:translate-y-60:focus{--tw-translate-y:15rem}.lg\:focus\:translate-y-64:focus{--tw-translate-y:16rem}.lg\:focus\:translate-y-72:focus{--tw-translate-y:18rem}.lg\:focus\:translate-y-80:focus{--tw-translate-y:20rem}.lg\:focus\:translate-y-96:focus{--tw-translate-y:24rem}.lg\:focus\:translate-y-px:focus{--tw-translate-y:1px}.lg\:focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.lg\:focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.lg\:focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.lg\:focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.lg\:focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.lg\:focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.lg\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.lg\:focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.lg\:focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.lg\:focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.lg\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.lg\:focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.lg\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.lg\:focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.lg\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.lg\:focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.lg\:focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.lg\:focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.lg\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.lg\:focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.lg\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.lg\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.lg\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.lg\:focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.lg\:focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.lg\:focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.lg\:focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.lg\:focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.lg\:focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.lg\:focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.lg\:focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.lg\:focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.lg\:focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.lg\:focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.lg\:focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.lg\:focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.lg\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.lg\:focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.lg\:focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.lg\:focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.lg\:focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.lg\:focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.lg\:focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.lg\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.lg\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.lg\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.lg\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.lg\:focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.lg\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.lg\:focus\:translate-y-full:focus{--tw-translate-y:100%}.lg\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.lg\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.lg\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.lg\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.lg\:focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.lg\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.lg\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.lg\:skew-x-0{--tw-skew-x:0deg}.lg\:skew-x-1{--tw-skew-x:1deg}.lg\:skew-x-2{--tw-skew-x:2deg}.lg\:skew-x-3{--tw-skew-x:3deg}.lg\:skew-x-6{--tw-skew-x:6deg}.lg\:skew-x-12{--tw-skew-x:12deg}.lg\:-skew-x-12{--tw-skew-x:-12deg}.lg\:-skew-x-6{--tw-skew-x:-6deg}.lg\:-skew-x-3{--tw-skew-x:-3deg}.lg\:-skew-x-2{--tw-skew-x:-2deg}.lg\:-skew-x-1{--tw-skew-x:-1deg}.lg\:skew-y-0{--tw-skew-y:0deg}.lg\:skew-y-1{--tw-skew-y:1deg}.lg\:skew-y-2{--tw-skew-y:2deg}.lg\:skew-y-3{--tw-skew-y:3deg}.lg\:skew-y-6{--tw-skew-y:6deg}.lg\:skew-y-12{--tw-skew-y:12deg}.lg\:-skew-y-12{--tw-skew-y:-12deg}.lg\:-skew-y-6{--tw-skew-y:-6deg}.lg\:-skew-y-3{--tw-skew-y:-3deg}.lg\:-skew-y-2{--tw-skew-y:-2deg}.lg\:-skew-y-1{--tw-skew-y:-1deg}.lg\:hover\:skew-x-0:hover{--tw-skew-x:0deg}.lg\:hover\:skew-x-1:hover{--tw-skew-x:1deg}.lg\:hover\:skew-x-2:hover{--tw-skew-x:2deg}.lg\:hover\:skew-x-3:hover{--tw-skew-x:3deg}.lg\:hover\:skew-x-6:hover{--tw-skew-x:6deg}.lg\:hover\:skew-x-12:hover{--tw-skew-x:12deg}.lg\:hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.lg\:hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.lg\:hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.lg\:hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.lg\:hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.lg\:hover\:skew-y-0:hover{--tw-skew-y:0deg}.lg\:hover\:skew-y-1:hover{--tw-skew-y:1deg}.lg\:hover\:skew-y-2:hover{--tw-skew-y:2deg}.lg\:hover\:skew-y-3:hover{--tw-skew-y:3deg}.lg\:hover\:skew-y-6:hover{--tw-skew-y:6deg}.lg\:hover\:skew-y-12:hover{--tw-skew-y:12deg}.lg\:hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.lg\:hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.lg\:hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.lg\:hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.lg\:hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.lg\:focus\:skew-x-0:focus{--tw-skew-x:0deg}.lg\:focus\:skew-x-1:focus{--tw-skew-x:1deg}.lg\:focus\:skew-x-2:focus{--tw-skew-x:2deg}.lg\:focus\:skew-x-3:focus{--tw-skew-x:3deg}.lg\:focus\:skew-x-6:focus{--tw-skew-x:6deg}.lg\:focus\:skew-x-12:focus{--tw-skew-x:12deg}.lg\:focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.lg\:focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.lg\:focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.lg\:focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.lg\:focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.lg\:focus\:skew-y-0:focus{--tw-skew-y:0deg}.lg\:focus\:skew-y-1:focus{--tw-skew-y:1deg}.lg\:focus\:skew-y-2:focus{--tw-skew-y:2deg}.lg\:focus\:skew-y-3:focus{--tw-skew-y:3deg}.lg\:focus\:skew-y-6:focus{--tw-skew-y:6deg}.lg\:focus\:skew-y-12:focus{--tw-skew-y:12deg}.lg\:focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.lg\:focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.lg\:focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.lg\:focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.lg\:focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.lg\:transition-none{transition-property:none}.lg\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:ease-linear{transition-timing-function:linear}.lg\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.lg\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.lg\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.lg\:duration-75{transition-duration:75ms}.lg\:duration-100{transition-duration:.1s}.lg\:duration-150{transition-duration:.15s}.lg\:duration-200{transition-duration:.2s}.lg\:duration-300{transition-duration:.3s}.lg\:duration-500{transition-duration:.5s}.lg\:duration-700{transition-duration:.7s}.lg\:duration-1000{transition-duration:1s}.lg\:delay-75{transition-delay:75ms}.lg\:delay-100{transition-delay:.1s}.lg\:delay-150{transition-delay:.15s}.lg\:delay-200{transition-delay:.2s}.lg\:delay-300{transition-delay:.3s}.lg\:delay-500{transition-delay:.5s}.lg\:delay-700{transition-delay:.7s}.lg\:delay-1000{transition-delay:1s}.lg\:animate-none{animation:none}.lg\:animate-spin{animation:spin 1s linear infinite}.lg\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.lg\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.lg\:animate-bounce{animation:bounce 1s infinite}}@media (min-width:1440px){.xl\:space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.xl\:space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.xl\:space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.xl\:space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.xl\:space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.xl\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.xl\:space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.xl\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.xl\:space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.xl\:space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.xl\:space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.xl\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.xl\:space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.xl\:space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.xl\:space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.xl\:space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.xl\:space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.xl\:space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.xl\:space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.xl\:space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.xl\:space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.xl\:space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.xl\:space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.xl\:space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.xl\:space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.xl\:space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.xl\:space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.xl\:space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.xl\:space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.xl\:space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.xl\:space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.xl\:space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px*var(--tw-space-x-reverse));margin-left:calc(1px*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.xl\:space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.xl\:space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.xl\:space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.xl\:space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.xl\:space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.xl\:space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.xl\:-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.xl\:-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.xl\:-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.xl\:-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.xl\:-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.xl\:-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.xl\:-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.xl\:-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.xl\:-space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2rem*var(--tw-space-x-reverse));margin-left:calc(-2rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.xl\:-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.xl\:-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.xl\:-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.xl\:-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.xl\:-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.xl\:-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.xl\:-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.xl\:-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.xl\:-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.xl\:-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.xl\:-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.xl\:-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.xl\:-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.xl\:-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.xl\:-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.xl\:-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.xl\:-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.xl\:-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.xl\:-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.xl\:-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.xl\:-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.xl\:-space-x-px&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.xl\:-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.xl\:-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.xl\:-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.xl\:-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.xl\:-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.xl\:-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.xl\:space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.xl\:divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.xl\:divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.xl\:divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.xl\:divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.xl\:divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.xl\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.xl\:divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.xl\:divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.xl\:divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.xl\:divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.xl\:divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.xl\:divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.xl\:divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.xl\:divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.xl\:divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.xl\:divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.xl\:divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.xl\:divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.xl\:divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.xl\:divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.xl\:divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.xl\:divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.xl\:divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.xl\:divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.xl\:divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.xl\:divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.xl\:divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.xl\:divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.xl\:divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.xl\:divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.xl\:divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.xl\:divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.xl\:divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.xl\:divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.xl\:divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.xl\:divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.xl\:divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.xl\:divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.xl\:divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.xl\:divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.xl\:divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.xl\:divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.xl\:divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.xl\:divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.xl\:divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.xl\:divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.xl\:divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.xl\:divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.xl\:divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.xl\:divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.xl\:divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.xl\:divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.xl\:divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.xl\:divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.xl\:divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.xl\:divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.xl\:divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.xl\:divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.xl\:divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.xl\:divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.xl\:divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.xl\:divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.xl\:divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.xl\:divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.xl\:divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.xl\:divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.xl\:divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.xl\:divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.xl\:divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.xl\:divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.xl\:divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.xl\:divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.xl\:divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.xl\:divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.xl\:divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.xl\:divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.xl\:divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.xl\:divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.xl\:divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.xl\:divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.xl\:divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.xl\:divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.xl\:divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.xl\:divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.xl\:divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.xl\:divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.xl\:divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.xl\:divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.xl\:divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.xl\:divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.xl\:divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.xl\:divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.xl\:divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.xl\:divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.xl\:divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.xl\:divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.xl\:divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.xl\:divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.xl\:divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.xl\:divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.xl\:divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.xl\:divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.xl\:divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.xl\:divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.xl\:divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.xl\:divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.xl\:divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.xl\:divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.xl\:divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.xl\:divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.xl\:divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.xl\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xl\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xl\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xl\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xl\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xl\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xl\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.xl\:bg-fixed{background-attachment:fixed}.xl\:bg-local{background-attachment:local}.xl\:bg-scroll{background-attachment:scroll}.xl\:bg-clip-border{background-clip:border-box}.xl\:bg-clip-padding{background-clip:padding-box}.xl\:bg-clip-content{background-clip:content-box}.xl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.xl\:bg-transparent{background-color:transparent}.xl\:bg-current{background-color:currentColor}.xl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-transparent{background-color:transparent}.group:hover .xl\:group-hover\:bg-current{background-color:currentColor}.group:hover .xl\:group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xl\:focus-within\:bg-transparent:focus-within{background-color:transparent}.xl\:focus-within\:bg-current:focus-within{background-color:currentColor}.xl\:focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xl\:focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xl\:hover\:bg-transparent:hover{background-color:transparent}.xl\:hover\:bg-current:hover{background-color:currentColor}.xl\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xl\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xl\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xl\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xl\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xl\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xl\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xl\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xl\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xl\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xl\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xl\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xl\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xl\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xl\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xl\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xl\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xl\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xl\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xl\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xl\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xl\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xl\:focus\:bg-transparent:focus{background-color:transparent}.xl\:focus\:bg-current:focus{background-color:currentColor}.xl\:focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xl\:focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xl\:focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xl\:focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xl\:focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xl\:focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xl\:focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xl\:focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xl\:focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xl\:focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xl\:focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xl\:focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xl\:focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xl\:focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xl\:focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xl\:focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xl\:focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xl\:focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xl\:focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xl\:focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xl\:focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xl\:focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xl\:bg-none{background-image:none}.xl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.xl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.xl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.xl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.xl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.xl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.xl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.xl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.xl\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xl\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xl\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xl\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xl\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xl\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xl\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xl\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xl\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xl\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xl\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xl\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xl\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xl\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xl\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xl\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xl\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xl\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xl\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xl\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xl\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xl\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xl\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xl\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xl\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xl\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xl\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xl\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xl\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xl\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xl\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xl\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xl\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xl\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xl\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xl\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xl\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xl\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xl\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xl\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xl\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xl\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xl\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xl\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xl\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xl\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xl\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xl\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xl\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xl\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xl\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xl\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xl\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xl\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xl\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xl\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xl\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xl\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xl\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xl\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xl\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xl\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xl\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xl\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xl\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xl\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xl\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xl\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xl\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xl\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xl\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xl\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xl\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xl\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xl\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xl\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xl\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xl\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xl\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xl\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xl\:via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xl\:via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xl\:via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xl\:via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xl\:via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xl\:via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xl\:via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xl\:via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xl\:via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xl\:via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xl\:via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xl\:via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xl\:via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xl\:via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xl\:via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xl\:via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xl\:via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xl\:via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xl\:via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xl\:via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xl\:via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xl\:via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xl\:via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xl\:via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xl\:via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xl\:via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xl\:via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xl\:via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xl\:via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xl\:via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xl\:via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xl\:via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xl\:via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xl\:via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xl\:via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xl\:via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xl\:via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xl\:via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xl\:via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xl\:via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xl\:via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xl\:via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xl\:via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xl\:via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xl\:via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xl\:via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xl\:via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xl\:via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xl\:via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xl\:via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xl\:via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xl\:via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xl\:via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xl\:via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xl\:via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xl\:via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xl\:via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xl\:via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xl\:via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xl\:via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xl\:via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xl\:via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xl\:via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xl\:via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xl\:via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xl\:via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xl\:via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xl\:via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xl\:via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xl\:via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xl\:via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xl\:via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xl\:via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xl\:via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xl\:via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xl\:via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xl\:via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xl\:via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xl\:via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xl\:via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xl\:to-transparent{--tw-gradient-to:transparent}.xl\:to-current{--tw-gradient-to:currentColor}.xl\:to-black{--tw-gradient-to:#000}.xl\:to-white{--tw-gradient-to:#fff}.xl\:to-gray-50{--tw-gradient-to:#f9fafb}.xl\:to-gray-100{--tw-gradient-to:#f3f4f6}.xl\:to-gray-200{--tw-gradient-to:#e5e7eb}.xl\:to-gray-300{--tw-gradient-to:#d1d5db}.xl\:to-gray-400{--tw-gradient-to:#9ca3af}.xl\:to-gray-500{--tw-gradient-to:#6b7280}.xl\:to-gray-600{--tw-gradient-to:#4b5563}.xl\:to-gray-700{--tw-gradient-to:#374151}.xl\:to-gray-800{--tw-gradient-to:#1f2937}.xl\:to-gray-900{--tw-gradient-to:#111827}.xl\:to-red-50{--tw-gradient-to:#fef2f2}.xl\:to-red-100{--tw-gradient-to:#fee2e2}.xl\:to-red-200{--tw-gradient-to:#fecaca}.xl\:to-red-300{--tw-gradient-to:#fca5a5}.xl\:to-red-400{--tw-gradient-to:#f87171}.xl\:to-red-500{--tw-gradient-to:#ef4444}.xl\:to-red-600{--tw-gradient-to:#dc2626}.xl\:to-red-700{--tw-gradient-to:#b91c1c}.xl\:to-red-800{--tw-gradient-to:#991b1b}.xl\:to-red-900{--tw-gradient-to:#7f1d1d}.xl\:to-yellow-50{--tw-gradient-to:#fffbeb}.xl\:to-yellow-100{--tw-gradient-to:#fef3c7}.xl\:to-yellow-200{--tw-gradient-to:#fde68a}.xl\:to-yellow-300{--tw-gradient-to:#fcd34d}.xl\:to-yellow-400{--tw-gradient-to:#fbbf24}.xl\:to-yellow-500{--tw-gradient-to:#f59e0b}.xl\:to-yellow-600{--tw-gradient-to:#d97706}.xl\:to-yellow-700{--tw-gradient-to:#b45309}.xl\:to-yellow-800{--tw-gradient-to:#92400e}.xl\:to-yellow-900{--tw-gradient-to:#78350f}.xl\:to-green-50{--tw-gradient-to:#ecfdf5}.xl\:to-green-100{--tw-gradient-to:#d1fae5}.xl\:to-green-200{--tw-gradient-to:#a7f3d0}.xl\:to-green-300{--tw-gradient-to:#6ee7b7}.xl\:to-green-400{--tw-gradient-to:#34d399}.xl\:to-green-500{--tw-gradient-to:#10b981}.xl\:to-green-600{--tw-gradient-to:#059669}.xl\:to-green-700{--tw-gradient-to:#047857}.xl\:to-green-800{--tw-gradient-to:#065f46}.xl\:to-green-900{--tw-gradient-to:#064e3b}.xl\:to-blue-50{--tw-gradient-to:#eff6ff}.xl\:to-blue-100{--tw-gradient-to:#dbeafe}.xl\:to-blue-200{--tw-gradient-to:#bfdbfe}.xl\:to-blue-300{--tw-gradient-to:#93c5fd}.xl\:to-blue-400{--tw-gradient-to:#60a5fa}.xl\:to-blue-500{--tw-gradient-to:#3b82f6}.xl\:to-blue-600{--tw-gradient-to:#2563eb}.xl\:to-blue-700{--tw-gradient-to:#1d4ed8}.xl\:to-blue-800{--tw-gradient-to:#1e40af}.xl\:to-blue-900{--tw-gradient-to:#1e3a8a}.xl\:to-indigo-50{--tw-gradient-to:#eef2ff}.xl\:to-indigo-100{--tw-gradient-to:#e0e7ff}.xl\:to-indigo-200{--tw-gradient-to:#c7d2fe}.xl\:to-indigo-300{--tw-gradient-to:#a5b4fc}.xl\:to-indigo-400{--tw-gradient-to:#818cf8}.xl\:to-indigo-500{--tw-gradient-to:#6366f1}.xl\:to-indigo-600{--tw-gradient-to:#4f46e5}.xl\:to-indigo-700{--tw-gradient-to:#4338ca}.xl\:to-indigo-800{--tw-gradient-to:#3730a3}.xl\:to-indigo-900{--tw-gradient-to:#312e81}.xl\:to-purple-50{--tw-gradient-to:#f5f3ff}.xl\:to-purple-100{--tw-gradient-to:#ede9fe}.xl\:to-purple-200{--tw-gradient-to:#ddd6fe}.xl\:to-purple-300{--tw-gradient-to:#c4b5fd}.xl\:to-purple-400{--tw-gradient-to:#a78bfa}.xl\:to-purple-500{--tw-gradient-to:#8b5cf6}.xl\:to-purple-600{--tw-gradient-to:#7c3aed}.xl\:to-purple-700{--tw-gradient-to:#6d28d9}.xl\:to-purple-800{--tw-gradient-to:#5b21b6}.xl\:to-purple-900{--tw-gradient-to:#4c1d95}.xl\:to-pink-50{--tw-gradient-to:#fdf2f8}.xl\:to-pink-100{--tw-gradient-to:#fce7f3}.xl\:to-pink-200{--tw-gradient-to:#fbcfe8}.xl\:to-pink-300{--tw-gradient-to:#f9a8d4}.xl\:to-pink-400{--tw-gradient-to:#f472b6}.xl\:to-pink-500{--tw-gradient-to:#ec4899}.xl\:to-pink-600{--tw-gradient-to:#db2777}.xl\:to-pink-700{--tw-gradient-to:#be185d}.xl\:to-pink-800{--tw-gradient-to:#9d174d}.xl\:to-pink-900{--tw-gradient-to:#831843}.xl\:hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xl\:hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xl\:hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xl\:hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xl\:hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xl\:hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xl\:hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xl\:hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xl\:hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xl\:hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xl\:hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xl\:hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xl\:hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xl\:hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xl\:hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xl\:hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xl\:hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xl\:hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xl\:hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xl\:hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xl\:hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xl\:hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xl\:hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xl\:hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xl\:hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xl\:hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xl\:hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xl\:hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xl\:hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xl\:hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xl\:hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xl\:hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xl\:hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xl\:hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xl\:hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xl\:hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xl\:hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xl\:hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xl\:hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xl\:hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xl\:hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xl\:hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xl\:hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xl\:hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xl\:hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xl\:hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xl\:hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xl\:hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xl\:hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xl\:hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xl\:hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xl\:hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xl\:hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xl\:hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xl\:hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xl\:hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xl\:hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xl\:hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xl\:hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xl\:hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xl\:hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xl\:hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xl\:hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xl\:hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xl\:hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xl\:hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xl\:hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xl\:hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xl\:hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xl\:hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xl\:hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xl\:hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xl\:hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xl\:hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xl\:hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xl\:hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xl\:hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xl\:hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xl\:hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xl\:hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xl\:hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xl\:hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xl\:hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xl\:hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xl\:hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xl\:hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xl\:hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xl\:hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xl\:hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xl\:hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xl\:hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xl\:hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xl\:hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xl\:hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xl\:hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xl\:hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xl\:hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xl\:hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xl\:hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xl\:hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xl\:hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xl\:hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xl\:hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xl\:hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xl\:hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xl\:hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xl\:hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xl\:hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xl\:hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xl\:hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xl\:hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xl\:hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xl\:hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xl\:hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xl\:hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xl\:hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xl\:hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xl\:hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xl\:hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xl\:hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xl\:hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xl\:hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xl\:hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xl\:hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xl\:hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xl\:hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xl\:hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xl\:hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xl\:hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xl\:hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xl\:hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xl\:hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xl\:hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xl\:hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xl\:hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xl\:hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xl\:hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xl\:hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xl\:hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xl\:hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xl\:hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xl\:hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xl\:hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xl\:hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xl\:hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xl\:hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xl\:hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xl\:hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xl\:hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xl\:hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xl\:hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xl\:hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xl\:hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xl\:hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xl\:hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xl\:hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xl\:hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xl\:hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xl\:hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xl\:hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xl\:hover\:to-transparent:hover{--tw-gradient-to:transparent}.xl\:hover\:to-current:hover{--tw-gradient-to:currentColor}.xl\:hover\:to-black:hover{--tw-gradient-to:#000}.xl\:hover\:to-white:hover{--tw-gradient-to:#fff}.xl\:hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.xl\:hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.xl\:hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.xl\:hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.xl\:hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.xl\:hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.xl\:hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.xl\:hover\:to-gray-700:hover{--tw-gradient-to:#374151}.xl\:hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.xl\:hover\:to-gray-900:hover{--tw-gradient-to:#111827}.xl\:hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.xl\:hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.xl\:hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.xl\:hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.xl\:hover\:to-red-400:hover{--tw-gradient-to:#f87171}.xl\:hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.xl\:hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.xl\:hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.xl\:hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.xl\:hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.xl\:hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.xl\:hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.xl\:hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.xl\:hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.xl\:hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.xl\:hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.xl\:hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.xl\:hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.xl\:hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.xl\:hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.xl\:hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.xl\:hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.xl\:hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.xl\:hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.xl\:hover\:to-green-400:hover{--tw-gradient-to:#34d399}.xl\:hover\:to-green-500:hover{--tw-gradient-to:#10b981}.xl\:hover\:to-green-600:hover{--tw-gradient-to:#059669}.xl\:hover\:to-green-700:hover{--tw-gradient-to:#047857}.xl\:hover\:to-green-800:hover{--tw-gradient-to:#065f46}.xl\:hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.xl\:hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.xl\:hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.xl\:hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.xl\:hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.xl\:hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.xl\:hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.xl\:hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.xl\:hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.xl\:hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.xl\:hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.xl\:hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.xl\:hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.xl\:hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.xl\:hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.xl\:hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.xl\:hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.xl\:hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.xl\:hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.xl\:hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.xl\:hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.xl\:hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.xl\:hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.xl\:hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.xl\:hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.xl\:hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.xl\:hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.xl\:hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.xl\:hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.xl\:hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.xl\:hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.xl\:hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.xl\:hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.xl\:hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.xl\:hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.xl\:hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.xl\:hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.xl\:hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.xl\:hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.xl\:hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.xl\:hover\:to-pink-900:hover{--tw-gradient-to:#831843}.xl\:focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xl\:focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xl\:focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xl\:focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xl\:focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xl\:focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xl\:focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xl\:focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xl\:focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xl\:focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xl\:focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xl\:focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xl\:focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xl\:focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xl\:focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xl\:focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xl\:focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xl\:focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xl\:focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xl\:focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xl\:focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xl\:focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xl\:focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xl\:focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xl\:focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xl\:focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xl\:focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xl\:focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xl\:focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xl\:focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xl\:focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xl\:focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xl\:focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xl\:focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xl\:focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xl\:focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xl\:focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xl\:focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xl\:focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xl\:focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xl\:focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xl\:focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xl\:focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xl\:focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xl\:focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xl\:focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xl\:focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xl\:focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xl\:focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xl\:focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xl\:focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xl\:focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xl\:focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xl\:focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xl\:focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xl\:focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xl\:focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xl\:focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xl\:focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xl\:focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xl\:focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xl\:focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xl\:focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xl\:focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xl\:focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xl\:focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xl\:focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xl\:focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xl\:focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xl\:focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xl\:focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xl\:focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xl\:focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xl\:focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xl\:focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xl\:focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xl\:focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xl\:focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xl\:focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xl\:focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xl\:focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xl\:focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xl\:focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xl\:focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xl\:focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xl\:focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xl\:focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xl\:focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xl\:focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xl\:focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xl\:focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xl\:focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xl\:focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xl\:focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xl\:focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xl\:focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xl\:focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xl\:focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xl\:focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xl\:focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xl\:focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xl\:focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xl\:focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xl\:focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xl\:focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xl\:focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xl\:focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xl\:focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xl\:focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xl\:focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xl\:focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xl\:focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xl\:focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xl\:focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xl\:focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xl\:focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xl\:focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xl\:focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xl\:focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xl\:focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xl\:focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xl\:focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xl\:focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xl\:focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xl\:focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xl\:focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xl\:focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xl\:focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xl\:focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xl\:focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xl\:focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xl\:focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xl\:focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xl\:focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xl\:focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xl\:focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xl\:focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xl\:focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xl\:focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xl\:focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xl\:focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xl\:focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xl\:focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xl\:focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xl\:focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xl\:focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xl\:focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xl\:focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xl\:focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xl\:focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xl\:focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xl\:focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xl\:focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xl\:focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xl\:focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xl\:focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xl\:focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xl\:focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xl\:focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xl\:focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xl\:focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xl\:focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xl\:focus\:to-transparent:focus{--tw-gradient-to:transparent}.xl\:focus\:to-current:focus{--tw-gradient-to:currentColor}.xl\:focus\:to-black:focus{--tw-gradient-to:#000}.xl\:focus\:to-white:focus{--tw-gradient-to:#fff}.xl\:focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.xl\:focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.xl\:focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.xl\:focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.xl\:focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.xl\:focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.xl\:focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.xl\:focus\:to-gray-700:focus{--tw-gradient-to:#374151}.xl\:focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.xl\:focus\:to-gray-900:focus{--tw-gradient-to:#111827}.xl\:focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.xl\:focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.xl\:focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.xl\:focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.xl\:focus\:to-red-400:focus{--tw-gradient-to:#f87171}.xl\:focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.xl\:focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.xl\:focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.xl\:focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.xl\:focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.xl\:focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.xl\:focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.xl\:focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.xl\:focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.xl\:focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.xl\:focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.xl\:focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.xl\:focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.xl\:focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.xl\:focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.xl\:focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.xl\:focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.xl\:focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.xl\:focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.xl\:focus\:to-green-400:focus{--tw-gradient-to:#34d399}.xl\:focus\:to-green-500:focus{--tw-gradient-to:#10b981}.xl\:focus\:to-green-600:focus{--tw-gradient-to:#059669}.xl\:focus\:to-green-700:focus{--tw-gradient-to:#047857}.xl\:focus\:to-green-800:focus{--tw-gradient-to:#065f46}.xl\:focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.xl\:focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.xl\:focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.xl\:focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.xl\:focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.xl\:focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.xl\:focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.xl\:focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.xl\:focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.xl\:focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.xl\:focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.xl\:focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.xl\:focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.xl\:focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.xl\:focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.xl\:focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.xl\:focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.xl\:focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.xl\:focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.xl\:focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.xl\:focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.xl\:focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.xl\:focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.xl\:focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.xl\:focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.xl\:focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.xl\:focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.xl\:focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.xl\:focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.xl\:focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.xl\:focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.xl\:focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.xl\:focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.xl\:focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.xl\:focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.xl\:focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.xl\:focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.xl\:focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.xl\:focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.xl\:focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.xl\:focus\:to-pink-900:focus{--tw-gradient-to:#831843}.xl\:bg-opacity-0{--tw-bg-opacity:0}.xl\:bg-opacity-5{--tw-bg-opacity:.05}.xl\:bg-opacity-10{--tw-bg-opacity:.1}.xl\:bg-opacity-20{--tw-bg-opacity:.2}.xl\:bg-opacity-25{--tw-bg-opacity:.25}.xl\:bg-opacity-30{--tw-bg-opacity:.3}.xl\:bg-opacity-40{--tw-bg-opacity:.4}.xl\:bg-opacity-50{--tw-bg-opacity:.5}.xl\:bg-opacity-60{--tw-bg-opacity:.6}.xl\:bg-opacity-70{--tw-bg-opacity:.7}.xl\:bg-opacity-75{--tw-bg-opacity:.75}.xl\:bg-opacity-80{--tw-bg-opacity:.8}.xl\:bg-opacity-90{--tw-bg-opacity:.9}.xl\:bg-opacity-95{--tw-bg-opacity:.95}.xl\:bg-opacity-100{--tw-bg-opacity:1}.group:hover .xl\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .xl\:group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .xl\:group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .xl\:group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .xl\:group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .xl\:group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .xl\:group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .xl\:group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .xl\:group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .xl\:group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .xl\:group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .xl\:group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .xl\:group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .xl\:group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .xl\:group-hover\:bg-opacity-100{--tw-bg-opacity:1}.xl\:focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.xl\:focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.xl\:focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.xl\:focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.xl\:focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.xl\:focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.xl\:focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.xl\:focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.xl\:focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.xl\:focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.xl\:focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.xl\:focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.xl\:focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.xl\:focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.xl\:focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.xl\:hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.xl\:hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.xl\:hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.xl\:hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.xl\:hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.xl\:hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.xl\:hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.xl\:hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.xl\:hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.xl\:hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.xl\:hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.xl\:hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.xl\:hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.xl\:hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.xl\:hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.xl\:focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.xl\:focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.xl\:focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.xl\:focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.xl\:focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.xl\:focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.xl\:focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.xl\:focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.xl\:focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.xl\:focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.xl\:focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.xl\:focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.xl\:focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.xl\:focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.xl\:focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.xl\:bg-bottom{background-position:bottom}.xl\:bg-center{background-position:center}.xl\:bg-left{background-position:left}.xl\:bg-left-bottom{background-position:left bottom}.xl\:bg-left-top{background-position:left top}.xl\:bg-right{background-position:right}.xl\:bg-right-bottom{background-position:right bottom}.xl\:bg-right-top{background-position:right top}.xl\:bg-top{background-position:top}.xl\:bg-repeat{background-repeat:repeat}.xl\:bg-no-repeat{background-repeat:no-repeat}.xl\:bg-repeat-x{background-repeat:repeat-x}.xl\:bg-repeat-y{background-repeat:repeat-y}.xl\:bg-repeat-round{background-repeat:round}.xl\:bg-repeat-space{background-repeat:space}.xl\:bg-auto{background-size:auto}.xl\:bg-cover{background-size:cover}.xl\:bg-contain{background-size:contain}.xl\:border-collapse{border-collapse:collapse}.xl\:border-separate{border-collapse:separate}.xl\:border-transparent{border-color:transparent}.xl\:border-current{border-color:currentColor}.xl\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xl\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xl\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xl\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xl\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xl\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xl\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xl\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xl\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xl\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xl\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xl\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xl\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xl\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xl\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xl\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xl\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xl\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xl\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xl\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xl\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xl\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xl\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xl\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xl\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xl\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xl\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xl\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xl\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xl\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xl\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xl\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xl\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xl\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xl\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xl\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xl\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xl\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xl\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xl\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xl\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xl\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xl\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xl\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xl\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xl\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xl\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xl\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xl\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xl\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xl\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xl\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xl\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xl\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xl\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xl\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xl\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xl\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xl\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xl\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xl\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xl\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xl\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xl\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xl\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xl\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xl\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xl\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xl\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xl\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xl\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xl\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xl\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xl\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xl\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xl\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xl\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xl\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xl\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xl\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xl\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-transparent{border-color:transparent}.group:hover .xl\:group-hover\:border-current{border-color:currentColor}.group:hover .xl\:group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xl\:focus-within\:border-transparent:focus-within{border-color:transparent}.xl\:focus-within\:border-current:focus-within{border-color:currentColor}.xl\:focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xl\:focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xl\:focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xl\:focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xl\:focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xl\:focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xl\:focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xl\:focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xl\:focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xl\:focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xl\:focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xl\:focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xl\:focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xl\:focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xl\:focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xl\:focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xl\:focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xl\:focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xl\:focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xl\:focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xl\:focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xl\:focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xl\:hover\:border-transparent:hover{border-color:transparent}.xl\:hover\:border-current:hover{border-color:currentColor}.xl\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xl\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xl\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xl\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xl\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xl\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xl\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xl\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xl\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xl\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xl\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xl\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xl\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xl\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xl\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xl\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xl\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xl\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xl\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xl\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xl\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xl\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xl\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xl\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xl\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xl\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xl\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xl\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xl\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xl\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xl\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xl\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xl\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xl\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xl\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xl\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xl\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xl\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xl\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xl\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xl\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xl\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xl\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xl\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xl\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xl\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xl\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xl\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xl\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xl\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xl\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xl\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xl\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xl\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xl\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xl\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xl\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xl\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xl\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xl\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xl\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xl\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xl\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xl\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xl\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xl\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xl\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xl\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xl\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xl\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xl\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xl\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xl\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xl\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xl\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xl\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xl\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xl\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xl\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xl\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xl\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xl\:focus\:border-transparent:focus{border-color:transparent}.xl\:focus\:border-current:focus{border-color:currentColor}.xl\:focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xl\:focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xl\:focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xl\:focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xl\:focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xl\:focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xl\:focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xl\:focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xl\:focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xl\:focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xl\:focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xl\:focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xl\:focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xl\:focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xl\:focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xl\:focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xl\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xl\:focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xl\:focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xl\:focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xl\:focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xl\:focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xl\:focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xl\:focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xl\:focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xl\:focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xl\:focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xl\:focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xl\:focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xl\:focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xl\:focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xl\:focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xl\:focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xl\:focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xl\:focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xl\:focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xl\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xl\:focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xl\:focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xl\:focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xl\:focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xl\:focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xl\:focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xl\:focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xl\:focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xl\:focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xl\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xl\:focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xl\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xl\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xl\:focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xl\:focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xl\:focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xl\:focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xl\:focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xl\:focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xl\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xl\:focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xl\:focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xl\:focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xl\:focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xl\:focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xl\:focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xl\:focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xl\:focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xl\:focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xl\:focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xl\:focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xl\:focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xl\:focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xl\:focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xl\:focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xl\:focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xl\:focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xl\:focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xl\:focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xl\:focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xl\:focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xl\:focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xl\:focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xl\:focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xl\:border-opacity-0{--tw-border-opacity:0}.xl\:border-opacity-5{--tw-border-opacity:.05}.xl\:border-opacity-10{--tw-border-opacity:.1}.xl\:border-opacity-20{--tw-border-opacity:.2}.xl\:border-opacity-25{--tw-border-opacity:.25}.xl\:border-opacity-30{--tw-border-opacity:.3}.xl\:border-opacity-40{--tw-border-opacity:.4}.xl\:border-opacity-50{--tw-border-opacity:.5}.xl\:border-opacity-60{--tw-border-opacity:.6}.xl\:border-opacity-70{--tw-border-opacity:.7}.xl\:border-opacity-75{--tw-border-opacity:.75}.xl\:border-opacity-80{--tw-border-opacity:.8}.xl\:border-opacity-90{--tw-border-opacity:.9}.xl\:border-opacity-95{--tw-border-opacity:.95}.xl\:border-opacity-100{--tw-border-opacity:1}.group:hover .xl\:group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .xl\:group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .xl\:group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .xl\:group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .xl\:group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .xl\:group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .xl\:group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .xl\:group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .xl\:group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .xl\:group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .xl\:group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .xl\:group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .xl\:group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .xl\:group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .xl\:group-hover\:border-opacity-100{--tw-border-opacity:1}.xl\:focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.xl\:focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.xl\:focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.xl\:focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.xl\:focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.xl\:focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.xl\:focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.xl\:focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.xl\:focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.xl\:focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.xl\:focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.xl\:focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.xl\:focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.xl\:focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.xl\:focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.xl\:hover\:border-opacity-0:hover{--tw-border-opacity:0}.xl\:hover\:border-opacity-5:hover{--tw-border-opacity:.05}.xl\:hover\:border-opacity-10:hover{--tw-border-opacity:.1}.xl\:hover\:border-opacity-20:hover{--tw-border-opacity:.2}.xl\:hover\:border-opacity-25:hover{--tw-border-opacity:.25}.xl\:hover\:border-opacity-30:hover{--tw-border-opacity:.3}.xl\:hover\:border-opacity-40:hover{--tw-border-opacity:.4}.xl\:hover\:border-opacity-50:hover{--tw-border-opacity:.5}.xl\:hover\:border-opacity-60:hover{--tw-border-opacity:.6}.xl\:hover\:border-opacity-70:hover{--tw-border-opacity:.7}.xl\:hover\:border-opacity-75:hover{--tw-border-opacity:.75}.xl\:hover\:border-opacity-80:hover{--tw-border-opacity:.8}.xl\:hover\:border-opacity-90:hover{--tw-border-opacity:.9}.xl\:hover\:border-opacity-95:hover{--tw-border-opacity:.95}.xl\:hover\:border-opacity-100:hover{--tw-border-opacity:1}.xl\:focus\:border-opacity-0:focus{--tw-border-opacity:0}.xl\:focus\:border-opacity-5:focus{--tw-border-opacity:.05}.xl\:focus\:border-opacity-10:focus{--tw-border-opacity:.1}.xl\:focus\:border-opacity-20:focus{--tw-border-opacity:.2}.xl\:focus\:border-opacity-25:focus{--tw-border-opacity:.25}.xl\:focus\:border-opacity-30:focus{--tw-border-opacity:.3}.xl\:focus\:border-opacity-40:focus{--tw-border-opacity:.4}.xl\:focus\:border-opacity-50:focus{--tw-border-opacity:.5}.xl\:focus\:border-opacity-60:focus{--tw-border-opacity:.6}.xl\:focus\:border-opacity-70:focus{--tw-border-opacity:.7}.xl\:focus\:border-opacity-75:focus{--tw-border-opacity:.75}.xl\:focus\:border-opacity-80:focus{--tw-border-opacity:.8}.xl\:focus\:border-opacity-90:focus{--tw-border-opacity:.9}.xl\:focus\:border-opacity-95:focus{--tw-border-opacity:.95}.xl\:focus\:border-opacity-100:focus{--tw-border-opacity:1}.xl\:rounded-none{border-radius:0}.xl\:rounded-sm{border-radius:.125rem}.xl\:rounded{border-radius:.25rem}.xl\:rounded-md{border-radius:.375rem}.xl\:rounded-lg{border-radius:.5rem}.xl\:rounded-xl{border-radius:.75rem}.xl\:rounded-2xl{border-radius:1rem}.xl\:rounded-3xl{border-radius:1.5rem}.xl\:rounded-full{border-radius:9999px}.xl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.xl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.xl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.xl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.xl\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xl\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.xl\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.xl\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.xl\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.xl\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.xl\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.xl\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.xl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.xl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.xl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.xl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.xl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.xl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.xl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.xl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.xl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.xl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.xl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.xl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.xl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.xl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.xl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.xl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.xl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.xl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.xl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.xl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.xl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.xl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-tl-none{border-top-left-radius:0}.xl\:rounded-tr-none{border-top-right-radius:0}.xl\:rounded-br-none{border-bottom-right-radius:0}.xl\:rounded-bl-none{border-bottom-left-radius:0}.xl\:rounded-tl-sm{border-top-left-radius:.125rem}.xl\:rounded-tr-sm{border-top-right-radius:.125rem}.xl\:rounded-br-sm{border-bottom-right-radius:.125rem}.xl\:rounded-bl-sm{border-bottom-left-radius:.125rem}.xl\:rounded-tl{border-top-left-radius:.25rem}.xl\:rounded-tr{border-top-right-radius:.25rem}.xl\:rounded-br{border-bottom-right-radius:.25rem}.xl\:rounded-bl{border-bottom-left-radius:.25rem}.xl\:rounded-tl-md{border-top-left-radius:.375rem}.xl\:rounded-tr-md{border-top-right-radius:.375rem}.xl\:rounded-br-md{border-bottom-right-radius:.375rem}.xl\:rounded-bl-md{border-bottom-left-radius:.375rem}.xl\:rounded-tl-lg{border-top-left-radius:.5rem}.xl\:rounded-tr-lg{border-top-right-radius:.5rem}.xl\:rounded-br-lg{border-bottom-right-radius:.5rem}.xl\:rounded-bl-lg{border-bottom-left-radius:.5rem}.xl\:rounded-tl-xl{border-top-left-radius:.75rem}.xl\:rounded-tr-xl{border-top-right-radius:.75rem}.xl\:rounded-br-xl{border-bottom-right-radius:.75rem}.xl\:rounded-bl-xl{border-bottom-left-radius:.75rem}.xl\:rounded-tl-2xl{border-top-left-radius:1rem}.xl\:rounded-tr-2xl{border-top-right-radius:1rem}.xl\:rounded-br-2xl{border-bottom-right-radius:1rem}.xl\:rounded-bl-2xl{border-bottom-left-radius:1rem}.xl\:rounded-tl-3xl{border-top-left-radius:1.5rem}.xl\:rounded-tr-3xl{border-top-right-radius:1.5rem}.xl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.xl\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.xl\:rounded-tl-full{border-top-left-radius:9999px}.xl\:rounded-tr-full{border-top-right-radius:9999px}.xl\:rounded-br-full{border-bottom-right-radius:9999px}.xl\:rounded-bl-full{border-bottom-left-radius:9999px}.xl\:border-solid{border-style:solid}.xl\:border-dashed{border-style:dashed}.xl\:border-dotted{border-style:dotted}.xl\:border-double{border-style:double}.xl\:border-none{border-style:none}.xl\:border-0{border-width:0}.xl\:border-2{border-width:2px}.xl\:border-4{border-width:4px}.xl\:border-8{border-width:8px}.xl\:border{border-width:1px}.xl\:border-t-0{border-top-width:0}.xl\:border-r-0{border-right-width:0}.xl\:border-b-0{border-bottom-width:0}.xl\:border-l-0{border-left-width:0}.xl\:border-t-2{border-top-width:2px}.xl\:border-r-2{border-right-width:2px}.xl\:border-b-2{border-bottom-width:2px}.xl\:border-l-2{border-left-width:2px}.xl\:border-t-4{border-top-width:4px}.xl\:border-r-4{border-right-width:4px}.xl\:border-b-4{border-bottom-width:4px}.xl\:border-l-4{border-left-width:4px}.xl\:border-t-8{border-top-width:8px}.xl\:border-r-8{border-right-width:8px}.xl\:border-b-8{border-bottom-width:8px}.xl\:border-l-8{border-left-width:8px}.xl\:border-t{border-top-width:1px}.xl\:border-r{border-right-width:1px}.xl\:border-b{border-bottom-width:1px}.xl\:border-l{border-left-width:1px}.xl\:box-border{box-sizing:border-box}.xl\:box-content{box-sizing:content-box}.xl\:cursor-auto{cursor:auto}.xl\:cursor-default{cursor:default}.xl\:cursor-pointer{cursor:pointer}.xl\:cursor-wait{cursor:wait}.xl\:cursor-text{cursor:text}.xl\:cursor-move{cursor:move}.xl\:cursor-help{cursor:help}.xl\:cursor-not-allowed{cursor:not-allowed}.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:inline{display:inline}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:table{display:table}.xl\:table-caption{display:table-caption}.xl\:table-cell{display:table-cell}.xl\:table-column{display:table-column}.xl\:table-column-group{display:table-column-group}.xl\:table-footer-group{display:table-footer-group}.xl\:table-header-group{display:table-header-group}.xl\:table-row-group{display:table-row-group}.xl\:table-row{display:table-row}.xl\:flow-root{display:flow-root}.xl\:grid{display:grid}.xl\:inline-grid{display:inline-grid}.xl\:contents{display:contents}.xl\:hidden{display:none}.xl\:flex-row{flex-direction:row}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-col{flex-direction:column}.xl\:flex-col-reverse{flex-direction:column-reverse}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:place-items-auto{place-items:auto}.xl\:place-items-start{place-items:start}.xl\:place-items-end{place-items:end}.xl\:place-items-center{place-items:center}.xl\:place-items-stretch{place-items:stretch}.xl\:place-content-center{place-content:center}.xl\:place-content-start{place-content:start}.xl\:place-content-end{place-content:end}.xl\:place-content-between{place-content:space-between}.xl\:place-content-around{place-content:space-around}.xl\:place-content-evenly{place-content:space-evenly}.xl\:place-content-stretch{place-content:stretch}.xl\:place-self-auto{place-self:auto}.xl\:place-self-start{place-self:start}.xl\:place-self-end{place-self:end}.xl\:place-self-center{place-self:center}.xl\:place-self-stretch{place-self:stretch}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:content-evenly{align-content:space-evenly}.xl\:self-auto{align-self:auto}.xl\:self-start{align-self:flex-start}.xl\:self-end{align-self:flex-end}.xl\:self-center{align-self:center}.xl\:self-stretch{align-self:stretch}.xl\:justify-items-auto{justify-items:auto}.xl\:justify-items-start{justify-items:start}.xl\:justify-items-end{justify-items:end}.xl\:justify-items-center{justify-items:center}.xl\:justify-items-stretch{justify-items:stretch}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:justify-evenly{justify-content:space-evenly}.xl\:justify-self-auto{justify-self:auto}.xl\:justify-self-start{justify-self:start}.xl\:justify-self-end{justify-self:end}.xl\:justify-self-center{justify-self:center}.xl\:justify-self-stretch{justify-self:stretch}.xl\:flex-1{flex:1 1 0%}.xl\:flex-auto{flex:1 1 auto}.xl\:flex-initial{flex:0 1 auto}.xl\:flex-none{flex:none}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-shrink{flex-shrink:1}.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:order-4{order:4}.xl\:order-5{order:5}.xl\:order-6{order:6}.xl\:order-7{order:7}.xl\:order-8{order:8}.xl\:order-9{order:9}.xl\:order-10{order:10}.xl\:order-11{order:11}.xl\:order-12{order:12}.xl\:order-first{order:-9999}.xl\:order-last{order:9999}.xl\:order-none{order:0}.xl\:float-right{float:right}.xl\:float-left{float:left}.xl\:float-none{float:none}.xl\:clear-left{clear:left}.xl\:clear-right{clear:right}.xl\:clear-both{clear:both}.xl\:clear-none{clear:none}.xl\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.xl\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.xl\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.xl\:font-thin{font-weight:100}.xl\:font-extralight{font-weight:200}.xl\:font-light{font-weight:300}.xl\:font-normal{font-weight:400}.xl\:font-medium{font-weight:500}.xl\:font-semibold{font-weight:600}.xl\:font-bold{font-weight:700}.xl\:font-extrabold{font-weight:800}.xl\:font-black{font-weight:900}.xl\:h-0{height:0}.xl\:h-1{height:.25rem}.xl\:h-2{height:.5rem}.xl\:h-3{height:.75rem}.xl\:h-4{height:1rem}.xl\:h-5{height:1.25rem}.xl\:h-6{height:1.5rem}.xl\:h-7{height:1.75rem}.xl\:h-8{height:2rem}.xl\:h-9{height:2.25rem}.xl\:h-10{height:2.5rem}.xl\:h-11{height:2.75rem}.xl\:h-12{height:3rem}.xl\:h-14{height:3.5rem}.xl\:h-16{height:4rem}.xl\:h-20{height:5rem}.xl\:h-24{height:6rem}.xl\:h-28{height:7rem}.xl\:h-32{height:8rem}.xl\:h-36{height:9rem}.xl\:h-40{height:10rem}.xl\:h-44{height:11rem}.xl\:h-48{height:12rem}.xl\:h-52{height:13rem}.xl\:h-56{height:14rem}.xl\:h-60{height:15rem}.xl\:h-64{height:16rem}.xl\:h-72{height:18rem}.xl\:h-80{height:20rem}.xl\:h-96{height:24rem}.xl\:h-auto{height:auto}.xl\:h-px{height:1px}.xl\:h-0\.5{height:.125rem}.xl\:h-1\.5{height:.375rem}.xl\:h-2\.5{height:.625rem}.xl\:h-3\.5{height:.875rem}.xl\:h-gutter-1{height:.625rem}.xl\:h-gutter-2{height:1.25rem}.xl\:h-1\/2{height:50%}.xl\:h-1\/3{height:33.333333%}.xl\:h-2\/3{height:66.666667%}.xl\:h-1\/4{height:25%}.xl\:h-2\/4{height:50%}.xl\:h-3\/4{height:75%}.xl\:h-1\/5{height:20%}.xl\:h-2\/5{height:40%}.xl\:h-3\/5{height:60%}.xl\:h-4\/5{height:80%}.xl\:h-1\/6{height:16.666667%}.xl\:h-2\/6{height:33.333333%}.xl\:h-3\/6{height:50%}.xl\:h-4\/6{height:66.666667%}.xl\:h-5\/6{height:83.333333%}.xl\:h-full{height:100%}.xl\:h-screen{height:100vh}.xl\:text-xs{font-size:.75rem;line-height:1rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-7xl{font-size:4.5rem;line-height:1}.xl\:text-8xl{font-size:6rem;line-height:1}.xl\:text-9xl{font-size:8rem;line-height:1}.xl\:leading-3{line-height:.75rem}.xl\:leading-4{line-height:1rem}.xl\:leading-5{line-height:1.25rem}.xl\:leading-6{line-height:1.5rem}.xl\:leading-7{line-height:1.75rem}.xl\:leading-8{line-height:2rem}.xl\:leading-9{line-height:2.25rem}.xl\:leading-10{line-height:2.5rem}.xl\:leading-none{line-height:1}.xl\:leading-tight{line-height:1.25}.xl\:leading-snug{line-height:1.375}.xl\:leading-normal{line-height:1.5}.xl\:leading-relaxed{line-height:1.625}.xl\:leading-loose{line-height:2}.xl\:list-inside{list-style-position:inside}.xl\:list-outside{list-style-position:outside}.xl\:list-none{list-style-type:none}.xl\:list-disc{list-style-type:disc}.xl\:list-decimal{list-style-type:decimal}.xl\:m-0{margin:0}.xl\:m-1{margin:.25rem}.xl\:m-2{margin:.5rem}.xl\:m-3{margin:.75rem}.xl\:m-4{margin:1rem}.xl\:m-5{margin:1.25rem}.xl\:m-6{margin:1.5rem}.xl\:m-7{margin:1.75rem}.xl\:m-8{margin:2rem}.xl\:m-9{margin:2.25rem}.xl\:m-10{margin:2.5rem}.xl\:m-11{margin:2.75rem}.xl\:m-12{margin:3rem}.xl\:m-14{margin:3.5rem}.xl\:m-16{margin:4rem}.xl\:m-20{margin:5rem}.xl\:m-24{margin:6rem}.xl\:m-28{margin:7rem}.xl\:m-32{margin:8rem}.xl\:m-36{margin:9rem}.xl\:m-40{margin:10rem}.xl\:m-44{margin:11rem}.xl\:m-48{margin:12rem}.xl\:m-52{margin:13rem}.xl\:m-56{margin:14rem}.xl\:m-60{margin:15rem}.xl\:m-64{margin:16rem}.xl\:m-72{margin:18rem}.xl\:m-80{margin:20rem}.xl\:m-96{margin:24rem}.xl\:m-auto{margin:auto}.xl\:m-px{margin:1px}.xl\:m-0\.5{margin:.125rem}.xl\:m-1\.5{margin:.375rem}.xl\:m-2\.5{margin:.625rem}.xl\:m-3\.5{margin:.875rem}.xl\:m-gutter-1{margin:.625rem}.xl\:m-gutter-2{margin:1.25rem}.xl\:-m-0{margin:0}.xl\:-m-1{margin:-.25rem}.xl\:-m-2{margin:-.5rem}.xl\:-m-3{margin:-.75rem}.xl\:-m-4{margin:-1rem}.xl\:-m-5{margin:-1.25rem}.xl\:-m-6{margin:-1.5rem}.xl\:-m-7{margin:-1.75rem}.xl\:-m-8{margin:-2rem}.xl\:-m-9{margin:-2.25rem}.xl\:-m-10{margin:-2.5rem}.xl\:-m-11{margin:-2.75rem}.xl\:-m-12{margin:-3rem}.xl\:-m-14{margin:-3.5rem}.xl\:-m-16{margin:-4rem}.xl\:-m-20{margin:-5rem}.xl\:-m-24{margin:-6rem}.xl\:-m-28{margin:-7rem}.xl\:-m-32{margin:-8rem}.xl\:-m-36{margin:-9rem}.xl\:-m-40{margin:-10rem}.xl\:-m-44{margin:-11rem}.xl\:-m-48{margin:-12rem}.xl\:-m-52{margin:-13rem}.xl\:-m-56{margin:-14rem}.xl\:-m-60{margin:-15rem}.xl\:-m-64{margin:-16rem}.xl\:-m-72{margin:-18rem}.xl\:-m-80{margin:-20rem}.xl\:-m-96{margin:-24rem}.xl\:-m-px{margin:-1px}.xl\:-m-0\.5{margin:-.125rem}.xl\:-m-1\.5{margin:-.375rem}.xl\:-m-2\.5{margin:-.625rem}.xl\:-m-3\.5{margin:-.875rem}.xl\:-m-gutter-1{margin:-.625rem}.xl\:-m-gutter-2{margin:-1.25rem}.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xl\:my-8{margin-top:2rem;margin-bottom:2rem}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.xl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.xl\:my-12{margin-top:3rem;margin-bottom:3rem}.xl\:mx-12{margin-left:3rem;margin-right:3rem}.xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.xl\:my-16{margin-top:4rem;margin-bottom:4rem}.xl\:mx-16{margin-left:4rem;margin-right:4rem}.xl\:my-20{margin-top:5rem;margin-bottom:5rem}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:my-24{margin-top:6rem;margin-bottom:6rem}.xl\:mx-24{margin-left:6rem;margin-right:6rem}.xl\:my-28{margin-top:7rem;margin-bottom:7rem}.xl\:mx-28{margin-left:7rem;margin-right:7rem}.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:mx-32{margin-left:8rem;margin-right:8rem}.xl\:my-36{margin-top:9rem;margin-bottom:9rem}.xl\:mx-36{margin-left:9rem;margin-right:9rem}.xl\:my-40{margin-top:10rem;margin-bottom:10rem}.xl\:mx-40{margin-left:10rem;margin-right:10rem}.xl\:my-44{margin-top:11rem;margin-bottom:11rem}.xl\:mx-44{margin-left:11rem;margin-right:11rem}.xl\:my-48{margin-top:12rem;margin-bottom:12rem}.xl\:mx-48{margin-left:12rem;margin-right:12rem}.xl\:my-52{margin-top:13rem;margin-bottom:13rem}.xl\:mx-52{margin-left:13rem;margin-right:13rem}.xl\:my-56{margin-top:14rem;margin-bottom:14rem}.xl\:mx-56{margin-left:14rem;margin-right:14rem}.xl\:my-60{margin-top:15rem;margin-bottom:15rem}.xl\:mx-60{margin-left:15rem;margin-right:15rem}.xl\:my-64{margin-top:16rem;margin-bottom:16rem}.xl\:mx-64{margin-left:16rem;margin-right:16rem}.xl\:my-72{margin-top:18rem;margin-bottom:18rem}.xl\:mx-72{margin-left:18rem;margin-right:18rem}.xl\:my-80{margin-top:20rem;margin-bottom:20rem}.xl\:mx-80{margin-left:20rem;margin-right:20rem}.xl\:my-96{margin-top:24rem;margin-bottom:24rem}.xl\:mx-96{margin-left:24rem;margin-right:24rem}.xl\:my-auto{margin-top:auto;margin-bottom:auto}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:my-px{margin-top:1px;margin-bottom:1px}.xl\:mx-px{margin-left:1px;margin-right:1px}.xl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.xl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.xl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.xl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.xl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.xl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.xl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.xl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.xl\:my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.xl\:mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.xl\:my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.xl\:-my-0{margin-top:0;margin-bottom:0}.xl\:-mx-0{margin-left:0;margin-right:0}.xl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xl\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.xl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xl\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.xl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.xl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xl\:-mx-4{margin-left:-1rem;margin-right:-1rem}.xl\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.xl\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.xl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.xl\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.xl\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.xl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xl\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.xl\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.xl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.xl\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.xl\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.xl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xl\:-mx-12{margin-left:-3rem;margin-right:-3rem}.xl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.xl\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.xl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.xl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.xl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xl\:-mx-24{margin-left:-6rem;margin-right:-6rem}.xl\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.xl\:-mx-28{margin-left:-7rem;margin-right:-7rem}.xl\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.xl\:-mx-32{margin-left:-8rem;margin-right:-8rem}.xl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.xl\:-mx-36{margin-left:-9rem;margin-right:-9rem}.xl\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.xl\:-mx-40{margin-left:-10rem;margin-right:-10rem}.xl\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.xl\:-mx-44{margin-left:-11rem;margin-right:-11rem}.xl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xl\:-mx-48{margin-left:-12rem;margin-right:-12rem}.xl\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.xl\:-mx-52{margin-left:-13rem;margin-right:-13rem}.xl\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.xl\:-mx-56{margin-left:-14rem;margin-right:-14rem}.xl\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.xl\:-mx-60{margin-left:-15rem;margin-right:-15rem}.xl\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.xl\:-mx-64{margin-left:-16rem;margin-right:-16rem}.xl\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.xl\:-mx-72{margin-left:-18rem;margin-right:-18rem}.xl\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.xl\:-mx-80{margin-left:-20rem;margin-right:-20rem}.xl\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.xl\:-mx-96{margin-left:-24rem;margin-right:-24rem}.xl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xl\:-mx-px{margin-left:-1px;margin-right:-1px}.xl\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.xl\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.xl\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.xl\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.xl\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.xl\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.xl\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.xl\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.xl\:-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.xl\:-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.xl\:-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.xl\:-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.xl\:mt-0{margin-top:0}.xl\:mr-0{margin-right:0}.xl\:mb-0{margin-bottom:0}.xl\:ml-0{margin-left:0}.xl\:mt-1{margin-top:.25rem}.xl\:mr-1{margin-right:.25rem}.xl\:mb-1{margin-bottom:.25rem}.xl\:ml-1{margin-left:.25rem}.xl\:mt-2{margin-top:.5rem}.xl\:mr-2{margin-right:.5rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:ml-2{margin-left:.5rem}.xl\:mt-3{margin-top:.75rem}.xl\:mr-3{margin-right:.75rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:ml-3{margin-left:.75rem}.xl\:mt-4{margin-top:1rem}.xl\:mr-4{margin-right:1rem}.xl\:mb-4{margin-bottom:1rem}.xl\:ml-4{margin-left:1rem}.xl\:mt-5{margin-top:1.25rem}.xl\:mr-5{margin-right:1.25rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:ml-5{margin-left:1.25rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mr-6{margin-right:1.5rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:ml-6{margin-left:1.5rem}.xl\:mt-7{margin-top:1.75rem}.xl\:mr-7{margin-right:1.75rem}.xl\:mb-7{margin-bottom:1.75rem}.xl\:ml-7{margin-left:1.75rem}.xl\:mt-8{margin-top:2rem}.xl\:mr-8{margin-right:2rem}.xl\:mb-8{margin-bottom:2rem}.xl\:ml-8{margin-left:2rem}.xl\:mt-9{margin-top:2.25rem}.xl\:mr-9{margin-right:2.25rem}.xl\:mb-9{margin-bottom:2.25rem}.xl\:ml-9{margin-left:2.25rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:ml-10{margin-left:2.5rem}.xl\:mt-11{margin-top:2.75rem}.xl\:mr-11{margin-right:2.75rem}.xl\:mb-11{margin-bottom:2.75rem}.xl\:ml-11{margin-left:2.75rem}.xl\:mt-12{margin-top:3rem}.xl\:mr-12{margin-right:3rem}.xl\:mb-12{margin-bottom:3rem}.xl\:ml-12{margin-left:3rem}.xl\:mt-14{margin-top:3.5rem}.xl\:mr-14{margin-right:3.5rem}.xl\:mb-14{margin-bottom:3.5rem}.xl\:ml-14{margin-left:3.5rem}.xl\:mt-16{margin-top:4rem}.xl\:mr-16{margin-right:4rem}.xl\:mb-16{margin-bottom:4rem}.xl\:ml-16{margin-left:4rem}.xl\:mt-20{margin-top:5rem}.xl\:mr-20{margin-right:5rem}.xl\:mb-20{margin-bottom:5rem}.xl\:ml-20{margin-left:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mr-24{margin-right:6rem}.xl\:mb-24{margin-bottom:6rem}.xl\:ml-24{margin-left:6rem}.xl\:mt-28{margin-top:7rem}.xl\:mr-28{margin-right:7rem}.xl\:mb-28{margin-bottom:7rem}.xl\:ml-28{margin-left:7rem}.xl\:mt-32{margin-top:8rem}.xl\:mr-32{margin-right:8rem}.xl\:mb-32{margin-bottom:8rem}.xl\:ml-32{margin-left:8rem}.xl\:mt-36{margin-top:9rem}.xl\:mr-36{margin-right:9rem}.xl\:mb-36{margin-bottom:9rem}.xl\:ml-36{margin-left:9rem}.xl\:mt-40{margin-top:10rem}.xl\:mr-40{margin-right:10rem}.xl\:mb-40{margin-bottom:10rem}.xl\:ml-40{margin-left:10rem}.xl\:mt-44{margin-top:11rem}.xl\:mr-44{margin-right:11rem}.xl\:mb-44{margin-bottom:11rem}.xl\:ml-44{margin-left:11rem}.xl\:mt-48{margin-top:12rem}.xl\:mr-48{margin-right:12rem}.xl\:mb-48{margin-bottom:12rem}.xl\:ml-48{margin-left:12rem}.xl\:mt-52{margin-top:13rem}.xl\:mr-52{margin-right:13rem}.xl\:mb-52{margin-bottom:13rem}.xl\:ml-52{margin-left:13rem}.xl\:mt-56{margin-top:14rem}.xl\:mr-56{margin-right:14rem}.xl\:mb-56{margin-bottom:14rem}.xl\:ml-56{margin-left:14rem}.xl\:mt-60{margin-top:15rem}.xl\:mr-60{margin-right:15rem}.xl\:mb-60{margin-bottom:15rem}.xl\:ml-60{margin-left:15rem}.xl\:mt-64{margin-top:16rem}.xl\:mr-64{margin-right:16rem}.xl\:mb-64{margin-bottom:16rem}.xl\:ml-64{margin-left:16rem}.xl\:mt-72{margin-top:18rem}.xl\:mr-72{margin-right:18rem}.xl\:mb-72{margin-bottom:18rem}.xl\:ml-72{margin-left:18rem}.xl\:mt-80{margin-top:20rem}.xl\:mr-80{margin-right:20rem}.xl\:mb-80{margin-bottom:20rem}.xl\:ml-80{margin-left:20rem}.xl\:mt-96{margin-top:24rem}.xl\:mr-96{margin-right:24rem}.xl\:mb-96{margin-bottom:24rem}.xl\:ml-96{margin-left:24rem}.xl\:mt-auto{margin-top:auto}.xl\:mr-auto{margin-right:auto}.xl\:mb-auto{margin-bottom:auto}.xl\:ml-auto{margin-left:auto}.xl\:mt-px{margin-top:1px}.xl\:mr-px{margin-right:1px}.xl\:mb-px{margin-bottom:1px}.xl\:ml-px{margin-left:1px}.xl\:mt-0\.5{margin-top:.125rem}.xl\:mr-0\.5{margin-right:.125rem}.xl\:mb-0\.5{margin-bottom:.125rem}.xl\:ml-0\.5{margin-left:.125rem}.xl\:mt-1\.5{margin-top:.375rem}.xl\:mr-1\.5{margin-right:.375rem}.xl\:mb-1\.5{margin-bottom:.375rem}.xl\:ml-1\.5{margin-left:.375rem}.xl\:mt-2\.5{margin-top:.625rem}.xl\:mr-2\.5{margin-right:.625rem}.xl\:mb-2\.5{margin-bottom:.625rem}.xl\:ml-2\.5{margin-left:.625rem}.xl\:mt-3\.5{margin-top:.875rem}.xl\:mr-3\.5{margin-right:.875rem}.xl\:mb-3\.5{margin-bottom:.875rem}.xl\:ml-3\.5{margin-left:.875rem}.xl\:mt-gutter-1{margin-top:.625rem}.xl\:mr-gutter-1{margin-right:.625rem}.xl\:mb-gutter-1{margin-bottom:.625rem}.xl\:ml-gutter-1{margin-left:.625rem}.xl\:mt-gutter-2{margin-top:1.25rem}.xl\:mr-gutter-2{margin-right:1.25rem}.xl\:mb-gutter-2{margin-bottom:1.25rem}.xl\:ml-gutter-2{margin-left:1.25rem}.xl\:-mt-0{margin-top:0}.xl\:-mr-0{margin-right:0}.xl\:-mb-0{margin-bottom:0}.xl\:-ml-0{margin-left:0}.xl\:-mt-1{margin-top:-.25rem}.xl\:-mr-1{margin-right:-.25rem}.xl\:-mb-1{margin-bottom:-.25rem}.xl\:-ml-1{margin-left:-.25rem}.xl\:-mt-2{margin-top:-.5rem}.xl\:-mr-2{margin-right:-.5rem}.xl\:-mb-2{margin-bottom:-.5rem}.xl\:-ml-2{margin-left:-.5rem}.xl\:-mt-3{margin-top:-.75rem}.xl\:-mr-3{margin-right:-.75rem}.xl\:-mb-3{margin-bottom:-.75rem}.xl\:-ml-3{margin-left:-.75rem}.xl\:-mt-4{margin-top:-1rem}.xl\:-mr-4{margin-right:-1rem}.xl\:-mb-4{margin-bottom:-1rem}.xl\:-ml-4{margin-left:-1rem}.xl\:-mt-5{margin-top:-1.25rem}.xl\:-mr-5{margin-right:-1.25rem}.xl\:-mb-5{margin-bottom:-1.25rem}.xl\:-ml-5{margin-left:-1.25rem}.xl\:-mt-6{margin-top:-1.5rem}.xl\:-mr-6{margin-right:-1.5rem}.xl\:-mb-6{margin-bottom:-1.5rem}.xl\:-ml-6{margin-left:-1.5rem}.xl\:-mt-7{margin-top:-1.75rem}.xl\:-mr-7{margin-right:-1.75rem}.xl\:-mb-7{margin-bottom:-1.75rem}.xl\:-ml-7{margin-left:-1.75rem}.xl\:-mt-8{margin-top:-2rem}.xl\:-mr-8{margin-right:-2rem}.xl\:-mb-8{margin-bottom:-2rem}.xl\:-ml-8{margin-left:-2rem}.xl\:-mt-9{margin-top:-2.25rem}.xl\:-mr-9{margin-right:-2.25rem}.xl\:-mb-9{margin-bottom:-2.25rem}.xl\:-ml-9{margin-left:-2.25rem}.xl\:-mt-10{margin-top:-2.5rem}.xl\:-mr-10{margin-right:-2.5rem}.xl\:-mb-10{margin-bottom:-2.5rem}.xl\:-ml-10{margin-left:-2.5rem}.xl\:-mt-11{margin-top:-2.75rem}.xl\:-mr-11{margin-right:-2.75rem}.xl\:-mb-11{margin-bottom:-2.75rem}.xl\:-ml-11{margin-left:-2.75rem}.xl\:-mt-12{margin-top:-3rem}.xl\:-mr-12{margin-right:-3rem}.xl\:-mb-12{margin-bottom:-3rem}.xl\:-ml-12{margin-left:-3rem}.xl\:-mt-14{margin-top:-3.5rem}.xl\:-mr-14{margin-right:-3.5rem}.xl\:-mb-14{margin-bottom:-3.5rem}.xl\:-ml-14{margin-left:-3.5rem}.xl\:-mt-16{margin-top:-4rem}.xl\:-mr-16{margin-right:-4rem}.xl\:-mb-16{margin-bottom:-4rem}.xl\:-ml-16{margin-left:-4rem}.xl\:-mt-20{margin-top:-5rem}.xl\:-mr-20{margin-right:-5rem}.xl\:-mb-20{margin-bottom:-5rem}.xl\:-ml-20{margin-left:-5rem}.xl\:-mt-24{margin-top:-6rem}.xl\:-mr-24{margin-right:-6rem}.xl\:-mb-24{margin-bottom:-6rem}.xl\:-ml-24{margin-left:-6rem}.xl\:-mt-28{margin-top:-7rem}.xl\:-mr-28{margin-right:-7rem}.xl\:-mb-28{margin-bottom:-7rem}.xl\:-ml-28{margin-left:-7rem}.xl\:-mt-32{margin-top:-8rem}.xl\:-mr-32{margin-right:-8rem}.xl\:-mb-32{margin-bottom:-8rem}.xl\:-ml-32{margin-left:-8rem}.xl\:-mt-36{margin-top:-9rem}.xl\:-mr-36{margin-right:-9rem}.xl\:-mb-36{margin-bottom:-9rem}.xl\:-ml-36{margin-left:-9rem}.xl\:-mt-40{margin-top:-10rem}.xl\:-mr-40{margin-right:-10rem}.xl\:-mb-40{margin-bottom:-10rem}.xl\:-ml-40{margin-left:-10rem}.xl\:-mt-44{margin-top:-11rem}.xl\:-mr-44{margin-right:-11rem}.xl\:-mb-44{margin-bottom:-11rem}.xl\:-ml-44{margin-left:-11rem}.xl\:-mt-48{margin-top:-12rem}.xl\:-mr-48{margin-right:-12rem}.xl\:-mb-48{margin-bottom:-12rem}.xl\:-ml-48{margin-left:-12rem}.xl\:-mt-52{margin-top:-13rem}.xl\:-mr-52{margin-right:-13rem}.xl\:-mb-52{margin-bottom:-13rem}.xl\:-ml-52{margin-left:-13rem}.xl\:-mt-56{margin-top:-14rem}.xl\:-mr-56{margin-right:-14rem}.xl\:-mb-56{margin-bottom:-14rem}.xl\:-ml-56{margin-left:-14rem}.xl\:-mt-60{margin-top:-15rem}.xl\:-mr-60{margin-right:-15rem}.xl\:-mb-60{margin-bottom:-15rem}.xl\:-ml-60{margin-left:-15rem}.xl\:-mt-64{margin-top:-16rem}.xl\:-mr-64{margin-right:-16rem}.xl\:-mb-64{margin-bottom:-16rem}.xl\:-ml-64{margin-left:-16rem}.xl\:-mt-72{margin-top:-18rem}.xl\:-mr-72{margin-right:-18rem}.xl\:-mb-72{margin-bottom:-18rem}.xl\:-ml-72{margin-left:-18rem}.xl\:-mt-80{margin-top:-20rem}.xl\:-mr-80{margin-right:-20rem}.xl\:-mb-80{margin-bottom:-20rem}.xl\:-ml-80{margin-left:-20rem}.xl\:-mt-96{margin-top:-24rem}.xl\:-mr-96{margin-right:-24rem}.xl\:-mb-96{margin-bottom:-24rem}.xl\:-ml-96{margin-left:-24rem}.xl\:-mt-px{margin-top:-1px}.xl\:-mr-px{margin-right:-1px}.xl\:-mb-px{margin-bottom:-1px}.xl\:-ml-px{margin-left:-1px}.xl\:-mt-0\.5{margin-top:-.125rem}.xl\:-mr-0\.5{margin-right:-.125rem}.xl\:-mb-0\.5{margin-bottom:-.125rem}.xl\:-ml-0\.5{margin-left:-.125rem}.xl\:-mt-1\.5{margin-top:-.375rem}.xl\:-mr-1\.5{margin-right:-.375rem}.xl\:-mb-1\.5{margin-bottom:-.375rem}.xl\:-ml-1\.5{margin-left:-.375rem}.xl\:-mt-2\.5{margin-top:-.625rem}.xl\:-mr-2\.5{margin-right:-.625rem}.xl\:-mb-2\.5{margin-bottom:-.625rem}.xl\:-ml-2\.5{margin-left:-.625rem}.xl\:-mt-3\.5{margin-top:-.875rem}.xl\:-mr-3\.5{margin-right:-.875rem}.xl\:-mb-3\.5{margin-bottom:-.875rem}.xl\:-ml-3\.5{margin-left:-.875rem}.xl\:-mt-gutter-1{margin-top:-.625rem}.xl\:-mr-gutter-1{margin-right:-.625rem}.xl\:-mb-gutter-1{margin-bottom:-.625rem}.xl\:-ml-gutter-1{margin-left:-.625rem}.xl\:-mt-gutter-2{margin-top:-1.25rem}.xl\:-mr-gutter-2{margin-right:-1.25rem}.xl\:-mb-gutter-2{margin-bottom:-1.25rem}.xl\:-ml-gutter-2{margin-left:-1.25rem}.xl\:max-h-0{max-height:0px}.xl\:max-h-1{max-height:.25rem}.xl\:max-h-2{max-height:.5rem}.xl\:max-h-3{max-height:.75rem}.xl\:max-h-4{max-height:1rem}.xl\:max-h-5{max-height:1.25rem}.xl\:max-h-6{max-height:1.5rem}.xl\:max-h-7{max-height:1.75rem}.xl\:max-h-8{max-height:2rem}.xl\:max-h-9{max-height:2.25rem}.xl\:max-h-10{max-height:2.5rem}.xl\:max-h-11{max-height:2.75rem}.xl\:max-h-12{max-height:3rem}.xl\:max-h-14{max-height:3.5rem}.xl\:max-h-16{max-height:4rem}.xl\:max-h-20{max-height:5rem}.xl\:max-h-24{max-height:6rem}.xl\:max-h-28{max-height:7rem}.xl\:max-h-32{max-height:8rem}.xl\:max-h-36{max-height:9rem}.xl\:max-h-40{max-height:10rem}.xl\:max-h-44{max-height:11rem}.xl\:max-h-48{max-height:12rem}.xl\:max-h-52{max-height:13rem}.xl\:max-h-56{max-height:14rem}.xl\:max-h-60{max-height:15rem}.xl\:max-h-64{max-height:16rem}.xl\:max-h-72{max-height:18rem}.xl\:max-h-80{max-height:20rem}.xl\:max-h-96{max-height:24rem}.xl\:max-h-px{max-height:1px}.xl\:max-h-0\.5{max-height:.125rem}.xl\:max-h-1\.5{max-height:.375rem}.xl\:max-h-2\.5{max-height:.625rem}.xl\:max-h-3\.5{max-height:.875rem}.xl\:max-h-gutter-1{max-height:.625rem}.xl\:max-h-gutter-2{max-height:1.25rem}.xl\:max-h-full{max-height:100%}.xl\:max-h-screen{max-height:100vh}.xl\:max-w-0{max-width:0}.xl\:max-w-none{max-width:none}.xl\:max-w-xs{max-width:20rem}.xl\:max-w-sm{max-width:24rem}.xl\:max-w-md{max-width:28rem}.xl\:max-w-lg{max-width:32rem}.xl\:max-w-xl{max-width:36rem}.xl\:max-w-2xl{max-width:42rem}.xl\:max-w-3xl{max-width:48rem}.xl\:max-w-4xl{max-width:56rem}.xl\:max-w-5xl{max-width:64rem}.xl\:max-w-6xl{max-width:72rem}.xl\:max-w-7xl{max-width:80rem}.xl\:max-w-full{max-width:100%}.xl\:max-w-min{max-width:-moz-min-content;max-width:min-content}.xl\:max-w-max{max-width:-moz-max-content;max-width:max-content}.xl\:max-w-prose{max-width:65ch}.xl\:max-w-screen-sm{max-width:576px}.xl\:max-w-screen-md{max-width:768px}.xl\:max-w-screen-lg{max-width:1024px}.xl\:max-w-screen-xl{max-width:1440px}.xl\:max-w-screen-xxl{max-width:1600px}.xl\:max-w-screen-xxxl{max-width:1920px}.xl\:min-h-0{min-height:0px}.xl\:min-h-full{min-height:100%}.xl\:min-h-screen{min-height:100vh}.xl\:min-w-0{min-width:0}.xl\:min-w-full{min-width:100%}.xl\:min-w-min{min-width:-moz-min-content;min-width:min-content}.xl\:min-w-max{min-width:-moz-max-content;min-width:max-content}.xl\:object-contain{-o-object-fit:contain;object-fit:contain}.xl\:object-cover{-o-object-fit:cover;object-fit:cover}.xl\:object-fill{-o-object-fit:fill;object-fit:fill}.xl\:object-none{-o-object-fit:none;object-fit:none}.xl\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.xl\:object-bottom{-o-object-position:bottom;object-position:bottom}.xl\:object-center{-o-object-position:center;object-position:center}.xl\:object-left{-o-object-position:left;object-position:left}.xl\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.xl\:object-left-top{-o-object-position:left top;object-position:left top}.xl\:object-right{-o-object-position:right;object-position:right}.xl\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.xl\:object-right-top{-o-object-position:right top;object-position:right top}.xl\:object-top{-o-object-position:top;object-position:top}.xl\:opacity-0{opacity:0}.xl\:opacity-5{opacity:.05}.xl\:opacity-10{opacity:.1}.xl\:opacity-20{opacity:.2}.xl\:opacity-25{opacity:.25}.xl\:opacity-30{opacity:.3}.xl\:opacity-40{opacity:.4}.xl\:opacity-50{opacity:.5}.xl\:opacity-60{opacity:.6}.xl\:opacity-70{opacity:.7}.xl\:opacity-75{opacity:.75}.xl\:opacity-80{opacity:.8}.xl\:opacity-90{opacity:.9}.xl\:opacity-95{opacity:.95}.xl\:opacity-100{opacity:1}.group:hover .xl\:group-hover\:opacity-0{opacity:0}.group:hover .xl\:group-hover\:opacity-5{opacity:.05}.group:hover .xl\:group-hover\:opacity-10{opacity:.1}.group:hover .xl\:group-hover\:opacity-20{opacity:.2}.group:hover .xl\:group-hover\:opacity-25{opacity:.25}.group:hover .xl\:group-hover\:opacity-30{opacity:.3}.group:hover .xl\:group-hover\:opacity-40{opacity:.4}.group:hover .xl\:group-hover\:opacity-50{opacity:.5}.group:hover .xl\:group-hover\:opacity-60{opacity:.6}.group:hover .xl\:group-hover\:opacity-70{opacity:.7}.group:hover .xl\:group-hover\:opacity-75{opacity:.75}.group:hover .xl\:group-hover\:opacity-80{opacity:.8}.group:hover .xl\:group-hover\:opacity-90{opacity:.9}.group:hover .xl\:group-hover\:opacity-95{opacity:.95}.group:hover .xl\:group-hover\:opacity-100{opacity:1}.xl\:focus-within\:opacity-0:focus-within{opacity:0}.xl\:focus-within\:opacity-5:focus-within{opacity:.05}.xl\:focus-within\:opacity-10:focus-within{opacity:.1}.xl\:focus-within\:opacity-20:focus-within{opacity:.2}.xl\:focus-within\:opacity-25:focus-within{opacity:.25}.xl\:focus-within\:opacity-30:focus-within{opacity:.3}.xl\:focus-within\:opacity-40:focus-within{opacity:.4}.xl\:focus-within\:opacity-50:focus-within{opacity:.5}.xl\:focus-within\:opacity-60:focus-within{opacity:.6}.xl\:focus-within\:opacity-70:focus-within{opacity:.7}.xl\:focus-within\:opacity-75:focus-within{opacity:.75}.xl\:focus-within\:opacity-80:focus-within{opacity:.8}.xl\:focus-within\:opacity-90:focus-within{opacity:.9}.xl\:focus-within\:opacity-95:focus-within{opacity:.95}.xl\:focus-within\:opacity-100:focus-within{opacity:1}.xl\:hover\:opacity-0:hover{opacity:0}.xl\:hover\:opacity-5:hover{opacity:.05}.xl\:hover\:opacity-10:hover{opacity:.1}.xl\:hover\:opacity-20:hover{opacity:.2}.xl\:hover\:opacity-25:hover{opacity:.25}.xl\:hover\:opacity-30:hover{opacity:.3}.xl\:hover\:opacity-40:hover{opacity:.4}.xl\:hover\:opacity-50:hover{opacity:.5}.xl\:hover\:opacity-60:hover{opacity:.6}.xl\:hover\:opacity-70:hover{opacity:.7}.xl\:hover\:opacity-75:hover{opacity:.75}.xl\:hover\:opacity-80:hover{opacity:.8}.xl\:hover\:opacity-90:hover{opacity:.9}.xl\:hover\:opacity-95:hover{opacity:.95}.xl\:hover\:opacity-100:hover{opacity:1}.xl\:focus\:opacity-0:focus{opacity:0}.xl\:focus\:opacity-5:focus{opacity:.05}.xl\:focus\:opacity-10:focus{opacity:.1}.xl\:focus\:opacity-20:focus{opacity:.2}.xl\:focus\:opacity-25:focus{opacity:.25}.xl\:focus\:opacity-30:focus{opacity:.3}.xl\:focus\:opacity-40:focus{opacity:.4}.xl\:focus\:opacity-50:focus{opacity:.5}.xl\:focus\:opacity-60:focus{opacity:.6}.xl\:focus\:opacity-70:focus{opacity:.7}.xl\:focus\:opacity-75:focus{opacity:.75}.xl\:focus\:opacity-80:focus{opacity:.8}.xl\:focus\:opacity-90:focus{opacity:.9}.xl\:focus\:opacity-95:focus{opacity:.95}.xl\:focus\:opacity-100:focus{opacity:1}.xl\:outline-none{outline:2px solid transparent;outline-offset:2px}.xl\:outline-white{outline:2px dotted #fff;outline-offset:2px}.xl\:outline-black{outline:2px dotted #000;outline-offset:2px}.xl\:focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.xl\:focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.xl\:focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.xl\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.xl\:focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.xl\:focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.xl\:overflow-auto{overflow:auto}.xl\:overflow-hidden{overflow:hidden}.xl\:overflow-visible{overflow:visible}.xl\:overflow-scroll{overflow:scroll}.xl\:overflow-x-auto{overflow-x:auto}.xl\:overflow-y-auto{overflow-y:auto}.xl\:overflow-x-hidden{overflow-x:hidden}.xl\:overflow-y-hidden{overflow-y:hidden}.xl\:overflow-x-visible{overflow-x:visible}.xl\:overflow-y-visible{overflow-y:visible}.xl\:overflow-x-scroll{overflow-x:scroll}.xl\:overflow-y-scroll{overflow-y:scroll}.xl\:overscroll-auto{overscroll-behavior:auto}.xl\:overscroll-contain{overscroll-behavior:contain}.xl\:overscroll-none{overscroll-behavior:none}.xl\:overscroll-y-auto{overscroll-behavior-y:auto}.xl\:overscroll-y-contain{overscroll-behavior-y:contain}.xl\:overscroll-y-none{overscroll-behavior-y:none}.xl\:overscroll-x-auto{overscroll-behavior-x:auto}.xl\:overscroll-x-contain{overscroll-behavior-x:contain}.xl\:overscroll-x-none{overscroll-behavior-x:none}.xl\:p-0{padding:0}.xl\:p-1{padding:.25rem}.xl\:p-2{padding:.5rem}.xl\:p-3{padding:.75rem}.xl\:p-4{padding:1rem}.xl\:p-5{padding:1.25rem}.xl\:p-6{padding:1.5rem}.xl\:p-7{padding:1.75rem}.xl\:p-8{padding:2rem}.xl\:p-9{padding:2.25rem}.xl\:p-10{padding:2.5rem}.xl\:p-11{padding:2.75rem}.xl\:p-12{padding:3rem}.xl\:p-14{padding:3.5rem}.xl\:p-16{padding:4rem}.xl\:p-20{padding:5rem}.xl\:p-24{padding:6rem}.xl\:p-28{padding:7rem}.xl\:p-32{padding:8rem}.xl\:p-36{padding:9rem}.xl\:p-40{padding:10rem}.xl\:p-44{padding:11rem}.xl\:p-48{padding:12rem}.xl\:p-52{padding:13rem}.xl\:p-56{padding:14rem}.xl\:p-60{padding:15rem}.xl\:p-64{padding:16rem}.xl\:p-72{padding:18rem}.xl\:p-80{padding:20rem}.xl\:p-96{padding:24rem}.xl\:p-px{padding:1px}.xl\:p-0\.5{padding:.125rem}.xl\:p-1\.5{padding:.375rem}.xl\:p-2\.5{padding:.625rem}.xl\:p-3\.5{padding:.875rem}.xl\:p-gutter-1{padding:.625rem}.xl\:p-gutter-2{padding:1.25rem}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:px-0{padding-left:0;padding-right:0}.xl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.xl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xl\:py-8{padding-top:2rem;padding-bottom:2rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.xl\:px-9{padding-left:2.25rem;padding-right:2.25rem}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.xl\:px-11{padding-left:2.75rem;padding-right:2.75rem}.xl\:py-12{padding-top:3rem;padding-bottom:3rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.xl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:py-24{padding-top:6rem;padding-bottom:6rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:py-28{padding-top:7rem;padding-bottom:7rem}.xl\:px-28{padding-left:7rem;padding-right:7rem}.xl\:py-32{padding-top:8rem;padding-bottom:8rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:py-36{padding-top:9rem;padding-bottom:9rem}.xl\:px-36{padding-left:9rem;padding-right:9rem}.xl\:py-40{padding-top:10rem;padding-bottom:10rem}.xl\:px-40{padding-left:10rem;padding-right:10rem}.xl\:py-44{padding-top:11rem;padding-bottom:11rem}.xl\:px-44{padding-left:11rem;padding-right:11rem}.xl\:py-48{padding-top:12rem;padding-bottom:12rem}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:py-52{padding-top:13rem;padding-bottom:13rem}.xl\:px-52{padding-left:13rem;padding-right:13rem}.xl\:py-56{padding-top:14rem;padding-bottom:14rem}.xl\:px-56{padding-left:14rem;padding-right:14rem}.xl\:py-60{padding-top:15rem;padding-bottom:15rem}.xl\:px-60{padding-left:15rem;padding-right:15rem}.xl\:py-64{padding-top:16rem;padding-bottom:16rem}.xl\:px-64{padding-left:16rem;padding-right:16rem}.xl\:py-72{padding-top:18rem;padding-bottom:18rem}.xl\:px-72{padding-left:18rem;padding-right:18rem}.xl\:py-80{padding-top:20rem;padding-bottom:20rem}.xl\:px-80{padding-left:20rem;padding-right:20rem}.xl\:py-96{padding-top:24rem;padding-bottom:24rem}.xl\:px-96{padding-left:24rem;padding-right:24rem}.xl\:py-px{padding-top:1px;padding-bottom:1px}.xl\:px-px{padding-left:1px;padding-right:1px}.xl\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.xl\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.xl\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.xl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.xl\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.xl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xl\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.xl\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.xl\:py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.xl\:px-gutter-1{padding-left:.625rem;padding-right:.625rem}.xl\:py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.xl\:px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.xl\:pt-0{padding-top:0}.xl\:pr-0{padding-right:0}.xl\:pb-0{padding-bottom:0}.xl\:pl-0{padding-left:0}.xl\:pt-1{padding-top:.25rem}.xl\:pr-1{padding-right:.25rem}.xl\:pb-1{padding-bottom:.25rem}.xl\:pl-1{padding-left:.25rem}.xl\:pt-2{padding-top:.5rem}.xl\:pr-2{padding-right:.5rem}.xl\:pb-2{padding-bottom:.5rem}.xl\:pl-2{padding-left:.5rem}.xl\:pt-3{padding-top:.75rem}.xl\:pr-3{padding-right:.75rem}.xl\:pb-3{padding-bottom:.75rem}.xl\:pl-3{padding-left:.75rem}.xl\:pt-4{padding-top:1rem}.xl\:pr-4{padding-right:1rem}.xl\:pb-4{padding-bottom:1rem}.xl\:pl-4{padding-left:1rem}.xl\:pt-5{padding-top:1.25rem}.xl\:pr-5{padding-right:1.25rem}.xl\:pb-5{padding-bottom:1.25rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pt-6{padding-top:1.5rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pt-7{padding-top:1.75rem}.xl\:pr-7{padding-right:1.75rem}.xl\:pb-7{padding-bottom:1.75rem}.xl\:pl-7{padding-left:1.75rem}.xl\:pt-8{padding-top:2rem}.xl\:pr-8{padding-right:2rem}.xl\:pb-8{padding-bottom:2rem}.xl\:pl-8{padding-left:2rem}.xl\:pt-9{padding-top:2.25rem}.xl\:pr-9{padding-right:2.25rem}.xl\:pb-9{padding-bottom:2.25rem}.xl\:pl-9{padding-left:2.25rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pr-10{padding-right:2.5rem}.xl\:pb-10{padding-bottom:2.5rem}.xl\:pl-10{padding-left:2.5rem}.xl\:pt-11{padding-top:2.75rem}.xl\:pr-11{padding-right:2.75rem}.xl\:pb-11{padding-bottom:2.75rem}.xl\:pl-11{padding-left:2.75rem}.xl\:pt-12{padding-top:3rem}.xl\:pr-12{padding-right:3rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pl-12{padding-left:3rem}.xl\:pt-14{padding-top:3.5rem}.xl\:pr-14{padding-right:3.5rem}.xl\:pb-14{padding-bottom:3.5rem}.xl\:pl-14{padding-left:3.5rem}.xl\:pt-16{padding-top:4rem}.xl\:pr-16{padding-right:4rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pl-16{padding-left:4rem}.xl\:pt-20{padding-top:5rem}.xl\:pr-20{padding-right:5rem}.xl\:pb-20{padding-bottom:5rem}.xl\:pl-20{padding-left:5rem}.xl\:pt-24{padding-top:6rem}.xl\:pr-24{padding-right:6rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pl-24{padding-left:6rem}.xl\:pt-28{padding-top:7rem}.xl\:pr-28{padding-right:7rem}.xl\:pb-28{padding-bottom:7rem}.xl\:pl-28{padding-left:7rem}.xl\:pt-32{padding-top:8rem}.xl\:pr-32{padding-right:8rem}.xl\:pb-32{padding-bottom:8rem}.xl\:pl-32{padding-left:8rem}.xl\:pt-36{padding-top:9rem}.xl\:pr-36{padding-right:9rem}.xl\:pb-36{padding-bottom:9rem}.xl\:pl-36{padding-left:9rem}.xl\:pt-40{padding-top:10rem}.xl\:pr-40{padding-right:10rem}.xl\:pb-40{padding-bottom:10rem}.xl\:pl-40{padding-left:10rem}.xl\:pt-44{padding-top:11rem}.xl\:pr-44{padding-right:11rem}.xl\:pb-44{padding-bottom:11rem}.xl\:pl-44{padding-left:11rem}.xl\:pt-48{padding-top:12rem}.xl\:pr-48{padding-right:12rem}.xl\:pb-48{padding-bottom:12rem}.xl\:pl-48{padding-left:12rem}.xl\:pt-52{padding-top:13rem}.xl\:pr-52{padding-right:13rem}.xl\:pb-52{padding-bottom:13rem}.xl\:pl-52{padding-left:13rem}.xl\:pt-56{padding-top:14rem}.xl\:pr-56{padding-right:14rem}.xl\:pb-56{padding-bottom:14rem}.xl\:pl-56{padding-left:14rem}.xl\:pt-60{padding-top:15rem}.xl\:pr-60{padding-right:15rem}.xl\:pb-60{padding-bottom:15rem}.xl\:pl-60{padding-left:15rem}.xl\:pt-64{padding-top:16rem}.xl\:pr-64{padding-right:16rem}.xl\:pb-64{padding-bottom:16rem}.xl\:pl-64{padding-left:16rem}.xl\:pt-72{padding-top:18rem}.xl\:pr-72{padding-right:18rem}.xl\:pb-72{padding-bottom:18rem}.xl\:pl-72{padding-left:18rem}.xl\:pt-80{padding-top:20rem}.xl\:pr-80{padding-right:20rem}.xl\:pb-80{padding-bottom:20rem}.xl\:pl-80{padding-left:20rem}.xl\:pt-96{padding-top:24rem}.xl\:pr-96{padding-right:24rem}.xl\:pb-96{padding-bottom:24rem}.xl\:pl-96{padding-left:24rem}.xl\:pt-px{padding-top:1px}.xl\:pr-px{padding-right:1px}.xl\:pb-px{padding-bottom:1px}.xl\:pl-px{padding-left:1px}.xl\:pt-0\.5{padding-top:.125rem}.xl\:pr-0\.5{padding-right:.125rem}.xl\:pb-0\.5{padding-bottom:.125rem}.xl\:pl-0\.5{padding-left:.125rem}.xl\:pt-1\.5{padding-top:.375rem}.xl\:pr-1\.5{padding-right:.375rem}.xl\:pb-1\.5{padding-bottom:.375rem}.xl\:pl-1\.5{padding-left:.375rem}.xl\:pt-2\.5{padding-top:.625rem}.xl\:pr-2\.5{padding-right:.625rem}.xl\:pb-2\.5{padding-bottom:.625rem}.xl\:pl-2\.5{padding-left:.625rem}.xl\:pt-3\.5{padding-top:.875rem}.xl\:pr-3\.5{padding-right:.875rem}.xl\:pb-3\.5{padding-bottom:.875rem}.xl\:pl-3\.5{padding-left:.875rem}.xl\:pt-gutter-1{padding-top:.625rem}.xl\:pr-gutter-1{padding-right:.625rem}.xl\:pb-gutter-1{padding-bottom:.625rem}.xl\:pl-gutter-1{padding-left:.625rem}.xl\:pt-gutter-2{padding-top:1.25rem}.xl\:pr-gutter-2{padding-right:1.25rem}.xl\:pb-gutter-2{padding-bottom:1.25rem}.xl\:pl-gutter-2{padding-left:1.25rem}.xl\:placeholder-transparent::-moz-placeholder{color:transparent}.xl\:placeholder-transparent::placeholder{color:transparent}.xl\:placeholder-current::-moz-placeholder{color:currentColor}.xl\:placeholder-current::placeholder{color:currentColor}.xl\:placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xl\:placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xl\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xl\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xl\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xl\:placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xl\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xl\:placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xl\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xl\:placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xl\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xl\:placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xl\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xl\:placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xl\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xl\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xl\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xl\:placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xl\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xl\:placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xl\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xl\:placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xl\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xl\:placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xl\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xl\:placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xl\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xl\:placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xl\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xl\:placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xl\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xl\:placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xl\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xl\:placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xl\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xl\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xl\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xl\:placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xl\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xl\:placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xl\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xl\:placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xl\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xl\:placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xl\:placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.xl\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.xl\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.xl\:focus\:placeholder-current:focus::placeholder{color:currentColor}.xl\:focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xl\:placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.xl\:placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.xl\:placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.xl\:placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.xl\:placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.xl\:placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.xl\:placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.xl\:placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.xl\:placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.xl\:placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.xl\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.xl\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.xl\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.xl\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.xl\:placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.xl\:placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.xl\:placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.xl\:placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.xl\:placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.xl\:placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.xl\:placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.xl\:placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.xl\:placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.xl\:placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.xl\:placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.xl\:placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.xl\:placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.xl\:placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.xl\:placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.xl\:placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.xl\:focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.xl\:focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.xl\:focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.xl\:focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.xl\:focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.xl\:focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.xl\:focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.xl\:focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.xl\:focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.xl\:focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.xl\:focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.xl\:focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.xl\:focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.xl\:focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.xl\:focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.xl\:pointer-events-none{pointer-events:none}.xl\:pointer-events-auto{pointer-events:auto}.xl\:static{position:static}.xl\:fixed{position:fixed}.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:sticky{position:sticky}.xl\:inset-0{top:0;right:0;bottom:0;left:0}.xl\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.xl\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.xl\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.xl\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.xl\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xl\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.xl\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.xl\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.xl\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.xl\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.xl\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.xl\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.xl\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.xl\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.xl\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.xl\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.xl\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.xl\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.xl\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.xl\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.xl\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.xl\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.xl\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.xl\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.xl\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.xl\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.xl\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.xl\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.xl\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.xl\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.xl\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.xl\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.xl\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.xl\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xl\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.xl\:inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xl\:inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xl\:-inset-0{top:0;right:0;bottom:0;left:0}.xl\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.xl\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.xl\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.xl\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.xl\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.xl\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.xl\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.xl\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.xl\:-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.xl\:-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.xl\:-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.xl\:-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.xl\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.xl\:-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.xl\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.xl\:-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.xl\:-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.xl\:-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.xl\:-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.xl\:-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.xl\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.xl\:-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.xl\:-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.xl\:-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.xl\:-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.xl\:-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.xl\:-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.xl\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.xl\:-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.xl\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.xl\:-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.xl\:-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.xl\:-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.xl\:-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.xl\:-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.xl\:-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.xl\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.xl\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.xl\:inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.xl\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.xl\:inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.xl\:inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.xl\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.xl\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.xl\:-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.xl\:-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.xl\:-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.xl\:-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.xl\:-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.xl\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.xl\:inset-y-0{top:0;bottom:0}.xl\:inset-x-0{right:0;left:0}.xl\:inset-y-1{top:.25rem;bottom:.25rem}.xl\:inset-x-1{right:.25rem;left:.25rem}.xl\:inset-y-2{top:.5rem;bottom:.5rem}.xl\:inset-x-2{right:.5rem;left:.5rem}.xl\:inset-y-3{top:.75rem;bottom:.75rem}.xl\:inset-x-3{right:.75rem;left:.75rem}.xl\:inset-y-4{top:1rem;bottom:1rem}.xl\:inset-x-4{right:1rem;left:1rem}.xl\:inset-y-5{top:1.25rem;bottom:1.25rem}.xl\:inset-x-5{right:1.25rem;left:1.25rem}.xl\:inset-y-6{top:1.5rem;bottom:1.5rem}.xl\:inset-x-6{right:1.5rem;left:1.5rem}.xl\:inset-y-7{top:1.75rem;bottom:1.75rem}.xl\:inset-x-7{right:1.75rem;left:1.75rem}.xl\:inset-y-8{top:2rem;bottom:2rem}.xl\:inset-x-8{right:2rem;left:2rem}.xl\:inset-y-9{top:2.25rem;bottom:2.25rem}.xl\:inset-x-9{right:2.25rem;left:2.25rem}.xl\:inset-y-10{top:2.5rem;bottom:2.5rem}.xl\:inset-x-10{right:2.5rem;left:2.5rem}.xl\:inset-y-11{top:2.75rem;bottom:2.75rem}.xl\:inset-x-11{right:2.75rem;left:2.75rem}.xl\:inset-y-12{top:3rem;bottom:3rem}.xl\:inset-x-12{right:3rem;left:3rem}.xl\:inset-y-14{top:3.5rem;bottom:3.5rem}.xl\:inset-x-14{right:3.5rem;left:3.5rem}.xl\:inset-y-16{top:4rem;bottom:4rem}.xl\:inset-x-16{right:4rem;left:4rem}.xl\:inset-y-20{top:5rem;bottom:5rem}.xl\:inset-x-20{right:5rem;left:5rem}.xl\:inset-y-24{top:6rem;bottom:6rem}.xl\:inset-x-24{right:6rem;left:6rem}.xl\:inset-y-28{top:7rem;bottom:7rem}.xl\:inset-x-28{right:7rem;left:7rem}.xl\:inset-y-32{top:8rem;bottom:8rem}.xl\:inset-x-32{right:8rem;left:8rem}.xl\:inset-y-36{top:9rem;bottom:9rem}.xl\:inset-x-36{right:9rem;left:9rem}.xl\:inset-y-40{top:10rem;bottom:10rem}.xl\:inset-x-40{right:10rem;left:10rem}.xl\:inset-y-44{top:11rem;bottom:11rem}.xl\:inset-x-44{right:11rem;left:11rem}.xl\:inset-y-48{top:12rem;bottom:12rem}.xl\:inset-x-48{right:12rem;left:12rem}.xl\:inset-y-52{top:13rem;bottom:13rem}.xl\:inset-x-52{right:13rem;left:13rem}.xl\:inset-y-56{top:14rem;bottom:14rem}.xl\:inset-x-56{right:14rem;left:14rem}.xl\:inset-y-60{top:15rem;bottom:15rem}.xl\:inset-x-60{right:15rem;left:15rem}.xl\:inset-y-64{top:16rem;bottom:16rem}.xl\:inset-x-64{right:16rem;left:16rem}.xl\:inset-y-72{top:18rem;bottom:18rem}.xl\:inset-x-72{right:18rem;left:18rem}.xl\:inset-y-80{top:20rem;bottom:20rem}.xl\:inset-x-80{right:20rem;left:20rem}.xl\:inset-y-96{top:24rem;bottom:24rem}.xl\:inset-x-96{right:24rem;left:24rem}.xl\:inset-y-auto{top:auto;bottom:auto}.xl\:inset-x-auto{right:auto;left:auto}.xl\:inset-y-px{top:1px;bottom:1px}.xl\:inset-x-px{right:1px;left:1px}.xl\:inset-y-0\.5{top:.125rem;bottom:.125rem}.xl\:inset-x-0\.5{right:.125rem;left:.125rem}.xl\:inset-y-1\.5{top:.375rem;bottom:.375rem}.xl\:inset-x-1\.5{right:.375rem;left:.375rem}.xl\:inset-y-2\.5{top:.625rem;bottom:.625rem}.xl\:inset-x-2\.5{right:.625rem;left:.625rem}.xl\:inset-y-3\.5{top:.875rem;bottom:.875rem}.xl\:inset-x-3\.5{right:.875rem;left:.875rem}.xl\:inset-y-gutter-1{top:.625rem;bottom:.625rem}.xl\:inset-x-gutter-1{right:.625rem;left:.625rem}.xl\:inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.xl\:inset-x-gutter-2{right:1.25rem;left:1.25rem}.xl\:-inset-y-0{top:0;bottom:0}.xl\:-inset-x-0{right:0;left:0}.xl\:-inset-y-1{top:-.25rem;bottom:-.25rem}.xl\:-inset-x-1{right:-.25rem;left:-.25rem}.xl\:-inset-y-2{top:-.5rem;bottom:-.5rem}.xl\:-inset-x-2{right:-.5rem;left:-.5rem}.xl\:-inset-y-3{top:-.75rem;bottom:-.75rem}.xl\:-inset-x-3{right:-.75rem;left:-.75rem}.xl\:-inset-y-4{top:-1rem;bottom:-1rem}.xl\:-inset-x-4{right:-1rem;left:-1rem}.xl\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.xl\:-inset-x-5{right:-1.25rem;left:-1.25rem}.xl\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.xl\:-inset-x-6{right:-1.5rem;left:-1.5rem}.xl\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.xl\:-inset-x-7{right:-1.75rem;left:-1.75rem}.xl\:-inset-y-8{top:-2rem;bottom:-2rem}.xl\:-inset-x-8{right:-2rem;left:-2rem}.xl\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.xl\:-inset-x-9{right:-2.25rem;left:-2.25rem}.xl\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.xl\:-inset-x-10{right:-2.5rem;left:-2.5rem}.xl\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.xl\:-inset-x-11{right:-2.75rem;left:-2.75rem}.xl\:-inset-y-12{top:-3rem;bottom:-3rem}.xl\:-inset-x-12{right:-3rem;left:-3rem}.xl\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.xl\:-inset-x-14{right:-3.5rem;left:-3.5rem}.xl\:-inset-y-16{top:-4rem;bottom:-4rem}.xl\:-inset-x-16{right:-4rem;left:-4rem}.xl\:-inset-y-20{top:-5rem;bottom:-5rem}.xl\:-inset-x-20{right:-5rem;left:-5rem}.xl\:-inset-y-24{top:-6rem;bottom:-6rem}.xl\:-inset-x-24{right:-6rem;left:-6rem}.xl\:-inset-y-28{top:-7rem;bottom:-7rem}.xl\:-inset-x-28{right:-7rem;left:-7rem}.xl\:-inset-y-32{top:-8rem;bottom:-8rem}.xl\:-inset-x-32{right:-8rem;left:-8rem}.xl\:-inset-y-36{top:-9rem;bottom:-9rem}.xl\:-inset-x-36{right:-9rem;left:-9rem}.xl\:-inset-y-40{top:-10rem;bottom:-10rem}.xl\:-inset-x-40{right:-10rem;left:-10rem}.xl\:-inset-y-44{top:-11rem;bottom:-11rem}.xl\:-inset-x-44{right:-11rem;left:-11rem}.xl\:-inset-y-48{top:-12rem;bottom:-12rem}.xl\:-inset-x-48{right:-12rem;left:-12rem}.xl\:-inset-y-52{top:-13rem;bottom:-13rem}.xl\:-inset-x-52{right:-13rem;left:-13rem}.xl\:-inset-y-56{top:-14rem;bottom:-14rem}.xl\:-inset-x-56{right:-14rem;left:-14rem}.xl\:-inset-y-60{top:-15rem;bottom:-15rem}.xl\:-inset-x-60{right:-15rem;left:-15rem}.xl\:-inset-y-64{top:-16rem;bottom:-16rem}.xl\:-inset-x-64{right:-16rem;left:-16rem}.xl\:-inset-y-72{top:-18rem;bottom:-18rem}.xl\:-inset-x-72{right:-18rem;left:-18rem}.xl\:-inset-y-80{top:-20rem;bottom:-20rem}.xl\:-inset-x-80{right:-20rem;left:-20rem}.xl\:-inset-y-96{top:-24rem;bottom:-24rem}.xl\:-inset-x-96{right:-24rem;left:-24rem}.xl\:-inset-y-px{top:-1px;bottom:-1px}.xl\:-inset-x-px{right:-1px;left:-1px}.xl\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.xl\:-inset-x-0\.5{right:-.125rem;left:-.125rem}.xl\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.xl\:-inset-x-1\.5{right:-.375rem;left:-.375rem}.xl\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.xl\:-inset-x-2\.5{right:-.625rem;left:-.625rem}.xl\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.xl\:-inset-x-3\.5{right:-.875rem;left:-.875rem}.xl\:-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.xl\:-inset-x-gutter-1{right:-.625rem;left:-.625rem}.xl\:-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.xl\:-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.xl\:inset-y-1\/2{top:50%;bottom:50%}.xl\:inset-x-1\/2{right:50%;left:50%}.xl\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.xl\:inset-x-1\/3{right:33.333333%;left:33.333333%}.xl\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.xl\:inset-x-2\/3{right:66.666667%;left:66.666667%}.xl\:inset-y-1\/4{top:25%;bottom:25%}.xl\:inset-x-1\/4{right:25%;left:25%}.xl\:inset-y-2\/4{top:50%;bottom:50%}.xl\:inset-x-2\/4{right:50%;left:50%}.xl\:inset-y-3\/4{top:75%;bottom:75%}.xl\:inset-x-3\/4{right:75%;left:75%}.xl\:inset-y-full{top:100%;bottom:100%}.xl\:inset-x-full{right:100%;left:100%}.xl\:-inset-y-1\/2{top:-50%;bottom:-50%}.xl\:-inset-x-1\/2{right:-50%;left:-50%}.xl\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.xl\:-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.xl\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.xl\:-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.xl\:-inset-y-1\/4{top:-25%;bottom:-25%}.xl\:-inset-x-1\/4{right:-25%;left:-25%}.xl\:-inset-y-2\/4{top:-50%;bottom:-50%}.xl\:-inset-x-2\/4{right:-50%;left:-50%}.xl\:-inset-y-3\/4{top:-75%;bottom:-75%}.xl\:-inset-x-3\/4{right:-75%;left:-75%}.xl\:-inset-y-full{top:-100%;bottom:-100%}.xl\:-inset-x-full{right:-100%;left:-100%}.xl\:top-0{top:0}.xl\:right-0{right:0}.xl\:bottom-0{bottom:0}.xl\:left-0{left:0}.xl\:top-1{top:.25rem}.xl\:right-1{right:.25rem}.xl\:bottom-1{bottom:.25rem}.xl\:left-1{left:.25rem}.xl\:top-2{top:.5rem}.xl\:right-2{right:.5rem}.xl\:bottom-2{bottom:.5rem}.xl\:left-2{left:.5rem}.xl\:top-3{top:.75rem}.xl\:right-3{right:.75rem}.xl\:bottom-3{bottom:.75rem}.xl\:left-3{left:.75rem}.xl\:top-4{top:1rem}.xl\:right-4{right:1rem}.xl\:bottom-4{bottom:1rem}.xl\:left-4{left:1rem}.xl\:top-5{top:1.25rem}.xl\:right-5{right:1.25rem}.xl\:bottom-5{bottom:1.25rem}.xl\:left-5{left:1.25rem}.xl\:top-6{top:1.5rem}.xl\:right-6{right:1.5rem}.xl\:bottom-6{bottom:1.5rem}.xl\:left-6{left:1.5rem}.xl\:top-7{top:1.75rem}.xl\:right-7{right:1.75rem}.xl\:bottom-7{bottom:1.75rem}.xl\:left-7{left:1.75rem}.xl\:top-8{top:2rem}.xl\:right-8{right:2rem}.xl\:bottom-8{bottom:2rem}.xl\:left-8{left:2rem}.xl\:top-9{top:2.25rem}.xl\:right-9{right:2.25rem}.xl\:bottom-9{bottom:2.25rem}.xl\:left-9{left:2.25rem}.xl\:top-10{top:2.5rem}.xl\:right-10{right:2.5rem}.xl\:bottom-10{bottom:2.5rem}.xl\:left-10{left:2.5rem}.xl\:top-11{top:2.75rem}.xl\:right-11{right:2.75rem}.xl\:bottom-11{bottom:2.75rem}.xl\:left-11{left:2.75rem}.xl\:top-12{top:3rem}.xl\:right-12{right:3rem}.xl\:bottom-12{bottom:3rem}.xl\:left-12{left:3rem}.xl\:top-14{top:3.5rem}.xl\:right-14{right:3.5rem}.xl\:bottom-14{bottom:3.5rem}.xl\:left-14{left:3.5rem}.xl\:top-16{top:4rem}.xl\:right-16{right:4rem}.xl\:bottom-16{bottom:4rem}.xl\:left-16{left:4rem}.xl\:top-20{top:5rem}.xl\:right-20{right:5rem}.xl\:bottom-20{bottom:5rem}.xl\:left-20{left:5rem}.xl\:top-24{top:6rem}.xl\:right-24{right:6rem}.xl\:bottom-24{bottom:6rem}.xl\:left-24{left:6rem}.xl\:top-28{top:7rem}.xl\:right-28{right:7rem}.xl\:bottom-28{bottom:7rem}.xl\:left-28{left:7rem}.xl\:top-32{top:8rem}.xl\:right-32{right:8rem}.xl\:bottom-32{bottom:8rem}.xl\:left-32{left:8rem}.xl\:top-36{top:9rem}.xl\:right-36{right:9rem}.xl\:bottom-36{bottom:9rem}.xl\:left-36{left:9rem}.xl\:top-40{top:10rem}.xl\:right-40{right:10rem}.xl\:bottom-40{bottom:10rem}.xl\:left-40{left:10rem}.xl\:top-44{top:11rem}.xl\:right-44{right:11rem}.xl\:bottom-44{bottom:11rem}.xl\:left-44{left:11rem}.xl\:top-48{top:12rem}.xl\:right-48{right:12rem}.xl\:bottom-48{bottom:12rem}.xl\:left-48{left:12rem}.xl\:top-52{top:13rem}.xl\:right-52{right:13rem}.xl\:bottom-52{bottom:13rem}.xl\:left-52{left:13rem}.xl\:top-56{top:14rem}.xl\:right-56{right:14rem}.xl\:bottom-56{bottom:14rem}.xl\:left-56{left:14rem}.xl\:top-60{top:15rem}.xl\:right-60{right:15rem}.xl\:bottom-60{bottom:15rem}.xl\:left-60{left:15rem}.xl\:top-64{top:16rem}.xl\:right-64{right:16rem}.xl\:bottom-64{bottom:16rem}.xl\:left-64{left:16rem}.xl\:top-72{top:18rem}.xl\:right-72{right:18rem}.xl\:bottom-72{bottom:18rem}.xl\:left-72{left:18rem}.xl\:top-80{top:20rem}.xl\:right-80{right:20rem}.xl\:bottom-80{bottom:20rem}.xl\:left-80{left:20rem}.xl\:top-96{top:24rem}.xl\:right-96{right:24rem}.xl\:bottom-96{bottom:24rem}.xl\:left-96{left:24rem}.xl\:top-auto{top:auto}.xl\:right-auto{right:auto}.xl\:bottom-auto{bottom:auto}.xl\:left-auto{left:auto}.xl\:top-px{top:1px}.xl\:right-px{right:1px}.xl\:bottom-px{bottom:1px}.xl\:left-px{left:1px}.xl\:top-0\.5{top:.125rem}.xl\:right-0\.5{right:.125rem}.xl\:bottom-0\.5{bottom:.125rem}.xl\:left-0\.5{left:.125rem}.xl\:top-1\.5{top:.375rem}.xl\:right-1\.5{right:.375rem}.xl\:bottom-1\.5{bottom:.375rem}.xl\:left-1\.5{left:.375rem}.xl\:top-2\.5{top:.625rem}.xl\:right-2\.5{right:.625rem}.xl\:bottom-2\.5{bottom:.625rem}.xl\:left-2\.5{left:.625rem}.xl\:top-3\.5{top:.875rem}.xl\:right-3\.5{right:.875rem}.xl\:bottom-3\.5{bottom:.875rem}.xl\:left-3\.5{left:.875rem}.xl\:top-gutter-1{top:.625rem}.xl\:right-gutter-1{right:.625rem}.xl\:bottom-gutter-1{bottom:.625rem}.xl\:left-gutter-1{left:.625rem}.xl\:top-gutter-2{top:1.25rem}.xl\:right-gutter-2{right:1.25rem}.xl\:bottom-gutter-2{bottom:1.25rem}.xl\:left-gutter-2{left:1.25rem}.xl\:-top-0{top:0}.xl\:-right-0{right:0}.xl\:-bottom-0{bottom:0}.xl\:-left-0{left:0}.xl\:-top-1{top:-.25rem}.xl\:-right-1{right:-.25rem}.xl\:-bottom-1{bottom:-.25rem}.xl\:-left-1{left:-.25rem}.xl\:-top-2{top:-.5rem}.xl\:-right-2{right:-.5rem}.xl\:-bottom-2{bottom:-.5rem}.xl\:-left-2{left:-.5rem}.xl\:-top-3{top:-.75rem}.xl\:-right-3{right:-.75rem}.xl\:-bottom-3{bottom:-.75rem}.xl\:-left-3{left:-.75rem}.xl\:-top-4{top:-1rem}.xl\:-right-4{right:-1rem}.xl\:-bottom-4{bottom:-1rem}.xl\:-left-4{left:-1rem}.xl\:-top-5{top:-1.25rem}.xl\:-right-5{right:-1.25rem}.xl\:-bottom-5{bottom:-1.25rem}.xl\:-left-5{left:-1.25rem}.xl\:-top-6{top:-1.5rem}.xl\:-right-6{right:-1.5rem}.xl\:-bottom-6{bottom:-1.5rem}.xl\:-left-6{left:-1.5rem}.xl\:-top-7{top:-1.75rem}.xl\:-right-7{right:-1.75rem}.xl\:-bottom-7{bottom:-1.75rem}.xl\:-left-7{left:-1.75rem}.xl\:-top-8{top:-2rem}.xl\:-right-8{right:-2rem}.xl\:-bottom-8{bottom:-2rem}.xl\:-left-8{left:-2rem}.xl\:-top-9{top:-2.25rem}.xl\:-right-9{right:-2.25rem}.xl\:-bottom-9{bottom:-2.25rem}.xl\:-left-9{left:-2.25rem}.xl\:-top-10{top:-2.5rem}.xl\:-right-10{right:-2.5rem}.xl\:-bottom-10{bottom:-2.5rem}.xl\:-left-10{left:-2.5rem}.xl\:-top-11{top:-2.75rem}.xl\:-right-11{right:-2.75rem}.xl\:-bottom-11{bottom:-2.75rem}.xl\:-left-11{left:-2.75rem}.xl\:-top-12{top:-3rem}.xl\:-right-12{right:-3rem}.xl\:-bottom-12{bottom:-3rem}.xl\:-left-12{left:-3rem}.xl\:-top-14{top:-3.5rem}.xl\:-right-14{right:-3.5rem}.xl\:-bottom-14{bottom:-3.5rem}.xl\:-left-14{left:-3.5rem}.xl\:-top-16{top:-4rem}.xl\:-right-16{right:-4rem}.xl\:-bottom-16{bottom:-4rem}.xl\:-left-16{left:-4rem}.xl\:-top-20{top:-5rem}.xl\:-right-20{right:-5rem}.xl\:-bottom-20{bottom:-5rem}.xl\:-left-20{left:-5rem}.xl\:-top-24{top:-6rem}.xl\:-right-24{right:-6rem}.xl\:-bottom-24{bottom:-6rem}.xl\:-left-24{left:-6rem}.xl\:-top-28{top:-7rem}.xl\:-right-28{right:-7rem}.xl\:-bottom-28{bottom:-7rem}.xl\:-left-28{left:-7rem}.xl\:-top-32{top:-8rem}.xl\:-right-32{right:-8rem}.xl\:-bottom-32{bottom:-8rem}.xl\:-left-32{left:-8rem}.xl\:-top-36{top:-9rem}.xl\:-right-36{right:-9rem}.xl\:-bottom-36{bottom:-9rem}.xl\:-left-36{left:-9rem}.xl\:-top-40{top:-10rem}.xl\:-right-40{right:-10rem}.xl\:-bottom-40{bottom:-10rem}.xl\:-left-40{left:-10rem}.xl\:-top-44{top:-11rem}.xl\:-right-44{right:-11rem}.xl\:-bottom-44{bottom:-11rem}.xl\:-left-44{left:-11rem}.xl\:-top-48{top:-12rem}.xl\:-right-48{right:-12rem}.xl\:-bottom-48{bottom:-12rem}.xl\:-left-48{left:-12rem}.xl\:-top-52{top:-13rem}.xl\:-right-52{right:-13rem}.xl\:-bottom-52{bottom:-13rem}.xl\:-left-52{left:-13rem}.xl\:-top-56{top:-14rem}.xl\:-right-56{right:-14rem}.xl\:-bottom-56{bottom:-14rem}.xl\:-left-56{left:-14rem}.xl\:-top-60{top:-15rem}.xl\:-right-60{right:-15rem}.xl\:-bottom-60{bottom:-15rem}.xl\:-left-60{left:-15rem}.xl\:-top-64{top:-16rem}.xl\:-right-64{right:-16rem}.xl\:-bottom-64{bottom:-16rem}.xl\:-left-64{left:-16rem}.xl\:-top-72{top:-18rem}.xl\:-right-72{right:-18rem}.xl\:-bottom-72{bottom:-18rem}.xl\:-left-72{left:-18rem}.xl\:-top-80{top:-20rem}.xl\:-right-80{right:-20rem}.xl\:-bottom-80{bottom:-20rem}.xl\:-left-80{left:-20rem}.xl\:-top-96{top:-24rem}.xl\:-right-96{right:-24rem}.xl\:-bottom-96{bottom:-24rem}.xl\:-left-96{left:-24rem}.xl\:-top-px{top:-1px}.xl\:-right-px{right:-1px}.xl\:-bottom-px{bottom:-1px}.xl\:-left-px{left:-1px}.xl\:-top-0\.5{top:-.125rem}.xl\:-right-0\.5{right:-.125rem}.xl\:-bottom-0\.5{bottom:-.125rem}.xl\:-left-0\.5{left:-.125rem}.xl\:-top-1\.5{top:-.375rem}.xl\:-right-1\.5{right:-.375rem}.xl\:-bottom-1\.5{bottom:-.375rem}.xl\:-left-1\.5{left:-.375rem}.xl\:-top-2\.5{top:-.625rem}.xl\:-right-2\.5{right:-.625rem}.xl\:-bottom-2\.5{bottom:-.625rem}.xl\:-left-2\.5{left:-.625rem}.xl\:-top-3\.5{top:-.875rem}.xl\:-right-3\.5{right:-.875rem}.xl\:-bottom-3\.5{bottom:-.875rem}.xl\:-left-3\.5{left:-.875rem}.xl\:-top-gutter-1{top:-.625rem}.xl\:-right-gutter-1{right:-.625rem}.xl\:-bottom-gutter-1{bottom:-.625rem}.xl\:-left-gutter-1{left:-.625rem}.xl\:-top-gutter-2{top:-1.25rem}.xl\:-right-gutter-2{right:-1.25rem}.xl\:-bottom-gutter-2{bottom:-1.25rem}.xl\:-left-gutter-2{left:-1.25rem}.xl\:top-1\/2{top:50%}.xl\:right-1\/2{right:50%}.xl\:bottom-1\/2{bottom:50%}.xl\:left-1\/2{left:50%}.xl\:top-1\/3{top:33.333333%}.xl\:right-1\/3{right:33.333333%}.xl\:bottom-1\/3{bottom:33.333333%}.xl\:left-1\/3{left:33.333333%}.xl\:top-2\/3{top:66.666667%}.xl\:right-2\/3{right:66.666667%}.xl\:bottom-2\/3{bottom:66.666667%}.xl\:left-2\/3{left:66.666667%}.xl\:top-1\/4{top:25%}.xl\:right-1\/4{right:25%}.xl\:bottom-1\/4{bottom:25%}.xl\:left-1\/4{left:25%}.xl\:top-2\/4{top:50%}.xl\:right-2\/4{right:50%}.xl\:bottom-2\/4{bottom:50%}.xl\:left-2\/4{left:50%}.xl\:top-3\/4{top:75%}.xl\:right-3\/4{right:75%}.xl\:bottom-3\/4{bottom:75%}.xl\:left-3\/4{left:75%}.xl\:top-full{top:100%}.xl\:right-full{right:100%}.xl\:bottom-full{bottom:100%}.xl\:left-full{left:100%}.xl\:-top-1\/2{top:-50%}.xl\:-right-1\/2{right:-50%}.xl\:-bottom-1\/2{bottom:-50%}.xl\:-left-1\/2{left:-50%}.xl\:-top-1\/3{top:-33.333333%}.xl\:-right-1\/3{right:-33.333333%}.xl\:-bottom-1\/3{bottom:-33.333333%}.xl\:-left-1\/3{left:-33.333333%}.xl\:-top-2\/3{top:-66.666667%}.xl\:-right-2\/3{right:-66.666667%}.xl\:-bottom-2\/3{bottom:-66.666667%}.xl\:-left-2\/3{left:-66.666667%}.xl\:-top-1\/4{top:-25%}.xl\:-right-1\/4{right:-25%}.xl\:-bottom-1\/4{bottom:-25%}.xl\:-left-1\/4{left:-25%}.xl\:-top-2\/4{top:-50%}.xl\:-right-2\/4{right:-50%}.xl\:-bottom-2\/4{bottom:-50%}.xl\:-left-2\/4{left:-50%}.xl\:-top-3\/4{top:-75%}.xl\:-right-3\/4{right:-75%}.xl\:-bottom-3\/4{bottom:-75%}.xl\:-left-3\/4{left:-75%}.xl\:-top-full{top:-100%}.xl\:-right-full{right:-100%}.xl\:-bottom-full{bottom:-100%}.xl\:-left-full{left:-100%}.xl\:resize-none{resize:none}.xl\:resize-y{resize:vertical}.xl\:resize-x{resize:horizontal}.xl\:resize{resize:both}.xl\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xl\:group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xl\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:ring-inset{--tw-ring-inset:inset}.xl\:focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.xl\: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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xl\:focus\:ring-inset:focus{--tw-ring-inset:inset}.xl\:ring-offset-transparent{--tw-ring-offset-color:transparent}.xl\:ring-offset-current{--tw-ring-offset-color:currentColor}.xl\:ring-offset-black{--tw-ring-offset-color:#000}.xl\:ring-offset-white{--tw-ring-offset-color:#fff}.xl\:ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.xl\:ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.xl\:ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.xl\:ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.xl\:ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.xl\:ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.xl\:ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.xl\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.xl\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.xl\:ring-offset-gray-900{--tw-ring-offset-color:#111827}.xl\:ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.xl\:ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.xl\:ring-offset-red-200{--tw-ring-offset-color:#fecaca}.xl\:ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.xl\:ring-offset-red-400{--tw-ring-offset-color:#f87171}.xl\:ring-offset-red-500{--tw-ring-offset-color:#ef4444}.xl\:ring-offset-red-600{--tw-ring-offset-color:#dc2626}.xl\:ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.xl\:ring-offset-red-800{--tw-ring-offset-color:#991b1b}.xl\:ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.xl\:ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.xl\:ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.xl\:ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.xl\:ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.xl\:ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.xl\:ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.xl\:ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.xl\:ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.xl\:ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.xl\:ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.xl\:ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.xl\:ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.xl\:ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.xl\:ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.xl\:ring-offset-green-400{--tw-ring-offset-color:#34d399}.xl\:ring-offset-green-500{--tw-ring-offset-color:#10b981}.xl\:ring-offset-green-600{--tw-ring-offset-color:#059669}.xl\:ring-offset-green-700{--tw-ring-offset-color:#047857}.xl\:ring-offset-green-800{--tw-ring-offset-color:#065f46}.xl\:ring-offset-green-900{--tw-ring-offset-color:#064e3b}.xl\:ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.xl\:ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.xl\:ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.xl\:ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.xl\:ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.xl\:ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.xl\:ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.xl\:ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.xl\:ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.xl\:ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.xl\:ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.xl\:ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.xl\:ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.xl\:ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.xl\:ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.xl\:ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.xl\:ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.xl\:ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.xl\:ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.xl\:ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.xl\:ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.xl\:ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.xl\:ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.xl\:ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.xl\:ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.xl\:ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.xl\:ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.xl\:ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.xl\:ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.xl\:ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.xl\:ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.xl\:ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.xl\:ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.xl\:ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.xl\:ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.xl\:ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.xl\:ring-offset-pink-600{--tw-ring-offset-color:#db2777}.xl\:ring-offset-pink-700{--tw-ring-offset-color:#be185d}.xl\:ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.xl\:ring-offset-pink-900{--tw-ring-offset-color:#831843}.xl\:focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.xl\:focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.xl\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.xl\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.xl\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.xl\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.xl\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.xl\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.xl\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.xl\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.xl\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.xl\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.xl\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.xl\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.xl\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.xl\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.xl\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.xl\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.xl\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.xl\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.xl\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.xl\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.xl\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.xl\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.xl\:focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.xl\:focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.xl\:focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.xl\:focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.xl\:focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.xl\:focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.xl\:focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.xl\:focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.xl\:focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.xl\:focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.xl\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.xl\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.xl\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.xl\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.xl\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.xl\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.xl\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.xl\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.xl\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.xl\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.xl\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.xl\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.xl\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.xl\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.xl\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.xl\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.xl\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.xl\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.xl\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.xl\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.xl\:focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.xl\:focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.xl\:focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.xl\:focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.xl\:focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.xl\:focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.xl\:focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.xl\:focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.xl\:focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.xl\:focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.xl\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.xl\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.xl\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.xl\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.xl\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.xl\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.xl\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.xl\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.xl\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.xl\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.xl\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.xl\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.xl\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.xl\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.xl\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.xl\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.xl\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.xl\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.xl\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.xl\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.xl\:focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.xl\:focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.xl\:focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.xl\:focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.xl\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.xl\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.xl\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.xl\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.xl\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.xl\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.xl\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.xl\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.xl\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.xl\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.xl\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.xl\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.xl\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.xl\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.xl\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.xl\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.xl\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.xl\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.xl\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.xl\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.xl\:focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.xl\:focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.xl\:focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.xl\:focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.xl\:focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.xl\:focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.xl\:focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.xl\:focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.xl\:focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.xl\:focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.xl\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.xl\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.xl\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.xl\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.xl\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.xl\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.xl\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.xl\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.xl\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.xl\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.xl\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.xl\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.xl\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.xl\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.xl\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.xl\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.xl\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.xl\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.xl\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.xl\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.xl\:focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.xl\:focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.xl\:focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.xl\:focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.xl\:focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.xl\:focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.xl\:focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.xl\:focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.xl\:focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.xl\:focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.xl\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.xl\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.xl\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.xl\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.xl\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.xl\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.xl\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.xl\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.xl\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.xl\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.xl\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.xl\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.xl\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.xl\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.xl\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.xl\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.xl\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.xl\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.xl\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.xl\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.xl\:ring-offset-0{--tw-ring-offset-width:0px}.xl\:ring-offset-1{--tw-ring-offset-width:1px}.xl\:ring-offset-2{--tw-ring-offset-width:2px}.xl\:ring-offset-4{--tw-ring-offset-width:4px}.xl\:ring-offset-8{--tw-ring-offset-width:8px}.xl\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.xl\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.xl\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.xl\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.xl\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.xl\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.xl\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.xl\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.xl\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.xl\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.xl\:ring-transparent{--tw-ring-color:transparent}.xl\:ring-current{--tw-ring-color:currentColor}.xl\:ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xl\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xl\:ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xl\:ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xl\:ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xl\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xl\:ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xl\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xl\:ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xl\:ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xl\:ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xl\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xl\:ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xl\:ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xl\:ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xl\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xl\:ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xl\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xl\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xl\:ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xl\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xl\:ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xl\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xl\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xl\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xl\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xl\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xl\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xl\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xl\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xl\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xl\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xl\:ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xl\:ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xl\:ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xl\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xl\:ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xl\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xl\:ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xl\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xl\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xl\:ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xl\:ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xl\:ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xl\:ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xl\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xl\:ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xl\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xl\:ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xl\:ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xl\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xl\:ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xl\:ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xl\:ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xl\:ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xl\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xl\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xl\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xl\:ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xl\:ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xl\:ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xl\:ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xl\:ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xl\:ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xl\:ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xl\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xl\:ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xl\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xl\:ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xl\:ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xl\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xl\:ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xl\:ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xl\:ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xl\:ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xl\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xl\:ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xl\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xl\:ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xl\:ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xl\:ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xl\:ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xl\:focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.xl\:focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.xl\:focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xl\:focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xl\:focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xl\:focus\:ring-transparent:focus{--tw-ring-color:transparent}.xl\:focus\:ring-current:focus{--tw-ring-color:currentColor}.xl\:focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xl\:focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xl\:focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xl\:focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xl\:focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xl\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xl\:focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xl\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xl\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xl\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xl\:focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xl\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xl\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xl\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xl\:focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xl\:focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xl\:focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xl\:focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xl\:focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xl\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xl\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xl\:focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xl\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xl\:focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xl\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xl\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xl\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xl\:focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xl\:ring-opacity-0{--tw-ring-opacity:0}.xl\:ring-opacity-5{--tw-ring-opacity:.05}.xl\:ring-opacity-10{--tw-ring-opacity:.1}.xl\:ring-opacity-20{--tw-ring-opacity:.2}.xl\:ring-opacity-25{--tw-ring-opacity:.25}.xl\:ring-opacity-30{--tw-ring-opacity:.3}.xl\:ring-opacity-40{--tw-ring-opacity:.4}.xl\:ring-opacity-50{--tw-ring-opacity:.5}.xl\:ring-opacity-60{--tw-ring-opacity:.6}.xl\:ring-opacity-70{--tw-ring-opacity:.7}.xl\:ring-opacity-75{--tw-ring-opacity:.75}.xl\:ring-opacity-80{--tw-ring-opacity:.8}.xl\:ring-opacity-90{--tw-ring-opacity:.9}.xl\:ring-opacity-95{--tw-ring-opacity:.95}.xl\:ring-opacity-100{--tw-ring-opacity:1}.xl\:focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.xl\:focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.xl\:focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.xl\:focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.xl\:focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.xl\:focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.xl\:focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.xl\:focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.xl\:focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.xl\:focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.xl\:focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.xl\:focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.xl\:focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.xl\:focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.xl\:focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.xl\:focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.xl\:focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.xl\:focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.xl\:focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.xl\:focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.xl\:focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.xl\:focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.xl\:focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.xl\:focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.xl\:focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.xl\:focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.xl\:focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.xl\:focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.xl\:focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.xl\:focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.xl\:fill-current{fill:currentColor}.xl\:stroke-current{stroke:currentColor}.xl\:stroke-0{stroke-width:0}.xl\:stroke-1{stroke-width:1}.xl\:stroke-2{stroke-width:2}.xl\:table-auto{table-layout:auto}.xl\:table-fixed{table-layout:fixed}.xl\:text-left{text-align:left}.xl\:text-center{text-align:center}.xl\:text-right{text-align:right}.xl\:text-justify{text-align:justify}.xl\:text-transparent{color:transparent}.xl\:text-current{color:currentColor}.xl\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xl\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xl\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xl\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xl\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xl\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xl\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xl\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xl\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xl\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xl\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xl\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xl\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xl\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xl\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xl\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xl\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xl\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xl\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xl\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xl\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xl\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xl\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xl\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xl\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xl\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xl\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xl\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xl\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xl\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xl\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xl\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xl\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xl\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xl\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xl\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xl\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xl\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xl\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xl\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xl\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xl\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xl\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xl\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xl\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xl\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xl\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xl\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xl\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xl\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xl\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xl\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xl\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xl\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xl\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xl\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xl\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xl\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xl\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xl\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xl\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xl\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xl\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xl\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xl\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xl\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xl\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xl\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xl\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xl\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xl\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xl\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xl\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xl\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xl\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xl\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xl\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xl\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xl\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xl\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xl\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-transparent{color:transparent}.group:hover .xl\:group-hover\:text-current{color:currentColor}.group:hover .xl\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xl\:focus-within\:text-transparent:focus-within{color:transparent}.xl\:focus-within\:text-current:focus-within{color:currentColor}.xl\:focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xl\:focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xl\:focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xl\:focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xl\:focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xl\:focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xl\:focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xl\:focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xl\:focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xl\:focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xl\:focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xl\:focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xl\:focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xl\:focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xl\:focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xl\:focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xl\:focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xl\:focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xl\:focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xl\:focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xl\:focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xl\:focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xl\:focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xl\:hover\:text-transparent:hover{color:transparent}.xl\:hover\:text-current:hover{color:currentColor}.xl\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xl\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xl\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xl\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xl\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xl\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xl\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xl\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xl\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xl\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xl\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xl\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xl\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xl\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xl\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xl\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xl\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xl\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xl\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xl\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xl\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xl\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xl\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xl\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xl\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xl\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xl\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xl\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xl\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xl\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xl\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xl\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xl\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xl\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xl\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xl\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xl\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xl\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xl\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xl\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xl\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xl\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xl\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xl\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xl\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xl\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xl\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xl\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xl\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xl\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xl\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xl\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xl\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xl\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xl\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xl\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xl\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xl\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xl\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xl\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xl\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xl\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xl\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xl\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xl\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xl\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xl\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xl\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xl\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xl\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xl\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xl\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xl\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xl\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xl\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xl\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xl\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xl\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xl\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xl\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xl\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xl\:focus\:text-transparent:focus{color:transparent}.xl\:focus\:text-current:focus{color:currentColor}.xl\:focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xl\:focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xl\:focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xl\:focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xl\:focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xl\:focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xl\:focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xl\:focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xl\:focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xl\:focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xl\:focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xl\:focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xl\:focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xl\:focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xl\:focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xl\:focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xl\:focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xl\:focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xl\:focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xl\:focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xl\:focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xl\:focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xl\:focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xl\:focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xl\:focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xl\:focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xl\:focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xl\:focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xl\:focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xl\:focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xl\:focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xl\:focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xl\:focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xl\:focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xl\:focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xl\:focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xl\:focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xl\:focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xl\:focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xl\:focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xl\:focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xl\:focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xl\:focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xl\:focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xl\:focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xl\:focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xl\:focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xl\:focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xl\:focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xl\:focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xl\:focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xl\:focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xl\:focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xl\:focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xl\:focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xl\:focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xl\:focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xl\:focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xl\:focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xl\:focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xl\:focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xl\:focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xl\:focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xl\:focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xl\:focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xl\:focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xl\:focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xl\:focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xl\:focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xl\:focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xl\:focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xl\:focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xl\:focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xl\:focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xl\:focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xl\:focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xl\:focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xl\:focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xl\:focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xl\:focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xl\:focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xl\:text-opacity-0{--tw-text-opacity:0}.xl\:text-opacity-5{--tw-text-opacity:.05}.xl\:text-opacity-10{--tw-text-opacity:.1}.xl\:text-opacity-20{--tw-text-opacity:.2}.xl\:text-opacity-25{--tw-text-opacity:.25}.xl\:text-opacity-30{--tw-text-opacity:.3}.xl\:text-opacity-40{--tw-text-opacity:.4}.xl\:text-opacity-50{--tw-text-opacity:.5}.xl\:text-opacity-60{--tw-text-opacity:.6}.xl\:text-opacity-70{--tw-text-opacity:.7}.xl\:text-opacity-75{--tw-text-opacity:.75}.xl\:text-opacity-80{--tw-text-opacity:.8}.xl\:text-opacity-90{--tw-text-opacity:.9}.xl\:text-opacity-95{--tw-text-opacity:.95}.xl\:text-opacity-100{--tw-text-opacity:1}.group:hover .xl\:group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .xl\:group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .xl\:group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .xl\:group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .xl\:group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .xl\:group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .xl\:group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .xl\:group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .xl\:group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .xl\:group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .xl\:group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .xl\:group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .xl\:group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .xl\:group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .xl\:group-hover\:text-opacity-100{--tw-text-opacity:1}.xl\:focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.xl\:focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.xl\:focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.xl\:focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.xl\:focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.xl\:focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.xl\:focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.xl\:focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.xl\:focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.xl\:focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.xl\:focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.xl\:focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.xl\:focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.xl\:focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.xl\:focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.xl\:hover\:text-opacity-0:hover{--tw-text-opacity:0}.xl\:hover\:text-opacity-5:hover{--tw-text-opacity:.05}.xl\:hover\:text-opacity-10:hover{--tw-text-opacity:.1}.xl\:hover\:text-opacity-20:hover{--tw-text-opacity:.2}.xl\:hover\:text-opacity-25:hover{--tw-text-opacity:.25}.xl\:hover\:text-opacity-30:hover{--tw-text-opacity:.3}.xl\:hover\:text-opacity-40:hover{--tw-text-opacity:.4}.xl\:hover\:text-opacity-50:hover{--tw-text-opacity:.5}.xl\:hover\:text-opacity-60:hover{--tw-text-opacity:.6}.xl\:hover\:text-opacity-70:hover{--tw-text-opacity:.7}.xl\:hover\:text-opacity-75:hover{--tw-text-opacity:.75}.xl\:hover\:text-opacity-80:hover{--tw-text-opacity:.8}.xl\:hover\:text-opacity-90:hover{--tw-text-opacity:.9}.xl\:hover\:text-opacity-95:hover{--tw-text-opacity:.95}.xl\:hover\:text-opacity-100:hover{--tw-text-opacity:1}.xl\:focus\:text-opacity-0:focus{--tw-text-opacity:0}.xl\:focus\:text-opacity-5:focus{--tw-text-opacity:.05}.xl\:focus\:text-opacity-10:focus{--tw-text-opacity:.1}.xl\:focus\:text-opacity-20:focus{--tw-text-opacity:.2}.xl\:focus\:text-opacity-25:focus{--tw-text-opacity:.25}.xl\:focus\:text-opacity-30:focus{--tw-text-opacity:.3}.xl\:focus\:text-opacity-40:focus{--tw-text-opacity:.4}.xl\:focus\:text-opacity-50:focus{--tw-text-opacity:.5}.xl\:focus\:text-opacity-60:focus{--tw-text-opacity:.6}.xl\:focus\:text-opacity-70:focus{--tw-text-opacity:.7}.xl\:focus\:text-opacity-75:focus{--tw-text-opacity:.75}.xl\:focus\:text-opacity-80:focus{--tw-text-opacity:.8}.xl\:focus\:text-opacity-90:focus{--tw-text-opacity:.9}.xl\:focus\:text-opacity-95:focus{--tw-text-opacity:.95}.xl\:focus\:text-opacity-100:focus{--tw-text-opacity:1}.xl\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xl\:overflow-ellipsis{text-overflow:ellipsis}.xl\:overflow-clip{text-overflow:clip}.xl\:italic{font-style:italic}.xl\:not-italic{font-style:normal}.xl\:uppercase{text-transform:uppercase}.xl\:lowercase{text-transform:lowercase}.xl\:capitalize{text-transform:capitalize}.xl\:normal-case{text-transform:none}.xl\:underline{text-decoration:underline}.xl\:line-through{text-decoration:line-through}.xl\:no-underline{text-decoration:none}.group:hover .xl\:group-hover\:underline{text-decoration:underline}.group:hover .xl\:group-hover\:line-through{text-decoration:line-through}.group:hover .xl\:group-hover\:no-underline{text-decoration:none}.xl\:focus-within\:underline:focus-within{text-decoration:underline}.xl\:focus-within\:line-through:focus-within{text-decoration:line-through}.xl\:focus-within\:no-underline:focus-within{text-decoration:none}.xl\:hover\:underline:hover{text-decoration:underline}.xl\:hover\:line-through:hover{text-decoration:line-through}.xl\:hover\:no-underline:hover{text-decoration:none}.xl\:focus\:underline:focus{text-decoration:underline}.xl\:focus\:line-through:focus{text-decoration:line-through}.xl\:focus\:no-underline:focus{text-decoration:none}.xl\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xl\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.xl\:ordinal,.xl\:slashed-zero,.xl\:lining-nums,.xl\:oldstyle-nums,.xl\:proportional-nums,.xl\:tabular-nums,.xl\:diagonal-fractions,.xl\:stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.xl\:normal-nums{font-variant-numeric:normal}.xl\:ordinal{--tw-ordinal:ordinal}.xl\:slashed-zero{--tw-slashed-zero:slashed-zero}.xl\:lining-nums{--tw-numeric-figure:lining-nums}.xl\:oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.xl\:proportional-nums{--tw-numeric-spacing:proportional-nums}.xl\:tabular-nums{--tw-numeric-spacing:tabular-nums}.xl\:diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.xl\:stacked-fractions{--tw-numeric-fraction:stacked-fractions}.xl\:tracking-tighter{letter-spacing:-.05em}.xl\:tracking-tight{letter-spacing:-.025em}.xl\:tracking-normal{letter-spacing:0em}.xl\:tracking-wide{letter-spacing:.025em}.xl\:tracking-wider{letter-spacing:.05em}.xl\:tracking-widest{letter-spacing:.1em}.xl\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.xl\:select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.xl\:select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.xl\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.xl\:align-baseline{vertical-align:baseline}.xl\:align-top{vertical-align:top}.xl\:align-middle{vertical-align:middle}.xl\:align-bottom{vertical-align:bottom}.xl\:align-text-top{vertical-align:text-top}.xl\:align-text-bottom{vertical-align:text-bottom}.xl\:visible{visibility:visible}.xl\:invisible{visibility:hidden}.xl\:whitespace-normal{white-space:normal}.xl\:whitespace-nowrap{white-space:nowrap}.xl\:whitespace-pre{white-space:pre}.xl\:whitespace-pre-line{white-space:pre-line}.xl\:whitespace-pre-wrap{white-space:pre-wrap}.xl\:break-normal{overflow-wrap:normal;word-break:normal}.xl\:break-words{overflow-wrap:break-word}.xl\:break-all{word-break:break-all}.xl\:w-0{width:0}.xl\:w-1{width:.25rem}.xl\:w-2{width:.5rem}.xl\:w-3{width:.75rem}.xl\:w-4{width:1rem}.xl\:w-5{width:1.25rem}.xl\:w-6{width:1.5rem}.xl\:w-7{width:1.75rem}.xl\:w-8{width:2rem}.xl\:w-9{width:2.25rem}.xl\:w-10{width:2.5rem}.xl\:w-11{width:2.75rem}.xl\:w-12{width:3rem}.xl\:w-14{width:3.5rem}.xl\:w-16{width:4rem}.xl\:w-20{width:5rem}.xl\:w-24{width:6rem}.xl\:w-28{width:7rem}.xl\:w-32{width:8rem}.xl\:w-36{width:9rem}.xl\:w-40{width:10rem}.xl\:w-44{width:11rem}.xl\:w-48{width:12rem}.xl\:w-52{width:13rem}.xl\:w-56{width:14rem}.xl\:w-60{width:15rem}.xl\:w-64{width:16rem}.xl\:w-72{width:18rem}.xl\:w-80{width:20rem}.xl\:w-96{width:24rem}.xl\:w-auto{width:auto}.xl\:w-px{width:1px}.xl\:w-0\.5{width:.125rem}.xl\:w-1\.5{width:.375rem}.xl\:w-2\.5{width:.625rem}.xl\:w-3\.5{width:.875rem}.xl\:w-gutter-1{width:.625rem}.xl\:w-gutter-2{width:1.25rem}.xl\:w-1\/2{width:50%}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-1\/4{width:25%}.xl\:w-2\/4{width:50%}.xl\:w-3\/4{width:75%}.xl\:w-1\/5{width:20%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}.xl\:w-4\/5{width:80%}.xl\:w-1\/6{width:16.666667%}.xl\:w-2\/6{width:33.333333%}.xl\:w-3\/6{width:50%}.xl\:w-4\/6{width:66.666667%}.xl\:w-5\/6{width:83.333333%}.xl\:w-1\/12{width:8.333333%}.xl\:w-2\/12{width:16.666667%}.xl\:w-3\/12{width:25%}.xl\:w-4\/12{width:33.333333%}.xl\:w-5\/12{width:41.666667%}.xl\:w-6\/12{width:50%}.xl\:w-7\/12{width:58.333333%}.xl\:w-8\/12{width:66.666667%}.xl\:w-9\/12{width:75%}.xl\:w-10\/12{width:83.333333%}.xl\:w-11\/12{width:91.666667%}.xl\:w-full{width:100%}.xl\:w-screen{width:100vw}.xl\:w-min{width:-moz-min-content;width:min-content}.xl\:w-max{width:-moz-max-content;width:max-content}.xl\:z-0{z-index:0}.xl\:z-10{z-index:10}.xl\:z-20{z-index:20}.xl\:z-30{z-index:30}.xl\:z-40{z-index:40}.xl\:z-50{z-index:50}.xl\:z-auto{z-index:auto}.xl\:focus-within\:z-0:focus-within{z-index:0}.xl\:focus-within\:z-10:focus-within{z-index:10}.xl\:focus-within\:z-20:focus-within{z-index:20}.xl\:focus-within\:z-30:focus-within{z-index:30}.xl\:focus-within\:z-40:focus-within{z-index:40}.xl\:focus-within\:z-50:focus-within{z-index:50}.xl\:focus-within\:z-auto:focus-within{z-index:auto}.xl\:focus\:z-0:focus{z-index:0}.xl\:focus\:z-10:focus{z-index:10}.xl\:focus\:z-20:focus{z-index:20}.xl\:focus\:z-30:focus{z-index:30}.xl\:focus\:z-40:focus{z-index:40}.xl\:focus\:z-50:focus{z-index:50}.xl\:focus\:z-auto:focus{z-index:auto}.xl\:gap-0{gap:0px}.xl\:gap-1{gap:.125rem}.xl\:gap-2{gap:.25rem}.xl\:gap-3{gap:.75rem}.xl\:gap-4{gap:1rem}.xl\:gap-5{gap:1.25rem}.xl\:gap-6{gap:1.5rem}.xl\:gap-7{gap:1.75rem}.xl\:gap-8{gap:2rem}.xl\:gap-9{gap:2.25rem}.xl\:gap-10{gap:2.5rem}.xl\:gap-11{gap:2.75rem}.xl\:gap-12{gap:3rem}.xl\:gap-14{gap:3.5rem}.xl\:gap-16{gap:4rem}.xl\:gap-20{gap:5rem}.xl\:gap-24{gap:6rem}.xl\:gap-28{gap:7rem}.xl\:gap-32{gap:8rem}.xl\:gap-36{gap:9rem}.xl\:gap-40{gap:10rem}.xl\:gap-44{gap:11rem}.xl\:gap-48{gap:12rem}.xl\:gap-52{gap:13rem}.xl\:gap-56{gap:14rem}.xl\:gap-60{gap:15rem}.xl\:gap-64{gap:16rem}.xl\:gap-72{gap:18rem}.xl\:gap-80{gap:20rem}.xl\:gap-96{gap:24rem}.xl\:gap-px{gap:1px}.xl\:gap-0\.5{gap:.125rem}.xl\:gap-1\.5{gap:.375rem}.xl\:gap-2\.5{gap:.625rem}.xl\:gap-3\.5{gap:.875rem}.xl\:gap-gutter-1{gap:.625rem}.xl\:gap-gutter-2{gap:1.25rem}.xl\:gap-x-0{-moz-column-gap:0px;column-gap:0}.xl\:gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.xl\:gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.xl\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.xl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xl\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.xl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.xl\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.xl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.xl\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.xl\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.xl\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.xl\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.xl\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.xl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xl\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.xl\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.xl\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.xl\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.xl\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.xl\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.xl\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.xl\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.xl\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.xl\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.xl\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.xl\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.xl\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.xl\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.xl\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.xl\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.xl\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.xl\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.xl\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.xl\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.xl\:gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.xl\:gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.xl\:gap-y-0{row-gap:0px}.xl\:gap-y-1{row-gap:.125rem}.xl\:gap-y-2{row-gap:.25rem}.xl\:gap-y-3{row-gap:.75rem}.xl\:gap-y-4{row-gap:1rem}.xl\:gap-y-5{row-gap:1.25rem}.xl\:gap-y-6{row-gap:1.5rem}.xl\:gap-y-7{row-gap:1.75rem}.xl\:gap-y-8{row-gap:2rem}.xl\:gap-y-9{row-gap:2.25rem}.xl\:gap-y-10{row-gap:2.5rem}.xl\:gap-y-11{row-gap:2.75rem}.xl\:gap-y-12{row-gap:3rem}.xl\:gap-y-14{row-gap:3.5rem}.xl\:gap-y-16{row-gap:4rem}.xl\:gap-y-20{row-gap:5rem}.xl\:gap-y-24{row-gap:6rem}.xl\:gap-y-28{row-gap:7rem}.xl\:gap-y-32{row-gap:8rem}.xl\:gap-y-36{row-gap:9rem}.xl\:gap-y-40{row-gap:10rem}.xl\:gap-y-44{row-gap:11rem}.xl\:gap-y-48{row-gap:12rem}.xl\:gap-y-52{row-gap:13rem}.xl\:gap-y-56{row-gap:14rem}.xl\:gap-y-60{row-gap:15rem}.xl\:gap-y-64{row-gap:16rem}.xl\:gap-y-72{row-gap:18rem}.xl\:gap-y-80{row-gap:20rem}.xl\:gap-y-96{row-gap:24rem}.xl\:gap-y-px{row-gap:1px}.xl\:gap-y-0\.5{row-gap:.125rem}.xl\:gap-y-1\.5{row-gap:.375rem}.xl\:gap-y-2\.5{row-gap:.625rem}.xl\:gap-y-3\.5{row-gap:.875rem}.xl\:gap-y-gutter-1{row-gap:.625rem}.xl\:gap-y-gutter-2{row-gap:1.25rem}.xl\:grid-flow-row{grid-auto-flow:row}.xl\:grid-flow-col{grid-auto-flow:column}.xl\:grid-flow-row-dense{grid-auto-flow:row dense}.xl\:grid-flow-col-dense{grid-auto-flow:column dense}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-none{grid-template-columns:none}.xl\:auto-cols-auto{grid-auto-columns:auto}.xl\:auto-cols-min{grid-auto-columns:min-content}.xl\:auto-cols-max{grid-auto-columns:max-content}.xl\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.xl\:col-auto{grid-column:auto}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-5{grid-column:span 5/span 5}.xl\:col-span-6{grid-column:span 6/span 6}.xl\:col-span-7{grid-column:span 7/span 7}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:col-span-9{grid-column:span 9/span 9}.xl\:col-span-10{grid-column:span 10/span 10}.xl\:col-span-11{grid-column:span 11/span 11}.xl\:col-span-12{grid-column:span 12/span 12}.xl\:col-span-full{grid-column:1/-1}.xl\:col-start-1{grid-column-start:1}.xl\:col-start-2{grid-column-start:2}.xl\:col-start-3{grid-column-start:3}.xl\:col-start-4{grid-column-start:4}.xl\:col-start-5{grid-column-start:5}.xl\:col-start-6{grid-column-start:6}.xl\:col-start-7{grid-column-start:7}.xl\:col-start-8{grid-column-start:8}.xl\:col-start-9{grid-column-start:9}.xl\:col-start-10{grid-column-start:10}.xl\:col-start-11{grid-column-start:11}.xl\:col-start-12{grid-column-start:12}.xl\:col-start-13{grid-column-start:13}.xl\:col-start-auto{grid-column-start:auto}.xl\:col-end-1{grid-column-end:1}.xl\:col-end-2{grid-column-end:2}.xl\:col-end-3{grid-column-end:3}.xl\:col-end-4{grid-column-end:4}.xl\:col-end-5{grid-column-end:5}.xl\:col-end-6{grid-column-end:6}.xl\:col-end-7{grid-column-end:7}.xl\:col-end-8{grid-column-end:8}.xl\:col-end-9{grid-column-end:9}.xl\:col-end-10{grid-column-end:10}.xl\:col-end-11{grid-column-end:11}.xl\:col-end-12{grid-column-end:12}.xl\:col-end-13{grid-column-end:13}.xl\:col-end-auto{grid-column-end:auto}.xl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.xl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.xl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.xl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.xl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.xl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.xl\:grid-rows-none{grid-template-rows:none}.xl\:auto-rows-auto{grid-auto-rows:auto}.xl\:auto-rows-min{grid-auto-rows:min-content}.xl\:auto-rows-max{grid-auto-rows:max-content}.xl\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.xl\:row-auto{grid-row:auto}.xl\:row-span-1{grid-row:span 1/span 1}.xl\:row-span-2{grid-row:span 2/span 2}.xl\:row-span-3{grid-row:span 3/span 3}.xl\:row-span-4{grid-row:span 4/span 4}.xl\:row-span-5{grid-row:span 5/span 5}.xl\:row-span-6{grid-row:span 6/span 6}.xl\:row-span-full{grid-row:1/-1}.xl\:row-start-1{grid-row-start:1}.xl\:row-start-2{grid-row-start:2}.xl\:row-start-3{grid-row-start:3}.xl\:row-start-4{grid-row-start:4}.xl\:row-start-5{grid-row-start:5}.xl\:row-start-6{grid-row-start:6}.xl\:row-start-7{grid-row-start:7}.xl\:row-start-auto{grid-row-start:auto}.xl\:row-end-1{grid-row-end:1}.xl\:row-end-2{grid-row-end:2}.xl\:row-end-3{grid-row-end:3}.xl\:row-end-4{grid-row-end:4}.xl\:row-end-5{grid-row-end:5}.xl\:row-end-6{grid-row-end:6}.xl\:row-end-7{grid-row-end:7}.xl\:row-end-auto{grid-row-end:auto}.xl\:transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:transform-none{transform:none}.xl\:origin-center{transform-origin:center}.xl\:origin-top{transform-origin:top}.xl\:origin-top-right{transform-origin:top right}.xl\:origin-right{transform-origin:right}.xl\:origin-bottom-right{transform-origin:bottom right}.xl\:origin-bottom{transform-origin:bottom}.xl\:origin-bottom-left{transform-origin:bottom left}.xl\:origin-left{transform-origin:left}.xl\:origin-top-left{transform-origin:top left}.xl\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.xl\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.xl\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.xl\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.xl\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.xl\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.xl\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.xl\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.xl\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.xl\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.xl\:scale-x-0{--tw-scale-x:0}.xl\:scale-x-50{--tw-scale-x:.5}.xl\:scale-x-75{--tw-scale-x:.75}.xl\:scale-x-90{--tw-scale-x:.9}.xl\:scale-x-95{--tw-scale-x:.95}.xl\:scale-x-100{--tw-scale-x:1}.xl\:scale-x-105{--tw-scale-x:1.05}.xl\:scale-x-110{--tw-scale-x:1.1}.xl\:scale-x-125{--tw-scale-x:1.25}.xl\:scale-x-150{--tw-scale-x:1.5}.xl\:scale-y-0{--tw-scale-y:0}.xl\:scale-y-50{--tw-scale-y:.5}.xl\:scale-y-75{--tw-scale-y:.75}.xl\:scale-y-90{--tw-scale-y:.9}.xl\:scale-y-95{--tw-scale-y:.95}.xl\:scale-y-100{--tw-scale-y:1}.xl\:scale-y-105{--tw-scale-y:1.05}.xl\:scale-y-110{--tw-scale-y:1.1}.xl\:scale-y-125{--tw-scale-y:1.25}.xl\:scale-y-150{--tw-scale-y:1.5}.xl\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.xl\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.xl\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.xl\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.xl\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.xl\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.xl\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.xl\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.xl\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.xl\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.xl\:hover\:scale-x-0:hover{--tw-scale-x:0}.xl\:hover\:scale-x-50:hover{--tw-scale-x:.5}.xl\:hover\:scale-x-75:hover{--tw-scale-x:.75}.xl\:hover\:scale-x-90:hover{--tw-scale-x:.9}.xl\:hover\:scale-x-95:hover{--tw-scale-x:.95}.xl\:hover\:scale-x-100:hover{--tw-scale-x:1}.xl\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.xl\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.xl\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.xl\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.xl\:hover\:scale-y-0:hover{--tw-scale-y:0}.xl\:hover\:scale-y-50:hover{--tw-scale-y:.5}.xl\:hover\:scale-y-75:hover{--tw-scale-y:.75}.xl\:hover\:scale-y-90:hover{--tw-scale-y:.9}.xl\:hover\:scale-y-95:hover{--tw-scale-y:.95}.xl\:hover\:scale-y-100:hover{--tw-scale-y:1}.xl\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.xl\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.xl\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.xl\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.xl\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.xl\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.xl\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.xl\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.xl\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.xl\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.xl\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.xl\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.xl\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.xl\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.xl\:focus\:scale-x-0:focus{--tw-scale-x:0}.xl\:focus\:scale-x-50:focus{--tw-scale-x:.5}.xl\:focus\:scale-x-75:focus{--tw-scale-x:.75}.xl\:focus\:scale-x-90:focus{--tw-scale-x:.9}.xl\:focus\:scale-x-95:focus{--tw-scale-x:.95}.xl\:focus\:scale-x-100:focus{--tw-scale-x:1}.xl\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.xl\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.xl\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.xl\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.xl\:focus\:scale-y-0:focus{--tw-scale-y:0}.xl\:focus\:scale-y-50:focus{--tw-scale-y:.5}.xl\:focus\:scale-y-75:focus{--tw-scale-y:.75}.xl\:focus\:scale-y-90:focus{--tw-scale-y:.9}.xl\:focus\:scale-y-95:focus{--tw-scale-y:.95}.xl\:focus\:scale-y-100:focus{--tw-scale-y:1}.xl\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.xl\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.xl\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.xl\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.xl\:rotate-0{--tw-rotate:0deg}.xl\:rotate-1{--tw-rotate:1deg}.xl\:rotate-2{--tw-rotate:2deg}.xl\:rotate-3{--tw-rotate:3deg}.xl\:rotate-6{--tw-rotate:6deg}.xl\:rotate-12{--tw-rotate:12deg}.xl\:rotate-45{--tw-rotate:45deg}.xl\:rotate-90{--tw-rotate:90deg}.xl\:rotate-180{--tw-rotate:180deg}.xl\:-rotate-180{--tw-rotate:-180deg}.xl\:-rotate-90{--tw-rotate:-90deg}.xl\:-rotate-45{--tw-rotate:-45deg}.xl\:-rotate-12{--tw-rotate:-12deg}.xl\:-rotate-6{--tw-rotate:-6deg}.xl\:-rotate-3{--tw-rotate:-3deg}.xl\:-rotate-2{--tw-rotate:-2deg}.xl\:-rotate-1{--tw-rotate:-1deg}.xl\:hover\:rotate-0:hover{--tw-rotate:0deg}.xl\:hover\:rotate-1:hover{--tw-rotate:1deg}.xl\:hover\:rotate-2:hover{--tw-rotate:2deg}.xl\:hover\:rotate-3:hover{--tw-rotate:3deg}.xl\:hover\:rotate-6:hover{--tw-rotate:6deg}.xl\:hover\:rotate-12:hover{--tw-rotate:12deg}.xl\:hover\:rotate-45:hover{--tw-rotate:45deg}.xl\:hover\:rotate-90:hover{--tw-rotate:90deg}.xl\:hover\:rotate-180:hover{--tw-rotate:180deg}.xl\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.xl\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.xl\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.xl\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.xl\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.xl\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.xl\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.xl\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.xl\:focus\:rotate-0:focus{--tw-rotate:0deg}.xl\:focus\:rotate-1:focus{--tw-rotate:1deg}.xl\:focus\:rotate-2:focus{--tw-rotate:2deg}.xl\:focus\:rotate-3:focus{--tw-rotate:3deg}.xl\:focus\:rotate-6:focus{--tw-rotate:6deg}.xl\:focus\:rotate-12:focus{--tw-rotate:12deg}.xl\:focus\:rotate-45:focus{--tw-rotate:45deg}.xl\:focus\:rotate-90:focus{--tw-rotate:90deg}.xl\:focus\:rotate-180:focus{--tw-rotate:180deg}.xl\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.xl\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.xl\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.xl\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.xl\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.xl\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.xl\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.xl\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.xl\:translate-x-0{--tw-translate-x:0px}.xl\:translate-x-1{--tw-translate-x:.25rem}.xl\:translate-x-2{--tw-translate-x:.5rem}.xl\:translate-x-3{--tw-translate-x:.75rem}.xl\:translate-x-4{--tw-translate-x:1rem}.xl\:translate-x-5{--tw-translate-x:1.25rem}.xl\:translate-x-6{--tw-translate-x:1.5rem}.xl\:translate-x-7{--tw-translate-x:1.75rem}.xl\:translate-x-8{--tw-translate-x:2rem}.xl\:translate-x-9{--tw-translate-x:2.25rem}.xl\:translate-x-10{--tw-translate-x:2.5rem}.xl\:translate-x-11{--tw-translate-x:2.75rem}.xl\:translate-x-12{--tw-translate-x:3rem}.xl\:translate-x-14{--tw-translate-x:3.5rem}.xl\:translate-x-16{--tw-translate-x:4rem}.xl\:translate-x-20{--tw-translate-x:5rem}.xl\:translate-x-24{--tw-translate-x:6rem}.xl\:translate-x-28{--tw-translate-x:7rem}.xl\:translate-x-32{--tw-translate-x:8rem}.xl\:translate-x-36{--tw-translate-x:9rem}.xl\:translate-x-40{--tw-translate-x:10rem}.xl\:translate-x-44{--tw-translate-x:11rem}.xl\:translate-x-48{--tw-translate-x:12rem}.xl\:translate-x-52{--tw-translate-x:13rem}.xl\:translate-x-56{--tw-translate-x:14rem}.xl\:translate-x-60{--tw-translate-x:15rem}.xl\:translate-x-64{--tw-translate-x:16rem}.xl\:translate-x-72{--tw-translate-x:18rem}.xl\:translate-x-80{--tw-translate-x:20rem}.xl\:translate-x-96{--tw-translate-x:24rem}.xl\:translate-x-px{--tw-translate-x:1px}.xl\:translate-x-0\.5{--tw-translate-x:.125rem}.xl\:translate-x-1\.5{--tw-translate-x:.375rem}.xl\:translate-x-2\.5{--tw-translate-x:.625rem}.xl\:translate-x-3\.5{--tw-translate-x:.875rem}.xl\:translate-x-gutter-1{--tw-translate-x:.625rem}.xl\:translate-x-gutter-2{--tw-translate-x:1.25rem}.xl\:-translate-x-0{--tw-translate-x:0px}.xl\:-translate-x-1{--tw-translate-x:-.25rem}.xl\:-translate-x-2{--tw-translate-x:-.5rem}.xl\:-translate-x-3{--tw-translate-x:-.75rem}.xl\:-translate-x-4{--tw-translate-x:-1rem}.xl\:-translate-x-5{--tw-translate-x:-1.25rem}.xl\:-translate-x-6{--tw-translate-x:-1.5rem}.xl\:-translate-x-7{--tw-translate-x:-1.75rem}.xl\:-translate-x-8{--tw-translate-x:-2rem}.xl\:-translate-x-9{--tw-translate-x:-2.25rem}.xl\:-translate-x-10{--tw-translate-x:-2.5rem}.xl\:-translate-x-11{--tw-translate-x:-2.75rem}.xl\:-translate-x-12{--tw-translate-x:-3rem}.xl\:-translate-x-14{--tw-translate-x:-3.5rem}.xl\:-translate-x-16{--tw-translate-x:-4rem}.xl\:-translate-x-20{--tw-translate-x:-5rem}.xl\:-translate-x-24{--tw-translate-x:-6rem}.xl\:-translate-x-28{--tw-translate-x:-7rem}.xl\:-translate-x-32{--tw-translate-x:-8rem}.xl\:-translate-x-36{--tw-translate-x:-9rem}.xl\:-translate-x-40{--tw-translate-x:-10rem}.xl\:-translate-x-44{--tw-translate-x:-11rem}.xl\:-translate-x-48{--tw-translate-x:-12rem}.xl\:-translate-x-52{--tw-translate-x:-13rem}.xl\:-translate-x-56{--tw-translate-x:-14rem}.xl\:-translate-x-60{--tw-translate-x:-15rem}.xl\:-translate-x-64{--tw-translate-x:-16rem}.xl\:-translate-x-72{--tw-translate-x:-18rem}.xl\:-translate-x-80{--tw-translate-x:-20rem}.xl\:-translate-x-96{--tw-translate-x:-24rem}.xl\:-translate-x-px{--tw-translate-x:-1px}.xl\:-translate-x-0\.5{--tw-translate-x:-.125rem}.xl\:-translate-x-1\.5{--tw-translate-x:-.375rem}.xl\:-translate-x-2\.5{--tw-translate-x:-.625rem}.xl\:-translate-x-3\.5{--tw-translate-x:-.875rem}.xl\:-translate-x-gutter-1{--tw-translate-x:-.625rem}.xl\:-translate-x-gutter-2{--tw-translate-x:-1.25rem}.xl\:translate-x-1\/2{--tw-translate-x:50%}.xl\:translate-x-1\/3{--tw-translate-x:33.333333%}.xl\:translate-x-2\/3{--tw-translate-x:66.666667%}.xl\:translate-x-1\/4{--tw-translate-x:25%}.xl\:translate-x-2\/4{--tw-translate-x:50%}.xl\:translate-x-3\/4{--tw-translate-x:75%}.xl\:translate-x-full{--tw-translate-x:100%}.xl\:-translate-x-1\/2{--tw-translate-x:-50%}.xl\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.xl\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.xl\:-translate-x-1\/4{--tw-translate-x:-25%}.xl\:-translate-x-2\/4{--tw-translate-x:-50%}.xl\:-translate-x-3\/4{--tw-translate-x:-75%}.xl\:-translate-x-full{--tw-translate-x:-100%}.xl\:translate-y-0{--tw-translate-y:0px}.xl\:translate-y-1{--tw-translate-y:.25rem}.xl\:translate-y-2{--tw-translate-y:.5rem}.xl\:translate-y-3{--tw-translate-y:.75rem}.xl\:translate-y-4{--tw-translate-y:1rem}.xl\:translate-y-5{--tw-translate-y:1.25rem}.xl\:translate-y-6{--tw-translate-y:1.5rem}.xl\:translate-y-7{--tw-translate-y:1.75rem}.xl\:translate-y-8{--tw-translate-y:2rem}.xl\:translate-y-9{--tw-translate-y:2.25rem}.xl\:translate-y-10{--tw-translate-y:2.5rem}.xl\:translate-y-11{--tw-translate-y:2.75rem}.xl\:translate-y-12{--tw-translate-y:3rem}.xl\:translate-y-14{--tw-translate-y:3.5rem}.xl\:translate-y-16{--tw-translate-y:4rem}.xl\:translate-y-20{--tw-translate-y:5rem}.xl\:translate-y-24{--tw-translate-y:6rem}.xl\:translate-y-28{--tw-translate-y:7rem}.xl\:translate-y-32{--tw-translate-y:8rem}.xl\:translate-y-36{--tw-translate-y:9rem}.xl\:translate-y-40{--tw-translate-y:10rem}.xl\:translate-y-44{--tw-translate-y:11rem}.xl\:translate-y-48{--tw-translate-y:12rem}.xl\:translate-y-52{--tw-translate-y:13rem}.xl\:translate-y-56{--tw-translate-y:14rem}.xl\:translate-y-60{--tw-translate-y:15rem}.xl\:translate-y-64{--tw-translate-y:16rem}.xl\:translate-y-72{--tw-translate-y:18rem}.xl\:translate-y-80{--tw-translate-y:20rem}.xl\:translate-y-96{--tw-translate-y:24rem}.xl\:translate-y-px{--tw-translate-y:1px}.xl\:translate-y-0\.5{--tw-translate-y:.125rem}.xl\:translate-y-1\.5{--tw-translate-y:.375rem}.xl\:translate-y-2\.5{--tw-translate-y:.625rem}.xl\:translate-y-3\.5{--tw-translate-y:.875rem}.xl\:translate-y-gutter-1{--tw-translate-y:.625rem}.xl\:translate-y-gutter-2{--tw-translate-y:1.25rem}.xl\:-translate-y-0{--tw-translate-y:0px}.xl\:-translate-y-1{--tw-translate-y:-.25rem}.xl\:-translate-y-2{--tw-translate-y:-.5rem}.xl\:-translate-y-3{--tw-translate-y:-.75rem}.xl\:-translate-y-4{--tw-translate-y:-1rem}.xl\:-translate-y-5{--tw-translate-y:-1.25rem}.xl\:-translate-y-6{--tw-translate-y:-1.5rem}.xl\:-translate-y-7{--tw-translate-y:-1.75rem}.xl\:-translate-y-8{--tw-translate-y:-2rem}.xl\:-translate-y-9{--tw-translate-y:-2.25rem}.xl\:-translate-y-10{--tw-translate-y:-2.5rem}.xl\:-translate-y-11{--tw-translate-y:-2.75rem}.xl\:-translate-y-12{--tw-translate-y:-3rem}.xl\:-translate-y-14{--tw-translate-y:-3.5rem}.xl\:-translate-y-16{--tw-translate-y:-4rem}.xl\:-translate-y-20{--tw-translate-y:-5rem}.xl\:-translate-y-24{--tw-translate-y:-6rem}.xl\:-translate-y-28{--tw-translate-y:-7rem}.xl\:-translate-y-32{--tw-translate-y:-8rem}.xl\:-translate-y-36{--tw-translate-y:-9rem}.xl\:-translate-y-40{--tw-translate-y:-10rem}.xl\:-translate-y-44{--tw-translate-y:-11rem}.xl\:-translate-y-48{--tw-translate-y:-12rem}.xl\:-translate-y-52{--tw-translate-y:-13rem}.xl\:-translate-y-56{--tw-translate-y:-14rem}.xl\:-translate-y-60{--tw-translate-y:-15rem}.xl\:-translate-y-64{--tw-translate-y:-16rem}.xl\:-translate-y-72{--tw-translate-y:-18rem}.xl\:-translate-y-80{--tw-translate-y:-20rem}.xl\:-translate-y-96{--tw-translate-y:-24rem}.xl\:-translate-y-px{--tw-translate-y:-1px}.xl\:-translate-y-0\.5{--tw-translate-y:-.125rem}.xl\:-translate-y-1\.5{--tw-translate-y:-.375rem}.xl\:-translate-y-2\.5{--tw-translate-y:-.625rem}.xl\:-translate-y-3\.5{--tw-translate-y:-.875rem}.xl\:-translate-y-gutter-1{--tw-translate-y:-.625rem}.xl\:-translate-y-gutter-2{--tw-translate-y:-1.25rem}.xl\:translate-y-1\/2{--tw-translate-y:50%}.xl\:translate-y-1\/3{--tw-translate-y:33.333333%}.xl\:translate-y-2\/3{--tw-translate-y:66.666667%}.xl\:translate-y-1\/4{--tw-translate-y:25%}.xl\:translate-y-2\/4{--tw-translate-y:50%}.xl\:translate-y-3\/4{--tw-translate-y:75%}.xl\:translate-y-full{--tw-translate-y:100%}.xl\:-translate-y-1\/2{--tw-translate-y:-50%}.xl\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.xl\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.xl\:-translate-y-1\/4{--tw-translate-y:-25%}.xl\:-translate-y-2\/4{--tw-translate-y:-50%}.xl\:-translate-y-3\/4{--tw-translate-y:-75%}.xl\:-translate-y-full{--tw-translate-y:-100%}.xl\:hover\:translate-x-0:hover{--tw-translate-x:0px}.xl\:hover\:translate-x-1:hover{--tw-translate-x:.25rem}.xl\:hover\:translate-x-2:hover{--tw-translate-x:.5rem}.xl\:hover\:translate-x-3:hover{--tw-translate-x:.75rem}.xl\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.xl\:hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.xl\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.xl\:hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.xl\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.xl\:hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.xl\:hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.xl\:hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.xl\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.xl\:hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.xl\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.xl\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.xl\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.xl\:hover\:translate-x-28:hover{--tw-translate-x:7rem}.xl\:hover\:translate-x-32:hover{--tw-translate-x:8rem}.xl\:hover\:translate-x-36:hover{--tw-translate-x:9rem}.xl\:hover\:translate-x-40:hover{--tw-translate-x:10rem}.xl\:hover\:translate-x-44:hover{--tw-translate-x:11rem}.xl\:hover\:translate-x-48:hover{--tw-translate-x:12rem}.xl\:hover\:translate-x-52:hover{--tw-translate-x:13rem}.xl\:hover\:translate-x-56:hover{--tw-translate-x:14rem}.xl\:hover\:translate-x-60:hover{--tw-translate-x:15rem}.xl\:hover\:translate-x-64:hover{--tw-translate-x:16rem}.xl\:hover\:translate-x-72:hover{--tw-translate-x:18rem}.xl\:hover\:translate-x-80:hover{--tw-translate-x:20rem}.xl\:hover\:translate-x-96:hover{--tw-translate-x:24rem}.xl\:hover\:translate-x-px:hover{--tw-translate-x:1px}.xl\:hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.xl\:hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.xl\:hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.xl\:hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.xl\:hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.xl\:hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.xl\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.xl\:hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.xl\:hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.xl\:hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.xl\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.xl\:hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.xl\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.xl\:hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.xl\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.xl\:hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.xl\:hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.xl\:hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.xl\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.xl\:hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.xl\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.xl\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.xl\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.xl\:hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.xl\:hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.xl\:hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.xl\:hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.xl\:hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.xl\:hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.xl\:hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.xl\:hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.xl\:hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.xl\:hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.xl\:hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.xl\:hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.xl\:hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.xl\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.xl\:hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.xl\:hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.xl\:hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.xl\:hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.xl\:hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.xl\:hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.xl\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.xl\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.xl\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.xl\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.xl\:hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.xl\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.xl\:hover\:translate-x-full:hover{--tw-translate-x:100%}.xl\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.xl\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.xl\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.xl\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.xl\:hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.xl\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.xl\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.xl\:hover\:translate-y-0:hover{--tw-translate-y:0px}.xl\:hover\:translate-y-1:hover{--tw-translate-y:.25rem}.xl\:hover\:translate-y-2:hover{--tw-translate-y:.5rem}.xl\:hover\:translate-y-3:hover{--tw-translate-y:.75rem}.xl\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.xl\:hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.xl\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.xl\:hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.xl\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.xl\:hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.xl\:hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.xl\:hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.xl\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.xl\:hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.xl\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.xl\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.xl\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.xl\:hover\:translate-y-28:hover{--tw-translate-y:7rem}.xl\:hover\:translate-y-32:hover{--tw-translate-y:8rem}.xl\:hover\:translate-y-36:hover{--tw-translate-y:9rem}.xl\:hover\:translate-y-40:hover{--tw-translate-y:10rem}.xl\:hover\:translate-y-44:hover{--tw-translate-y:11rem}.xl\:hover\:translate-y-48:hover{--tw-translate-y:12rem}.xl\:hover\:translate-y-52:hover{--tw-translate-y:13rem}.xl\:hover\:translate-y-56:hover{--tw-translate-y:14rem}.xl\:hover\:translate-y-60:hover{--tw-translate-y:15rem}.xl\:hover\:translate-y-64:hover{--tw-translate-y:16rem}.xl\:hover\:translate-y-72:hover{--tw-translate-y:18rem}.xl\:hover\:translate-y-80:hover{--tw-translate-y:20rem}.xl\:hover\:translate-y-96:hover{--tw-translate-y:24rem}.xl\:hover\:translate-y-px:hover{--tw-translate-y:1px}.xl\:hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.xl\:hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.xl\:hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.xl\:hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.xl\:hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.xl\:hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.xl\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.xl\:hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.xl\:hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.xl\:hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.xl\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.xl\:hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.xl\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.xl\:hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.xl\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.xl\:hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.xl\:hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.xl\:hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.xl\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.xl\:hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.xl\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.xl\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.xl\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.xl\:hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.xl\:hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.xl\:hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.xl\:hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.xl\:hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.xl\:hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.xl\:hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.xl\:hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.xl\:hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.xl\:hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.xl\:hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.xl\:hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.xl\:hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.xl\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.xl\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.xl\:hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.xl\:hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.xl\:hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.xl\:hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.xl\:hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.xl\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.xl\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.xl\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.xl\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.xl\:hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.xl\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.xl\:hover\:translate-y-full:hover{--tw-translate-y:100%}.xl\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.xl\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.xl\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.xl\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.xl\:hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.xl\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.xl\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.xl\:focus\:translate-x-0:focus{--tw-translate-x:0px}.xl\:focus\:translate-x-1:focus{--tw-translate-x:.25rem}.xl\:focus\:translate-x-2:focus{--tw-translate-x:.5rem}.xl\:focus\:translate-x-3:focus{--tw-translate-x:.75rem}.xl\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.xl\:focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.xl\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.xl\:focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.xl\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.xl\:focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.xl\:focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.xl\:focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.xl\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.xl\:focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.xl\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.xl\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.xl\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.xl\:focus\:translate-x-28:focus{--tw-translate-x:7rem}.xl\:focus\:translate-x-32:focus{--tw-translate-x:8rem}.xl\:focus\:translate-x-36:focus{--tw-translate-x:9rem}.xl\:focus\:translate-x-40:focus{--tw-translate-x:10rem}.xl\:focus\:translate-x-44:focus{--tw-translate-x:11rem}.xl\:focus\:translate-x-48:focus{--tw-translate-x:12rem}.xl\:focus\:translate-x-52:focus{--tw-translate-x:13rem}.xl\:focus\:translate-x-56:focus{--tw-translate-x:14rem}.xl\:focus\:translate-x-60:focus{--tw-translate-x:15rem}.xl\:focus\:translate-x-64:focus{--tw-translate-x:16rem}.xl\:focus\:translate-x-72:focus{--tw-translate-x:18rem}.xl\:focus\:translate-x-80:focus{--tw-translate-x:20rem}.xl\:focus\:translate-x-96:focus{--tw-translate-x:24rem}.xl\:focus\:translate-x-px:focus{--tw-translate-x:1px}.xl\:focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.xl\:focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.xl\:focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.xl\:focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.xl\:focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.xl\:focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.xl\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.xl\:focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.xl\:focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.xl\:focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.xl\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.xl\:focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.xl\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.xl\:focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.xl\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.xl\:focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.xl\:focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.xl\:focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.xl\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.xl\:focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.xl\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.xl\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.xl\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.xl\:focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.xl\:focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.xl\:focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.xl\:focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.xl\:focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.xl\:focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.xl\:focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.xl\:focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.xl\:focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.xl\:focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.xl\:focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.xl\:focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.xl\:focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.xl\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.xl\:focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.xl\:focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.xl\:focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.xl\:focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.xl\:focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.xl\:focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.xl\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.xl\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.xl\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.xl\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.xl\:focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.xl\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.xl\:focus\:translate-x-full:focus{--tw-translate-x:100%}.xl\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.xl\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.xl\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.xl\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.xl\:focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.xl\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.xl\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.xl\:focus\:translate-y-0:focus{--tw-translate-y:0px}.xl\:focus\:translate-y-1:focus{--tw-translate-y:.25rem}.xl\:focus\:translate-y-2:focus{--tw-translate-y:.5rem}.xl\:focus\:translate-y-3:focus{--tw-translate-y:.75rem}.xl\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.xl\:focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.xl\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.xl\:focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.xl\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.xl\:focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.xl\:focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.xl\:focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.xl\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.xl\:focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.xl\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.xl\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.xl\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.xl\:focus\:translate-y-28:focus{--tw-translate-y:7rem}.xl\:focus\:translate-y-32:focus{--tw-translate-y:8rem}.xl\:focus\:translate-y-36:focus{--tw-translate-y:9rem}.xl\:focus\:translate-y-40:focus{--tw-translate-y:10rem}.xl\:focus\:translate-y-44:focus{--tw-translate-y:11rem}.xl\:focus\:translate-y-48:focus{--tw-translate-y:12rem}.xl\:focus\:translate-y-52:focus{--tw-translate-y:13rem}.xl\:focus\:translate-y-56:focus{--tw-translate-y:14rem}.xl\:focus\:translate-y-60:focus{--tw-translate-y:15rem}.xl\:focus\:translate-y-64:focus{--tw-translate-y:16rem}.xl\:focus\:translate-y-72:focus{--tw-translate-y:18rem}.xl\:focus\:translate-y-80:focus{--tw-translate-y:20rem}.xl\:focus\:translate-y-96:focus{--tw-translate-y:24rem}.xl\:focus\:translate-y-px:focus{--tw-translate-y:1px}.xl\:focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.xl\:focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.xl\:focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.xl\:focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.xl\:focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.xl\:focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.xl\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.xl\:focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.xl\:focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.xl\:focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.xl\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.xl\:focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.xl\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.xl\:focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.xl\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.xl\:focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.xl\:focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.xl\:focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.xl\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.xl\:focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.xl\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.xl\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.xl\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.xl\:focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.xl\:focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.xl\:focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.xl\:focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.xl\:focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.xl\:focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.xl\:focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.xl\:focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.xl\:focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.xl\:focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.xl\:focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.xl\:focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.xl\:focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.xl\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.xl\:focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.xl\:focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.xl\:focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.xl\:focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.xl\:focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.xl\:focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.xl\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.xl\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.xl\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.xl\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.xl\:focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.xl\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.xl\:focus\:translate-y-full:focus{--tw-translate-y:100%}.xl\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.xl\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.xl\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.xl\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.xl\:focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.xl\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.xl\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.xl\:skew-x-0{--tw-skew-x:0deg}.xl\:skew-x-1{--tw-skew-x:1deg}.xl\:skew-x-2{--tw-skew-x:2deg}.xl\:skew-x-3{--tw-skew-x:3deg}.xl\:skew-x-6{--tw-skew-x:6deg}.xl\:skew-x-12{--tw-skew-x:12deg}.xl\:-skew-x-12{--tw-skew-x:-12deg}.xl\:-skew-x-6{--tw-skew-x:-6deg}.xl\:-skew-x-3{--tw-skew-x:-3deg}.xl\:-skew-x-2{--tw-skew-x:-2deg}.xl\:-skew-x-1{--tw-skew-x:-1deg}.xl\:skew-y-0{--tw-skew-y:0deg}.xl\:skew-y-1{--tw-skew-y:1deg}.xl\:skew-y-2{--tw-skew-y:2deg}.xl\:skew-y-3{--tw-skew-y:3deg}.xl\:skew-y-6{--tw-skew-y:6deg}.xl\:skew-y-12{--tw-skew-y:12deg}.xl\:-skew-y-12{--tw-skew-y:-12deg}.xl\:-skew-y-6{--tw-skew-y:-6deg}.xl\:-skew-y-3{--tw-skew-y:-3deg}.xl\:-skew-y-2{--tw-skew-y:-2deg}.xl\:-skew-y-1{--tw-skew-y:-1deg}.xl\:hover\:skew-x-0:hover{--tw-skew-x:0deg}.xl\:hover\:skew-x-1:hover{--tw-skew-x:1deg}.xl\:hover\:skew-x-2:hover{--tw-skew-x:2deg}.xl\:hover\:skew-x-3:hover{--tw-skew-x:3deg}.xl\:hover\:skew-x-6:hover{--tw-skew-x:6deg}.xl\:hover\:skew-x-12:hover{--tw-skew-x:12deg}.xl\:hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.xl\:hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.xl\:hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.xl\:hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.xl\:hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.xl\:hover\:skew-y-0:hover{--tw-skew-y:0deg}.xl\:hover\:skew-y-1:hover{--tw-skew-y:1deg}.xl\:hover\:skew-y-2:hover{--tw-skew-y:2deg}.xl\:hover\:skew-y-3:hover{--tw-skew-y:3deg}.xl\:hover\:skew-y-6:hover{--tw-skew-y:6deg}.xl\:hover\:skew-y-12:hover{--tw-skew-y:12deg}.xl\:hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.xl\:hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.xl\:hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.xl\:hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.xl\:hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.xl\:focus\:skew-x-0:focus{--tw-skew-x:0deg}.xl\:focus\:skew-x-1:focus{--tw-skew-x:1deg}.xl\:focus\:skew-x-2:focus{--tw-skew-x:2deg}.xl\:focus\:skew-x-3:focus{--tw-skew-x:3deg}.xl\:focus\:skew-x-6:focus{--tw-skew-x:6deg}.xl\:focus\:skew-x-12:focus{--tw-skew-x:12deg}.xl\:focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.xl\:focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.xl\:focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.xl\:focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.xl\:focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.xl\:focus\:skew-y-0:focus{--tw-skew-y:0deg}.xl\:focus\:skew-y-1:focus{--tw-skew-y:1deg}.xl\:focus\:skew-y-2:focus{--tw-skew-y:2deg}.xl\:focus\:skew-y-3:focus{--tw-skew-y:3deg}.xl\:focus\:skew-y-6:focus{--tw-skew-y:6deg}.xl\:focus\:skew-y-12:focus{--tw-skew-y:12deg}.xl\:focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.xl\:focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.xl\:focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.xl\:focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.xl\:focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.xl\:transition-none{transition-property:none}.xl\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xl\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xl\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xl\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xl\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xl\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xl\:ease-linear{transition-timing-function:linear}.xl\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.xl\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.xl\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.xl\:duration-75{transition-duration:75ms}.xl\:duration-100{transition-duration:.1s}.xl\:duration-150{transition-duration:.15s}.xl\:duration-200{transition-duration:.2s}.xl\:duration-300{transition-duration:.3s}.xl\:duration-500{transition-duration:.5s}.xl\:duration-700{transition-duration:.7s}.xl\:duration-1000{transition-duration:1s}.xl\:delay-75{transition-delay:75ms}.xl\:delay-100{transition-delay:.1s}.xl\:delay-150{transition-delay:.15s}.xl\:delay-200{transition-delay:.2s}.xl\:delay-300{transition-delay:.3s}.xl\:delay-500{transition-delay:.5s}.xl\:delay-700{transition-delay:.7s}.xl\:delay-1000{transition-delay:1s}.xl\:animate-none{animation:none}.xl\:animate-spin{animation:spin 1s linear infinite}.xl\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.xl\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.xl\:animate-bounce{animation:bounce 1s infinite}}@media (min-width:1600px){.xxl\:space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.xxl\:space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.xxl\:space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.xxl\:space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.xxl\:space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.xxl\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.xxl\:space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.xxl\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.xxl\:space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.xxl\:space-x-8&gt;: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)))}.xxl\:space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.xxl\:space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.xxl\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.xxl\:space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.xxl\:space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.xxl\:space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.xxl\:space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.xxl\:space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.xxl\:space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.xxl\:space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.xxl\:space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.xxl\:space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.xxl\:space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.xxl\:space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.xxl\:space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.xxl\:space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.xxl\:space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.xxl\:space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.xxl\:space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.xxl\:space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.xxl\:space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.xxl\:space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.xxl\:space-x-px&gt;: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)))}.xxl\:space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.xxl\:space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.xxl\:space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.xxl\:space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.xxl\:space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.xxl\:space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.xxl\:space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.xxl\:-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.xxl\:-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.xxl\:-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.xxl\:-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.xxl\:-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.xxl\:-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.xxl\:-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.xxl\:-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.xxl\:-space-x-8&gt;: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)))}.xxl\:-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.xxl\:-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.xxl\:-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.xxl\:-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.xxl\:-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.xxl\:-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.xxl\:-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.xxl\:-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.xxl\:-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.xxl\:-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.xxl\:-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.xxl\:-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.xxl\:-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.xxl\:-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.xxl\:-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.xxl\:-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.xxl\:-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.xxl\:-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.xxl\:-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.xxl\:-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.xxl\:-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.xxl\:-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.xxl\:-space-x-px&gt;: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)))}.xxl\:-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.xxl\:-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.xxl\:-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.xxl\:-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.xxl\:-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.xxl\:-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.xxl\:-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxl\:space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.xxl\:space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.xxl\:divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.xxl\:divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.xxl\:divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.xxl\:divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.xxl\:divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.xxl\:divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.xxl\:divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.xxl\:divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.xxl\:divide-y&gt;: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))}.xxl\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.xxl\:divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.xxl\:divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.xxl\:divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.xxl\:divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.xxl\:divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.xxl\:divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.xxl\:divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.xxl\:divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.xxl\:divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.xxl\:divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.xxl\:divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.xxl\:divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.xxl\:divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.xxl\:divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.xxl\:divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.xxl\:divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.xxl\:divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.xxl\:divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.xxl\:divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.xxl\:divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.xxl\:divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.xxl\:divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.xxl\:divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.xxl\:divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.xxl\:divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.xxl\:divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.xxl\:divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.xxl\:divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.xxl\:divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.xxl\:divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.xxl\:divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.xxl\:divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.xxl\:divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.xxl\:divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.xxl\:divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.xxl\:divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.xxl\:divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.xxl\:divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.xxl\:divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.xxl\:divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.xxl\:divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.xxl\:divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.xxl\:divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.xxl\:divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.xxl\:divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.xxl\:divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.xxl\:divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.xxl\:divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.xxl\:divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.xxl\:divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.xxl\:divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.xxl\:divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.xxl\:divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.xxl\:divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.xxl\:divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.xxl\:divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.xxl\:divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.xxl\:divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.xxl\:divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.xxl\:divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.xxl\:divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.xxl\:divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.xxl\:divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.xxl\:divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.xxl\:divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.xxl\:divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.xxl\:divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.xxl\:divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.xxl\:divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.xxl\:divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.xxl\:divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.xxl\:divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.xxl\:divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.xxl\:divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.xxl\:divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.xxl\:divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.xxl\:divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.xxl\:divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.xxl\:divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.xxl\:divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.xxl\:divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.xxl\:divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.xxl\:divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.xxl\:divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.xxl\:divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.xxl\:divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.xxl\:divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.xxl\:divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.xxl\:divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.xxl\:divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.xxl\:divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.xxl\:divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.xxl\:divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.xxl\:divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.xxl\:divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.xxl\:divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.xxl\:divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.xxl\:divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.xxl\:divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.xxl\:divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.xxl\:divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.xxl\:divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.xxl\:divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.xxl\:divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.xxl\:divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.xxl\:divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.xxl\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xxl\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xxl\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xxl\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xxl\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xxl\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xxl\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.xxl\:bg-fixed{background-attachment:fixed}.xxl\:bg-local{background-attachment:local}.xxl\:bg-scroll{background-attachment:scroll}.xxl\:bg-clip-border{background-clip:border-box}.xxl\:bg-clip-padding{background-clip:padding-box}.xxl\:bg-clip-content{background-clip:content-box}.xxl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.xxl\:bg-transparent{background-color:transparent}.xxl\:bg-current{background-color:currentColor}.xxl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-transparent{background-color:transparent}.group:hover .xxl\:group-hover\:bg-current{background-color:currentColor}.group:hover .xxl\:group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .xxl\:group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-transparent:focus-within{background-color:transparent}.xxl\:focus-within\:bg-current:focus-within{background-color:currentColor}.xxl\:focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxl\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxl\:hover\:bg-transparent:hover{background-color:transparent}.xxl\:hover\:bg-current:hover{background-color:currentColor}.xxl\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxl\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxl\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxl\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxl\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxl\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxl\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxl\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxl\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxl\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxl\:focus\:bg-transparent:focus{background-color:transparent}.xxl\:focus\:bg-current:focus{background-color:currentColor}.xxl\:focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxl\:focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxl\:focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxl\:focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxl\:focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxl\:focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxl\:focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxl\:focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxl\:focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxl\:focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxl\:bg-none{background-image:none}.xxl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.xxl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.xxl\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xxl\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xxl\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xxl\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xxl\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xxl\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xxl\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xxl\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xxl\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xxl\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xxl\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xxl\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xxl\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xxl\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xxl\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xxl\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xxl\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xxl\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xxl\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xxl\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xxl\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xxl\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xxl\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xxl\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xxl\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xxl\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xxl\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xxl\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xxl\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xxl\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xxl\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xxl\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xxl\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xxl\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xxl\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xxl\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xxl\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xxl\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xxl\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xxl\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xxl\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xxl\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xxl\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xxl\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xxl\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xxl\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xxl\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xxl\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xxl\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xxl\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xxl\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xxl\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xxl\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xxl\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xxl\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xxl\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xxl\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xxl\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xxl\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xxl\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xxl\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xxl\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xxl\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xxl\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xxl\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xxl\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xxl\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xxl\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xxl\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xxl\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xxl\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xxl\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xxl\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xxl\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xxl\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xxl\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xxl\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xxl\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xxl\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xxl\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xxl\:via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xxl\:via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xxl\:via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xxl\:via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xxl\:via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xxl\:via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xxl\:via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xxl\:via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xxl\:via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xxl\:via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xxl\:via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xxl\:via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xxl\:via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xxl\:via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xxl\:via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xxl\:via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xxl\:via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xxl\:via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xxl\:via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xxl\:via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xxl\:via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xxl\:via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xxl\:via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xxl\:via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xxl\:via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xxl\:via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xxl\:via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xxl\:via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xxl\:via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xxl\:via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xxl\:via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xxl\:via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xxl\:via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xxl\:via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xxl\:via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xxl\:via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xxl\:via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xxl\:via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xxl\:via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xxl\:via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xxl\:via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xxl\:via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xxl\:via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xxl\:via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xxl\:via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xxl\:via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xxl\:via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xxl\:via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xxl\:via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xxl\:via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xxl\:via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xxl\:via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xxl\:via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xxl\:via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xxl\:via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xxl\:via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xxl\:via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xxl\:via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xxl\:via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xxl\:via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xxl\:via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xxl\:via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xxl\:via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xxl\:via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xxl\:via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xxl\:via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xxl\:via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xxl\:via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xxl\:via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xxl\:via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xxl\:via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xxl\:via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xxl\:via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xxl\:via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xxl\:via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xxl\:via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xxl\:via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xxl\:via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xxl\:via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xxl\:via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xxl\:to-transparent{--tw-gradient-to:transparent}.xxl\:to-current{--tw-gradient-to:currentColor}.xxl\:to-black{--tw-gradient-to:#000}.xxl\:to-white{--tw-gradient-to:#fff}.xxl\:to-gray-50{--tw-gradient-to:#f9fafb}.xxl\:to-gray-100{--tw-gradient-to:#f3f4f6}.xxl\:to-gray-200{--tw-gradient-to:#e5e7eb}.xxl\:to-gray-300{--tw-gradient-to:#d1d5db}.xxl\:to-gray-400{--tw-gradient-to:#9ca3af}.xxl\:to-gray-500{--tw-gradient-to:#6b7280}.xxl\:to-gray-600{--tw-gradient-to:#4b5563}.xxl\:to-gray-700{--tw-gradient-to:#374151}.xxl\:to-gray-800{--tw-gradient-to:#1f2937}.xxl\:to-gray-900{--tw-gradient-to:#111827}.xxl\:to-red-50{--tw-gradient-to:#fef2f2}.xxl\:to-red-100{--tw-gradient-to:#fee2e2}.xxl\:to-red-200{--tw-gradient-to:#fecaca}.xxl\:to-red-300{--tw-gradient-to:#fca5a5}.xxl\:to-red-400{--tw-gradient-to:#f87171}.xxl\:to-red-500{--tw-gradient-to:#ef4444}.xxl\:to-red-600{--tw-gradient-to:#dc2626}.xxl\:to-red-700{--tw-gradient-to:#b91c1c}.xxl\:to-red-800{--tw-gradient-to:#991b1b}.xxl\:to-red-900{--tw-gradient-to:#7f1d1d}.xxl\:to-yellow-50{--tw-gradient-to:#fffbeb}.xxl\:to-yellow-100{--tw-gradient-to:#fef3c7}.xxl\:to-yellow-200{--tw-gradient-to:#fde68a}.xxl\:to-yellow-300{--tw-gradient-to:#fcd34d}.xxl\:to-yellow-400{--tw-gradient-to:#fbbf24}.xxl\:to-yellow-500{--tw-gradient-to:#f59e0b}.xxl\:to-yellow-600{--tw-gradient-to:#d97706}.xxl\:to-yellow-700{--tw-gradient-to:#b45309}.xxl\:to-yellow-800{--tw-gradient-to:#92400e}.xxl\:to-yellow-900{--tw-gradient-to:#78350f}.xxl\:to-green-50{--tw-gradient-to:#ecfdf5}.xxl\:to-green-100{--tw-gradient-to:#d1fae5}.xxl\:to-green-200{--tw-gradient-to:#a7f3d0}.xxl\:to-green-300{--tw-gradient-to:#6ee7b7}.xxl\:to-green-400{--tw-gradient-to:#34d399}.xxl\:to-green-500{--tw-gradient-to:#10b981}.xxl\:to-green-600{--tw-gradient-to:#059669}.xxl\:to-green-700{--tw-gradient-to:#047857}.xxl\:to-green-800{--tw-gradient-to:#065f46}.xxl\:to-green-900{--tw-gradient-to:#064e3b}.xxl\:to-blue-50{--tw-gradient-to:#eff6ff}.xxl\:to-blue-100{--tw-gradient-to:#dbeafe}.xxl\:to-blue-200{--tw-gradient-to:#bfdbfe}.xxl\:to-blue-300{--tw-gradient-to:#93c5fd}.xxl\:to-blue-400{--tw-gradient-to:#60a5fa}.xxl\:to-blue-500{--tw-gradient-to:#3b82f6}.xxl\:to-blue-600{--tw-gradient-to:#2563eb}.xxl\:to-blue-700{--tw-gradient-to:#1d4ed8}.xxl\:to-blue-800{--tw-gradient-to:#1e40af}.xxl\:to-blue-900{--tw-gradient-to:#1e3a8a}.xxl\:to-indigo-50{--tw-gradient-to:#eef2ff}.xxl\:to-indigo-100{--tw-gradient-to:#e0e7ff}.xxl\:to-indigo-200{--tw-gradient-to:#c7d2fe}.xxl\:to-indigo-300{--tw-gradient-to:#a5b4fc}.xxl\:to-indigo-400{--tw-gradient-to:#818cf8}.xxl\:to-indigo-500{--tw-gradient-to:#6366f1}.xxl\:to-indigo-600{--tw-gradient-to:#4f46e5}.xxl\:to-indigo-700{--tw-gradient-to:#4338ca}.xxl\:to-indigo-800{--tw-gradient-to:#3730a3}.xxl\:to-indigo-900{--tw-gradient-to:#312e81}.xxl\:to-purple-50{--tw-gradient-to:#f5f3ff}.xxl\:to-purple-100{--tw-gradient-to:#ede9fe}.xxl\:to-purple-200{--tw-gradient-to:#ddd6fe}.xxl\:to-purple-300{--tw-gradient-to:#c4b5fd}.xxl\:to-purple-400{--tw-gradient-to:#a78bfa}.xxl\:to-purple-500{--tw-gradient-to:#8b5cf6}.xxl\:to-purple-600{--tw-gradient-to:#7c3aed}.xxl\:to-purple-700{--tw-gradient-to:#6d28d9}.xxl\:to-purple-800{--tw-gradient-to:#5b21b6}.xxl\:to-purple-900{--tw-gradient-to:#4c1d95}.xxl\:to-pink-50{--tw-gradient-to:#fdf2f8}.xxl\:to-pink-100{--tw-gradient-to:#fce7f3}.xxl\:to-pink-200{--tw-gradient-to:#fbcfe8}.xxl\:to-pink-300{--tw-gradient-to:#f9a8d4}.xxl\:to-pink-400{--tw-gradient-to:#f472b6}.xxl\:to-pink-500{--tw-gradient-to:#ec4899}.xxl\:to-pink-600{--tw-gradient-to:#db2777}.xxl\:to-pink-700{--tw-gradient-to:#be185d}.xxl\:to-pink-800{--tw-gradient-to:#9d174d}.xxl\:to-pink-900{--tw-gradient-to:#831843}.xxl\:hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xxl\:hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xxl\:hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xxl\:hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xxl\:hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xxl\:hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xxl\:hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xxl\:hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xxl\:hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xxl\:hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xxl\:hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xxl\:hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xxl\:hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xxl\:hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xxl\:hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xxl\:hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xxl\:hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xxl\:hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xxl\:hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xxl\:hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xxl\:hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xxl\:hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xxl\:hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xxl\:hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xxl\:hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xxl\:hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xxl\:hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xxl\:hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xxl\:hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xxl\:hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xxl\:hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xxl\:hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xxl\:hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xxl\:hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xxl\:hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xxl\:hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xxl\:hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xxl\:hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xxl\:hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xxl\:hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xxl\:hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xxl\:hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xxl\:hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xxl\:hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xxl\:hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xxl\:hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xxl\:hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xxl\:hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xxl\:hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xxl\:hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xxl\:hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xxl\:hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xxl\:hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xxl\:hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xxl\:hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xxl\:hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xxl\:hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xxl\:hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xxl\:hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xxl\:hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xxl\:hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xxl\:hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xxl\:hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xxl\:hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xxl\:hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xxl\:hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xxl\:hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xxl\:hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xxl\:hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xxl\:hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xxl\:hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xxl\:hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xxl\:hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xxl\:hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xxl\:hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xxl\:hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xxl\:hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xxl\:hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xxl\:hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xxl\:hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xxl\:hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xxl\:hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xxl\:hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xxl\:hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xxl\:hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xxl\:hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xxl\:hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xxl\:hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xxl\:hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xxl\:hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xxl\:hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xxl\:hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xxl\:hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xxl\:hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xxl\:hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xxl\:hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xxl\:hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xxl\:hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xxl\:hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xxl\:hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xxl\:hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xxl\:hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xxl\:hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xxl\:hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xxl\:hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xxl\:hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xxl\:hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xxl\:hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xxl\:hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xxl\:hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xxl\:hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xxl\:hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xxl\:hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xxl\:hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xxl\:hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xxl\:hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xxl\:hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xxl\:hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xxl\:hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xxl\:hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xxl\:hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xxl\:hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xxl\:hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xxl\:hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xxl\:hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xxl\:hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xxl\:hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xxl\:hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xxl\:hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xxl\:hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xxl\:hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xxl\:hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xxl\:hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xxl\:hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xxl\:hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xxl\:hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xxl\:hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xxl\:hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xxl\:hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xxl\:hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xxl\:hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xxl\:hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xxl\:hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xxl\:hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xxl\:hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xxl\:hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xxl\:hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xxl\:hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xxl\:hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xxl\:hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xxl\:hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xxl\:hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xxl\:hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xxl\:hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xxl\:hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xxl\:hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xxl\:hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xxl\:hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xxl\:hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xxl\:hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xxl\:hover\:to-transparent:hover{--tw-gradient-to:transparent}.xxl\:hover\:to-current:hover{--tw-gradient-to:currentColor}.xxl\:hover\:to-black:hover{--tw-gradient-to:#000}.xxl\:hover\:to-white:hover{--tw-gradient-to:#fff}.xxl\:hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.xxl\:hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.xxl\:hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.xxl\:hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.xxl\:hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.xxl\:hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.xxl\:hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.xxl\:hover\:to-gray-700:hover{--tw-gradient-to:#374151}.xxl\:hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.xxl\:hover\:to-gray-900:hover{--tw-gradient-to:#111827}.xxl\:hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.xxl\:hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.xxl\:hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.xxl\:hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.xxl\:hover\:to-red-400:hover{--tw-gradient-to:#f87171}.xxl\:hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.xxl\:hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.xxl\:hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.xxl\:hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.xxl\:hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.xxl\:hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.xxl\:hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.xxl\:hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.xxl\:hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.xxl\:hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.xxl\:hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.xxl\:hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.xxl\:hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.xxl\:hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.xxl\:hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.xxl\:hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.xxl\:hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.xxl\:hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.xxl\:hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.xxl\:hover\:to-green-400:hover{--tw-gradient-to:#34d399}.xxl\:hover\:to-green-500:hover{--tw-gradient-to:#10b981}.xxl\:hover\:to-green-600:hover{--tw-gradient-to:#059669}.xxl\:hover\:to-green-700:hover{--tw-gradient-to:#047857}.xxl\:hover\:to-green-800:hover{--tw-gradient-to:#065f46}.xxl\:hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.xxl\:hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.xxl\:hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.xxl\:hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.xxl\:hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.xxl\:hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.xxl\:hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.xxl\:hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.xxl\:hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.xxl\:hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.xxl\:hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.xxl\:hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.xxl\:hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.xxl\:hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.xxl\:hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.xxl\:hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.xxl\:hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.xxl\:hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.xxl\:hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.xxl\:hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.xxl\:hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.xxl\:hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.xxl\:hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.xxl\:hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.xxl\:hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.xxl\:hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.xxl\:hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.xxl\:hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.xxl\:hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.xxl\:hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.xxl\:hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.xxl\:hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.xxl\:hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.xxl\:hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.xxl\:hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.xxl\:hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.xxl\:hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.xxl\:hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.xxl\:hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.xxl\:hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.xxl\:hover\:to-pink-900:hover{--tw-gradient-to:#831843}.xxl\:focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xxl\:focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xxl\:focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xxl\:focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xxl\:focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xxl\:focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xxl\:focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xxl\:focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xxl\:focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xxl\:focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xxl\:focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xxl\:focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xxl\:focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xxl\:focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xxl\:focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xxl\:focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xxl\:focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xxl\:focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xxl\:focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xxl\:focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xxl\:focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xxl\:focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xxl\:focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xxl\:focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xxl\:focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xxl\:focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xxl\:focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xxl\:focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xxl\:focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xxl\:focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xxl\:focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xxl\:focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xxl\:focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xxl\:focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xxl\:focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xxl\:focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xxl\:focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xxl\:focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xxl\:focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xxl\:focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xxl\:focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xxl\:focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xxl\:focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xxl\:focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xxl\:focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xxl\:focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xxl\:focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xxl\:focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xxl\:focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xxl\:focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xxl\:focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xxl\:focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xxl\:focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xxl\:focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xxl\:focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xxl\:focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xxl\:focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xxl\:focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xxl\:focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xxl\:focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xxl\:focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xxl\:focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xxl\:focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xxl\:focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xxl\:focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xxl\:focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xxl\:focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xxl\:focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xxl\:focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xxl\:focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xxl\:focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xxl\:focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xxl\:focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xxl\:focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xxl\:focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xxl\:focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xxl\:focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xxl\:focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xxl\:focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xxl\:focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xxl\:focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xxl\:focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xxl\:focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xxl\:focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xxl\:focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xxl\:focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xxl\:focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xxl\:focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xxl\:focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xxl\:focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xxl\:focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xxl\:focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xxl\:focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xxl\:focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xxl\:focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xxl\:focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xxl\:focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xxl\:focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xxl\:focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xxl\:focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xxl\:focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xxl\:focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xxl\:focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xxl\:focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xxl\:focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xxl\:focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xxl\:focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xxl\:focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xxl\:focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xxl\:focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xxl\:focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xxl\:focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xxl\:focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xxl\:focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xxl\:focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xxl\:focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xxl\:focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xxl\:focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xxl\:focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xxl\:focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xxl\:focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xxl\:focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xxl\:focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xxl\:focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xxl\:focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xxl\:focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xxl\:focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xxl\:focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xxl\:focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xxl\:focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xxl\:focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xxl\:focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xxl\:focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xxl\:focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xxl\:focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xxl\:focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xxl\:focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xxl\:focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xxl\:focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xxl\:focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xxl\:focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xxl\:focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xxl\:focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xxl\:focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xxl\:focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xxl\:focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xxl\:focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xxl\:focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xxl\:focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xxl\:focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xxl\:focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xxl\:focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xxl\:focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xxl\:focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xxl\:focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xxl\:focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xxl\:focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xxl\:focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xxl\:focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xxl\:focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xxl\:focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xxl\:focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xxl\:focus\:to-transparent:focus{--tw-gradient-to:transparent}.xxl\:focus\:to-current:focus{--tw-gradient-to:currentColor}.xxl\:focus\:to-black:focus{--tw-gradient-to:#000}.xxl\:focus\:to-white:focus{--tw-gradient-to:#fff}.xxl\:focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.xxl\:focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.xxl\:focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.xxl\:focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.xxl\:focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.xxl\:focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.xxl\:focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.xxl\:focus\:to-gray-700:focus{--tw-gradient-to:#374151}.xxl\:focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.xxl\:focus\:to-gray-900:focus{--tw-gradient-to:#111827}.xxl\:focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.xxl\:focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.xxl\:focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.xxl\:focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.xxl\:focus\:to-red-400:focus{--tw-gradient-to:#f87171}.xxl\:focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.xxl\:focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.xxl\:focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.xxl\:focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.xxl\:focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.xxl\:focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.xxl\:focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.xxl\:focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.xxl\:focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.xxl\:focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.xxl\:focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.xxl\:focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.xxl\:focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.xxl\:focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.xxl\:focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.xxl\:focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.xxl\:focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.xxl\:focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.xxl\:focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.xxl\:focus\:to-green-400:focus{--tw-gradient-to:#34d399}.xxl\:focus\:to-green-500:focus{--tw-gradient-to:#10b981}.xxl\:focus\:to-green-600:focus{--tw-gradient-to:#059669}.xxl\:focus\:to-green-700:focus{--tw-gradient-to:#047857}.xxl\:focus\:to-green-800:focus{--tw-gradient-to:#065f46}.xxl\:focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.xxl\:focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.xxl\:focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.xxl\:focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.xxl\:focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.xxl\:focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.xxl\:focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.xxl\:focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.xxl\:focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.xxl\:focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.xxl\:focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.xxl\:focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.xxl\:focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.xxl\:focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.xxl\:focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.xxl\:focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.xxl\:focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.xxl\:focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.xxl\:focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.xxl\:focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.xxl\:focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.xxl\:focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.xxl\:focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.xxl\:focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.xxl\:focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.xxl\:focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.xxl\:focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.xxl\:focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.xxl\:focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.xxl\:focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.xxl\:focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.xxl\:focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.xxl\:focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.xxl\:focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.xxl\:focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.xxl\:focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.xxl\:focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.xxl\:focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.xxl\:focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.xxl\:focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.xxl\:focus\:to-pink-900:focus{--tw-gradient-to:#831843}.xxl\:bg-opacity-0{--tw-bg-opacity:0}.xxl\:bg-opacity-5{--tw-bg-opacity:.05}.xxl\:bg-opacity-10{--tw-bg-opacity:.1}.xxl\:bg-opacity-20{--tw-bg-opacity:.2}.xxl\:bg-opacity-25{--tw-bg-opacity:.25}.xxl\:bg-opacity-30{--tw-bg-opacity:.3}.xxl\:bg-opacity-40{--tw-bg-opacity:.4}.xxl\:bg-opacity-50{--tw-bg-opacity:.5}.xxl\:bg-opacity-60{--tw-bg-opacity:.6}.xxl\:bg-opacity-70{--tw-bg-opacity:.7}.xxl\:bg-opacity-75{--tw-bg-opacity:.75}.xxl\:bg-opacity-80{--tw-bg-opacity:.8}.xxl\:bg-opacity-90{--tw-bg-opacity:.9}.xxl\:bg-opacity-95{--tw-bg-opacity:.95}.xxl\:bg-opacity-100{--tw-bg-opacity:1}.group:hover .xxl\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .xxl\:group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .xxl\:group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .xxl\:group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .xxl\:group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .xxl\:group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .xxl\:group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .xxl\:group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .xxl\:group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .xxl\:group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .xxl\:group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .xxl\:group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .xxl\:group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .xxl\:group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .xxl\:group-hover\:bg-opacity-100{--tw-bg-opacity:1}.xxl\:focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.xxl\:focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.xxl\:focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.xxl\:focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.xxl\:focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.xxl\:focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.xxl\:focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.xxl\:focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.xxl\:focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.xxl\:focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.xxl\:focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.xxl\:focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.xxl\:focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.xxl\:focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.xxl\:focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.xxl\:hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.xxl\:hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.xxl\:hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.xxl\:hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.xxl\:hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.xxl\:hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.xxl\:hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.xxl\:hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.xxl\:hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.xxl\:hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.xxl\:hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.xxl\:hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.xxl\:hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.xxl\:hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.xxl\:hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.xxl\:focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.xxl\:focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.xxl\:focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.xxl\:focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.xxl\:focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.xxl\:focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.xxl\:focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.xxl\:focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.xxl\:focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.xxl\:focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.xxl\:focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.xxl\:focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.xxl\:focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.xxl\:focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.xxl\:focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.xxl\:bg-bottom{background-position:bottom}.xxl\:bg-center{background-position:center}.xxl\:bg-left{background-position:left}.xxl\:bg-left-bottom{background-position:left bottom}.xxl\:bg-left-top{background-position:left top}.xxl\:bg-right{background-position:right}.xxl\:bg-right-bottom{background-position:right bottom}.xxl\:bg-right-top{background-position:right top}.xxl\:bg-top{background-position:top}.xxl\:bg-repeat{background-repeat:repeat}.xxl\:bg-no-repeat{background-repeat:no-repeat}.xxl\:bg-repeat-x{background-repeat:repeat-x}.xxl\:bg-repeat-y{background-repeat:repeat-y}.xxl\:bg-repeat-round{background-repeat:round}.xxl\:bg-repeat-space{background-repeat:space}.xxl\:bg-auto{background-size:auto}.xxl\:bg-cover{background-size:cover}.xxl\:bg-contain{background-size:contain}.xxl\:border-collapse{border-collapse:collapse}.xxl\:border-separate{border-collapse:separate}.xxl\:border-transparent{border-color:transparent}.xxl\:border-current{border-color:currentColor}.xxl\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxl\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxl\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxl\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxl\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxl\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxl\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxl\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxl\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxl\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxl\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxl\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxl\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxl\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxl\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxl\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxl\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxl\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxl\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxl\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxl\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxl\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxl\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxl\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxl\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxl\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxl\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxl\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxl\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxl\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxl\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxl\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxl\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxl\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxl\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxl\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxl\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxl\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxl\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxl\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxl\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxl\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxl\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxl\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxl\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxl\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxl\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxl\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxl\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxl\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxl\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxl\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxl\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxl\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxl\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxl\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxl\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxl\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxl\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxl\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxl\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxl\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxl\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxl\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxl\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxl\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxl\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxl\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxl\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxl\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxl\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxl\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxl\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxl\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxl\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxl\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxl\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxl\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxl\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxl\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxl\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxl\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-transparent{border-color:transparent}.group:hover .xxl\:group-hover\:border-current{border-color:currentColor}.group:hover .xxl\:group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .xxl\:group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxl\:focus-within\:border-transparent:focus-within{border-color:transparent}.xxl\:focus-within\:border-current:focus-within{border-color:currentColor}.xxl\:focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxl\:focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxl\:focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxl\:focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxl\:focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxl\:focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxl\:focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxl\:focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxl\:focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxl\:focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxl\:hover\:border-transparent:hover{border-color:transparent}.xxl\:hover\:border-current:hover{border-color:currentColor}.xxl\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxl\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxl\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxl\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxl\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxl\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxl\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxl\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxl\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxl\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxl\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxl\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxl\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxl\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxl\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxl\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxl\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxl\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxl\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxl\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxl\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxl\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxl\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxl\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxl\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxl\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxl\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxl\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxl\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxl\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxl\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxl\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxl\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxl\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxl\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxl\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxl\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxl\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxl\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxl\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxl\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxl\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxl\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxl\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxl\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxl\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxl\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxl\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxl\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxl\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxl\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxl\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxl\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxl\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxl\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxl\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxl\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxl\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxl\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxl\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxl\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxl\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxl\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxl\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxl\:focus\:border-transparent:focus{border-color:transparent}.xxl\:focus\:border-current:focus{border-color:currentColor}.xxl\:focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxl\:focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxl\:focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxl\:focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxl\:focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxl\:focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxl\:focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxl\:focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxl\:focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxl\:focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxl\:focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxl\:focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxl\:focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxl\:focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxl\:focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxl\:focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxl\:focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxl\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxl\:focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxl\:focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxl\:focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxl\:focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxl\:focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxl\:focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxl\:focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxl\:focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxl\:focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxl\:focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxl\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxl\:focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxl\:focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxl\:focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxl\:focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxl\:focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxl\:focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxl\:focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxl\:focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxl\:focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxl\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxl\:focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxl\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxl\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxl\:focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxl\:focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxl\:focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxl\:focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxl\:focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxl\:focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxl\:focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxl\:focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxl\:focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxl\:focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxl\:focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxl\:focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxl\:focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxl\:focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxl\:focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxl\:focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxl\:focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxl\:focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxl\:focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxl\:focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxl\:focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxl\:focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxl\:border-opacity-0{--tw-border-opacity:0}.xxl\:border-opacity-5{--tw-border-opacity:.05}.xxl\:border-opacity-10{--tw-border-opacity:.1}.xxl\:border-opacity-20{--tw-border-opacity:.2}.xxl\:border-opacity-25{--tw-border-opacity:.25}.xxl\:border-opacity-30{--tw-border-opacity:.3}.xxl\:border-opacity-40{--tw-border-opacity:.4}.xxl\:border-opacity-50{--tw-border-opacity:.5}.xxl\:border-opacity-60{--tw-border-opacity:.6}.xxl\:border-opacity-70{--tw-border-opacity:.7}.xxl\:border-opacity-75{--tw-border-opacity:.75}.xxl\:border-opacity-80{--tw-border-opacity:.8}.xxl\:border-opacity-90{--tw-border-opacity:.9}.xxl\:border-opacity-95{--tw-border-opacity:.95}.xxl\:border-opacity-100{--tw-border-opacity:1}.group:hover .xxl\:group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .xxl\:group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .xxl\:group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .xxl\:group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .xxl\:group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .xxl\:group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .xxl\:group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .xxl\:group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .xxl\:group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .xxl\:group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .xxl\:group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .xxl\:group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .xxl\:group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .xxl\:group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .xxl\:group-hover\:border-opacity-100{--tw-border-opacity:1}.xxl\:focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.xxl\:focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.xxl\:focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.xxl\:focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.xxl\:focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.xxl\:focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.xxl\:focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.xxl\:focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.xxl\:focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.xxl\:focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.xxl\:focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.xxl\:focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.xxl\:focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.xxl\:focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.xxl\:focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.xxl\:hover\:border-opacity-0:hover{--tw-border-opacity:0}.xxl\:hover\:border-opacity-5:hover{--tw-border-opacity:.05}.xxl\:hover\:border-opacity-10:hover{--tw-border-opacity:.1}.xxl\:hover\:border-opacity-20:hover{--tw-border-opacity:.2}.xxl\:hover\:border-opacity-25:hover{--tw-border-opacity:.25}.xxl\:hover\:border-opacity-30:hover{--tw-border-opacity:.3}.xxl\:hover\:border-opacity-40:hover{--tw-border-opacity:.4}.xxl\:hover\:border-opacity-50:hover{--tw-border-opacity:.5}.xxl\:hover\:border-opacity-60:hover{--tw-border-opacity:.6}.xxl\:hover\:border-opacity-70:hover{--tw-border-opacity:.7}.xxl\:hover\:border-opacity-75:hover{--tw-border-opacity:.75}.xxl\:hover\:border-opacity-80:hover{--tw-border-opacity:.8}.xxl\:hover\:border-opacity-90:hover{--tw-border-opacity:.9}.xxl\:hover\:border-opacity-95:hover{--tw-border-opacity:.95}.xxl\:hover\:border-opacity-100:hover{--tw-border-opacity:1}.xxl\:focus\:border-opacity-0:focus{--tw-border-opacity:0}.xxl\:focus\:border-opacity-5:focus{--tw-border-opacity:.05}.xxl\:focus\:border-opacity-10:focus{--tw-border-opacity:.1}.xxl\:focus\:border-opacity-20:focus{--tw-border-opacity:.2}.xxl\:focus\:border-opacity-25:focus{--tw-border-opacity:.25}.xxl\:focus\:border-opacity-30:focus{--tw-border-opacity:.3}.xxl\:focus\:border-opacity-40:focus{--tw-border-opacity:.4}.xxl\:focus\:border-opacity-50:focus{--tw-border-opacity:.5}.xxl\:focus\:border-opacity-60:focus{--tw-border-opacity:.6}.xxl\:focus\:border-opacity-70:focus{--tw-border-opacity:.7}.xxl\:focus\:border-opacity-75:focus{--tw-border-opacity:.75}.xxl\:focus\:border-opacity-80:focus{--tw-border-opacity:.8}.xxl\:focus\:border-opacity-90:focus{--tw-border-opacity:.9}.xxl\:focus\:border-opacity-95:focus{--tw-border-opacity:.95}.xxl\:focus\:border-opacity-100:focus{--tw-border-opacity:1}.xxl\:rounded-none{border-radius:0}.xxl\:rounded-sm{border-radius:.125rem}.xxl\:rounded{border-radius:.25rem}.xxl\:rounded-md{border-radius:.375rem}.xxl\:rounded-lg{border-radius:.5rem}.xxl\:rounded-xl{border-radius:.75rem}.xxl\:rounded-2xl{border-radius:1rem}.xxl\:rounded-3xl{border-radius:1.5rem}.xxl\:rounded-full{border-radius:9999px}.xxl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.xxl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.xxl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.xxl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.xxl\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xxl\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.xxl\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.xxl\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.xxl\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.xxl\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.xxl\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.xxl\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.xxl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.xxl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.xxl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.xxl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.xxl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xxl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.xxl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.xxl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.xxl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.xxl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.xxl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.xxl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.xxl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.xxl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.xxl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.xxl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.xxl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.xxl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.xxl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.xxl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.xxl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.xxl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.xxl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.xxl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.xxl\:rounded-tl-none{border-top-left-radius:0}.xxl\:rounded-tr-none{border-top-right-radius:0}.xxl\:rounded-br-none{border-bottom-right-radius:0}.xxl\:rounded-bl-none{border-bottom-left-radius:0}.xxl\:rounded-tl-sm{border-top-left-radius:.125rem}.xxl\:rounded-tr-sm{border-top-right-radius:.125rem}.xxl\:rounded-br-sm{border-bottom-right-radius:.125rem}.xxl\:rounded-bl-sm{border-bottom-left-radius:.125rem}.xxl\:rounded-tl{border-top-left-radius:.25rem}.xxl\:rounded-tr{border-top-right-radius:.25rem}.xxl\:rounded-br{border-bottom-right-radius:.25rem}.xxl\:rounded-bl{border-bottom-left-radius:.25rem}.xxl\:rounded-tl-md{border-top-left-radius:.375rem}.xxl\:rounded-tr-md{border-top-right-radius:.375rem}.xxl\:rounded-br-md{border-bottom-right-radius:.375rem}.xxl\:rounded-bl-md{border-bottom-left-radius:.375rem}.xxl\:rounded-tl-lg{border-top-left-radius:.5rem}.xxl\:rounded-tr-lg{border-top-right-radius:.5rem}.xxl\:rounded-br-lg{border-bottom-right-radius:.5rem}.xxl\:rounded-bl-lg{border-bottom-left-radius:.5rem}.xxl\:rounded-tl-xl{border-top-left-radius:.75rem}.xxl\:rounded-tr-xl{border-top-right-radius:.75rem}.xxl\:rounded-br-xl{border-bottom-right-radius:.75rem}.xxl\:rounded-bl-xl{border-bottom-left-radius:.75rem}.xxl\:rounded-tl-2xl{border-top-left-radius:1rem}.xxl\:rounded-tr-2xl{border-top-right-radius:1rem}.xxl\:rounded-br-2xl{border-bottom-right-radius:1rem}.xxl\:rounded-bl-2xl{border-bottom-left-radius:1rem}.xxl\:rounded-tl-3xl{border-top-left-radius:1.5rem}.xxl\:rounded-tr-3xl{border-top-right-radius:1.5rem}.xxl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.xxl\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.xxl\:rounded-tl-full{border-top-left-radius:9999px}.xxl\:rounded-tr-full{border-top-right-radius:9999px}.xxl\:rounded-br-full{border-bottom-right-radius:9999px}.xxl\:rounded-bl-full{border-bottom-left-radius:9999px}.xxl\:border-solid{border-style:solid}.xxl\:border-dashed{border-style:dashed}.xxl\:border-dotted{border-style:dotted}.xxl\:border-double{border-style:double}.xxl\:border-none{border-style:none}.xxl\:border-0{border-width:0}.xxl\:border-2{border-width:2px}.xxl\:border-4{border-width:4px}.xxl\:border-8{border-width:8px}.xxl\:border{border-width:1px}.xxl\:border-t-0{border-top-width:0}.xxl\:border-r-0{border-right-width:0}.xxl\:border-b-0{border-bottom-width:0}.xxl\:border-l-0{border-left-width:0}.xxl\:border-t-2{border-top-width:2px}.xxl\:border-r-2{border-right-width:2px}.xxl\:border-b-2{border-bottom-width:2px}.xxl\:border-l-2{border-left-width:2px}.xxl\:border-t-4{border-top-width:4px}.xxl\:border-r-4{border-right-width:4px}.xxl\:border-b-4{border-bottom-width:4px}.xxl\:border-l-4{border-left-width:4px}.xxl\:border-t-8{border-top-width:8px}.xxl\:border-r-8{border-right-width:8px}.xxl\:border-b-8{border-bottom-width:8px}.xxl\:border-l-8{border-left-width:8px}.xxl\:border-t{border-top-width:1px}.xxl\:border-r{border-right-width:1px}.xxl\:border-b{border-bottom-width:1px}.xxl\:border-l{border-left-width:1px}.xxl\:box-border{box-sizing:border-box}.xxl\:box-content{box-sizing:content-box}.xxl\:cursor-auto{cursor:auto}.xxl\:cursor-default{cursor:default}.xxl\:cursor-pointer{cursor:pointer}.xxl\:cursor-wait{cursor:wait}.xxl\:cursor-text{cursor:text}.xxl\:cursor-move{cursor:move}.xxl\:cursor-help{cursor:help}.xxl\:cursor-not-allowed{cursor:not-allowed}.xxl\:block{display:block}.xxl\:inline-block{display:inline-block}.xxl\:inline{display:inline}.xxl\:flex{display:flex}.xxl\:inline-flex{display:inline-flex}.xxl\:table{display:table}.xxl\:table-caption{display:table-caption}.xxl\:table-cell{display:table-cell}.xxl\:table-column{display:table-column}.xxl\:table-column-group{display:table-column-group}.xxl\:table-footer-group{display:table-footer-group}.xxl\:table-header-group{display:table-header-group}.xxl\:table-row-group{display:table-row-group}.xxl\:table-row{display:table-row}.xxl\:flow-root{display:flow-root}.xxl\:grid{display:grid}.xxl\:inline-grid{display:inline-grid}.xxl\:contents{display:contents}.xxl\:hidden{display:none}.xxl\:flex-row{flex-direction:row}.xxl\:flex-row-reverse{flex-direction:row-reverse}.xxl\:flex-col{flex-direction:column}.xxl\:flex-col-reverse{flex-direction:column-reverse}.xxl\:flex-wrap{flex-wrap:wrap}.xxl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xxl\:flex-nowrap{flex-wrap:nowrap}.xxl\:place-items-auto{place-items:auto}.xxl\:place-items-start{place-items:start}.xxl\:place-items-end{place-items:end}.xxl\:place-items-center{place-items:center}.xxl\:place-items-stretch{place-items:stretch}.xxl\:place-content-center{place-content:center}.xxl\:place-content-start{place-content:start}.xxl\:place-content-end{place-content:end}.xxl\:place-content-between{place-content:space-between}.xxl\:place-content-around{place-content:space-around}.xxl\:place-content-evenly{place-content:space-evenly}.xxl\:place-content-stretch{place-content:stretch}.xxl\:place-self-auto{place-self:auto}.xxl\:place-self-start{place-self:start}.xxl\:place-self-end{place-self:end}.xxl\:place-self-center{place-self:center}.xxl\:place-self-stretch{place-self:stretch}.xxl\:items-start{align-items:flex-start}.xxl\:items-end{align-items:flex-end}.xxl\:items-center{align-items:center}.xxl\:items-baseline{align-items:baseline}.xxl\:items-stretch{align-items:stretch}.xxl\:content-center{align-content:center}.xxl\:content-start{align-content:flex-start}.xxl\:content-end{align-content:flex-end}.xxl\:content-between{align-content:space-between}.xxl\:content-around{align-content:space-around}.xxl\:content-evenly{align-content:space-evenly}.xxl\:self-auto{align-self:auto}.xxl\:self-start{align-self:flex-start}.xxl\:self-end{align-self:flex-end}.xxl\:self-center{align-self:center}.xxl\:self-stretch{align-self:stretch}.xxl\:justify-items-auto{justify-items:auto}.xxl\:justify-items-start{justify-items:start}.xxl\:justify-items-end{justify-items:end}.xxl\:justify-items-center{justify-items:center}.xxl\:justify-items-stretch{justify-items:stretch}.xxl\:justify-start{justify-content:flex-start}.xxl\:justify-end{justify-content:flex-end}.xxl\:justify-center{justify-content:center}.xxl\:justify-between{justify-content:space-between}.xxl\:justify-around{justify-content:space-around}.xxl\:justify-evenly{justify-content:space-evenly}.xxl\:justify-self-auto{justify-self:auto}.xxl\:justify-self-start{justify-self:start}.xxl\:justify-self-end{justify-self:end}.xxl\:justify-self-center{justify-self:center}.xxl\:justify-self-stretch{justify-self:stretch}.xxl\:flex-1{flex:1 1 0%}.xxl\:flex-auto{flex:1 1 auto}.xxl\:flex-initial{flex:0 1 auto}.xxl\:flex-none{flex:none}.xxl\:flex-grow-0{flex-grow:0}.xxl\:flex-grow{flex-grow:1}.xxl\:flex-shrink-0{flex-shrink:0}.xxl\:flex-shrink{flex-shrink:1}.xxl\:order-1{order:1}.xxl\:order-2{order:2}.xxl\:order-3{order:3}.xxl\:order-4{order:4}.xxl\:order-5{order:5}.xxl\:order-6{order:6}.xxl\:order-7{order:7}.xxl\:order-8{order:8}.xxl\:order-9{order:9}.xxl\:order-10{order:10}.xxl\:order-11{order:11}.xxl\:order-12{order:12}.xxl\:order-first{order:-9999}.xxl\:order-last{order:9999}.xxl\:order-none{order:0}.xxl\:float-right{float:right}.xxl\:float-left{float:left}.xxl\:float-none{float:none}.xxl\:clear-left{clear:left}.xxl\:clear-right{clear:right}.xxl\:clear-both{clear:both}.xxl\:clear-none{clear:none}.xxl\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.xxl\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.xxl\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.xxl\:font-thin{font-weight:100}.xxl\:font-extralight{font-weight:200}.xxl\:font-light{font-weight:300}.xxl\:font-normal{font-weight:400}.xxl\:font-medium{font-weight:500}.xxl\:font-semibold{font-weight:600}.xxl\:font-bold{font-weight:700}.xxl\:font-extrabold{font-weight:800}.xxl\:font-black{font-weight:900}.xxl\:h-0{height:0}.xxl\:h-1{height:.25rem}.xxl\:h-2{height:.5rem}.xxl\:h-3{height:.75rem}.xxl\:h-4{height:1rem}.xxl\:h-5{height:1.25rem}.xxl\:h-6{height:1.5rem}.xxl\:h-7{height:1.75rem}.xxl\:h-8{height:2rem}.xxl\:h-9{height:2.25rem}.xxl\:h-10{height:2.5rem}.xxl\:h-11{height:2.75rem}.xxl\:h-12{height:3rem}.xxl\:h-14{height:3.5rem}.xxl\:h-16{height:4rem}.xxl\:h-20{height:5rem}.xxl\:h-24{height:6rem}.xxl\:h-28{height:7rem}.xxl\:h-32{height:8rem}.xxl\:h-36{height:9rem}.xxl\:h-40{height:10rem}.xxl\:h-44{height:11rem}.xxl\:h-48{height:12rem}.xxl\:h-52{height:13rem}.xxl\:h-56{height:14rem}.xxl\:h-60{height:15rem}.xxl\:h-64{height:16rem}.xxl\:h-72{height:18rem}.xxl\:h-80{height:20rem}.xxl\:h-96{height:24rem}.xxl\:h-auto{height:auto}.xxl\:h-px{height:1px}.xxl\:h-0\.5{height:.125rem}.xxl\:h-1\.5{height:.375rem}.xxl\:h-2\.5{height:.625rem}.xxl\:h-3\.5{height:.875rem}.xxl\:h-gutter-1{height:.625rem}.xxl\:h-gutter-2{height:1.25rem}.xxl\:h-1\/2{height:50%}.xxl\:h-1\/3{height:33.333333%}.xxl\:h-2\/3{height:66.666667%}.xxl\:h-1\/4{height:25%}.xxl\:h-2\/4{height:50%}.xxl\:h-3\/4{height:75%}.xxl\:h-1\/5{height:20%}.xxl\:h-2\/5{height:40%}.xxl\:h-3\/5{height:60%}.xxl\:h-4\/5{height:80%}.xxl\:h-1\/6{height:16.666667%}.xxl\:h-2\/6{height:33.333333%}.xxl\:h-3\/6{height:50%}.xxl\:h-4\/6{height:66.666667%}.xxl\:h-5\/6{height:83.333333%}.xxl\:h-full{height:100%}.xxl\:h-screen{height:100vh}.xxl\:text-xs{font-size:.75rem;line-height:1rem}.xxl\:text-sm{font-size:.875rem;line-height:1.25rem}.xxl\:text-base{font-size:1rem;line-height:1.5rem}.xxl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xxl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xxl\:text-2xl{font-size:1.5rem;line-height:2rem}.xxl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xxl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xxl\:text-5xl{font-size:3rem;line-height:1}.xxl\:text-6xl{font-size:3.75rem;line-height:1}.xxl\:text-7xl{font-size:4.5rem;line-height:1}.xxl\:text-8xl{font-size:6rem;line-height:1}.xxl\:text-9xl{font-size:8rem;line-height:1}.xxl\:leading-3{line-height:.75rem}.xxl\:leading-4{line-height:1rem}.xxl\:leading-5{line-height:1.25rem}.xxl\:leading-6{line-height:1.5rem}.xxl\:leading-7{line-height:1.75rem}.xxl\:leading-8{line-height:2rem}.xxl\:leading-9{line-height:2.25rem}.xxl\:leading-10{line-height:2.5rem}.xxl\:leading-none{line-height:1}.xxl\:leading-tight{line-height:1.25}.xxl\:leading-snug{line-height:1.375}.xxl\:leading-normal{line-height:1.5}.xxl\:leading-relaxed{line-height:1.625}.xxl\:leading-loose{line-height:2}.xxl\:list-inside{list-style-position:inside}.xxl\:list-outside{list-style-position:outside}.xxl\:list-none{list-style-type:none}.xxl\:list-disc{list-style-type:disc}.xxl\:list-decimal{list-style-type:decimal}.xxl\:m-0{margin:0}.xxl\:m-1{margin:.25rem}.xxl\:m-2{margin:.5rem}.xxl\:m-3{margin:.75rem}.xxl\:m-4{margin:1rem}.xxl\:m-5{margin:1.25rem}.xxl\:m-6{margin:1.5rem}.xxl\:m-7{margin:1.75rem}.xxl\:m-8{margin:2rem}.xxl\:m-9{margin:2.25rem}.xxl\:m-10{margin:2.5rem}.xxl\:m-11{margin:2.75rem}.xxl\:m-12{margin:3rem}.xxl\:m-14{margin:3.5rem}.xxl\:m-16{margin:4rem}.xxl\:m-20{margin:5rem}.xxl\:m-24{margin:6rem}.xxl\:m-28{margin:7rem}.xxl\:m-32{margin:8rem}.xxl\:m-36{margin:9rem}.xxl\:m-40{margin:10rem}.xxl\:m-44{margin:11rem}.xxl\:m-48{margin:12rem}.xxl\:m-52{margin:13rem}.xxl\:m-56{margin:14rem}.xxl\:m-60{margin:15rem}.xxl\:m-64{margin:16rem}.xxl\:m-72{margin:18rem}.xxl\:m-80{margin:20rem}.xxl\:m-96{margin:24rem}.xxl\:m-auto{margin:auto}.xxl\:m-px{margin:1px}.xxl\:m-0\.5{margin:.125rem}.xxl\:m-1\.5{margin:.375rem}.xxl\:m-2\.5{margin:.625rem}.xxl\:m-3\.5{margin:.875rem}.xxl\:m-gutter-1{margin:.625rem}.xxl\:m-gutter-2{margin:1.25rem}.xxl\:-m-0{margin:0}.xxl\:-m-1{margin:-.25rem}.xxl\:-m-2{margin:-.5rem}.xxl\:-m-3{margin:-.75rem}.xxl\:-m-4{margin:-1rem}.xxl\:-m-5{margin:-1.25rem}.xxl\:-m-6{margin:-1.5rem}.xxl\:-m-7{margin:-1.75rem}.xxl\:-m-8{margin:-2rem}.xxl\:-m-9{margin:-2.25rem}.xxl\:-m-10{margin:-2.5rem}.xxl\:-m-11{margin:-2.75rem}.xxl\:-m-12{margin:-3rem}.xxl\:-m-14{margin:-3.5rem}.xxl\:-m-16{margin:-4rem}.xxl\:-m-20{margin:-5rem}.xxl\:-m-24{margin:-6rem}.xxl\:-m-28{margin:-7rem}.xxl\:-m-32{margin:-8rem}.xxl\:-m-36{margin:-9rem}.xxl\:-m-40{margin:-10rem}.xxl\:-m-44{margin:-11rem}.xxl\:-m-48{margin:-12rem}.xxl\:-m-52{margin:-13rem}.xxl\:-m-56{margin:-14rem}.xxl\:-m-60{margin:-15rem}.xxl\:-m-64{margin:-16rem}.xxl\:-m-72{margin:-18rem}.xxl\:-m-80{margin:-20rem}.xxl\:-m-96{margin:-24rem}.xxl\:-m-px{margin:-1px}.xxl\:-m-0\.5{margin:-.125rem}.xxl\:-m-1\.5{margin:-.375rem}.xxl\:-m-2\.5{margin:-.625rem}.xxl\:-m-3\.5{margin:-.875rem}.xxl\:-m-gutter-1{margin:-.625rem}.xxl\:-m-gutter-2{margin:-1.25rem}.xxl\:my-0{margin-top:0;margin-bottom:0}.xxl\:mx-0{margin-left:0;margin-right:0}.xxl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xxl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xxl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xxl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xxl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xxl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xxl\:my-4{margin-top:1rem;margin-bottom:1rem}.xxl\:mx-4{margin-left:1rem;margin-right:1rem}.xxl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xxl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xxl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xxl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xxl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xxl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xxl\:my-8{margin-top:2rem;margin-bottom:2rem}.xxl\:mx-8{margin-left:2rem;margin-right:2rem}.xxl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xxl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.xxl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xxl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xxl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.xxl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.xxl\:my-12{margin-top:3rem;margin-bottom:3rem}.xxl\:mx-12{margin-left:3rem;margin-right:3rem}.xxl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xxl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.xxl\:my-16{margin-top:4rem;margin-bottom:4rem}.xxl\:mx-16{margin-left:4rem;margin-right:4rem}.xxl\:my-20{margin-top:5rem;margin-bottom:5rem}.xxl\:mx-20{margin-left:5rem;margin-right:5rem}.xxl\:my-24{margin-top:6rem;margin-bottom:6rem}.xxl\:mx-24{margin-left:6rem;margin-right:6rem}.xxl\:my-28{margin-top:7rem;margin-bottom:7rem}.xxl\:mx-28{margin-left:7rem;margin-right:7rem}.xxl\:my-32{margin-top:8rem;margin-bottom:8rem}.xxl\:mx-32{margin-left:8rem;margin-right:8rem}.xxl\:my-36{margin-top:9rem;margin-bottom:9rem}.xxl\:mx-36{margin-left:9rem;margin-right:9rem}.xxl\:my-40{margin-top:10rem;margin-bottom:10rem}.xxl\:mx-40{margin-left:10rem;margin-right:10rem}.xxl\:my-44{margin-top:11rem;margin-bottom:11rem}.xxl\:mx-44{margin-left:11rem;margin-right:11rem}.xxl\:my-48{margin-top:12rem;margin-bottom:12rem}.xxl\:mx-48{margin-left:12rem;margin-right:12rem}.xxl\:my-52{margin-top:13rem;margin-bottom:13rem}.xxl\:mx-52{margin-left:13rem;margin-right:13rem}.xxl\:my-56{margin-top:14rem;margin-bottom:14rem}.xxl\:mx-56{margin-left:14rem;margin-right:14rem}.xxl\:my-60{margin-top:15rem;margin-bottom:15rem}.xxl\:mx-60{margin-left:15rem;margin-right:15rem}.xxl\:my-64{margin-top:16rem;margin-bottom:16rem}.xxl\:mx-64{margin-left:16rem;margin-right:16rem}.xxl\:my-72{margin-top:18rem;margin-bottom:18rem}.xxl\:mx-72{margin-left:18rem;margin-right:18rem}.xxl\:my-80{margin-top:20rem;margin-bottom:20rem}.xxl\:mx-80{margin-left:20rem;margin-right:20rem}.xxl\:my-96{margin-top:24rem;margin-bottom:24rem}.xxl\:mx-96{margin-left:24rem;margin-right:24rem}.xxl\:my-auto{margin-top:auto;margin-bottom:auto}.xxl\:mx-auto{margin-left:auto;margin-right:auto}.xxl\:my-px{margin-top:1px;margin-bottom:1px}.xxl\:mx-px{margin-left:1px;margin-right:1px}.xxl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.xxl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.xxl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.xxl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.xxl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.xxl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.xxl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.xxl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.xxl\:my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.xxl\:mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.xxl\:my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.xxl\:mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.xxl\:-my-0{margin-top:0;margin-bottom:0}.xxl\:-mx-0{margin-left:0;margin-right:0}.xxl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xxl\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.xxl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xxl\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.xxl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xxl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.xxl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xxl\:-mx-4{margin-left:-1rem;margin-right:-1rem}.xxl\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.xxl\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.xxl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xxl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.xxl\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.xxl\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.xxl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xxl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xxl\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.xxl\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.xxl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xxl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.xxl\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.xxl\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.xxl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xxl\:-mx-12{margin-left:-3rem;margin-right:-3rem}.xxl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.xxl\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.xxl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xxl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.xxl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xxl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.xxl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xxl\:-mx-24{margin-left:-6rem;margin-right:-6rem}.xxl\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.xxl\:-mx-28{margin-left:-7rem;margin-right:-7rem}.xxl\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.xxl\:-mx-32{margin-left:-8rem;margin-right:-8rem}.xxl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.xxl\:-mx-36{margin-left:-9rem;margin-right:-9rem}.xxl\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.xxl\:-mx-40{margin-left:-10rem;margin-right:-10rem}.xxl\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.xxl\:-mx-44{margin-left:-11rem;margin-right:-11rem}.xxl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xxl\:-mx-48{margin-left:-12rem;margin-right:-12rem}.xxl\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.xxl\:-mx-52{margin-left:-13rem;margin-right:-13rem}.xxl\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.xxl\:-mx-56{margin-left:-14rem;margin-right:-14rem}.xxl\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.xxl\:-mx-60{margin-left:-15rem;margin-right:-15rem}.xxl\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.xxl\:-mx-64{margin-left:-16rem;margin-right:-16rem}.xxl\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.xxl\:-mx-72{margin-left:-18rem;margin-right:-18rem}.xxl\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.xxl\:-mx-80{margin-left:-20rem;margin-right:-20rem}.xxl\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.xxl\:-mx-96{margin-left:-24rem;margin-right:-24rem}.xxl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xxl\:-mx-px{margin-left:-1px;margin-right:-1px}.xxl\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.xxl\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.xxl\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.xxl\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.xxl\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.xxl\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.xxl\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.xxl\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.xxl\:-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.xxl\:-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.xxl\:-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.xxl\:-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.xxl\:mt-0{margin-top:0}.xxl\:mr-0{margin-right:0}.xxl\:mb-0{margin-bottom:0}.xxl\:ml-0{margin-left:0}.xxl\:mt-1{margin-top:.25rem}.xxl\:mr-1{margin-right:.25rem}.xxl\:mb-1{margin-bottom:.25rem}.xxl\:ml-1{margin-left:.25rem}.xxl\:mt-2{margin-top:.5rem}.xxl\:mr-2{margin-right:.5rem}.xxl\:mb-2{margin-bottom:.5rem}.xxl\:ml-2{margin-left:.5rem}.xxl\:mt-3{margin-top:.75rem}.xxl\:mr-3{margin-right:.75rem}.xxl\:mb-3{margin-bottom:.75rem}.xxl\:ml-3{margin-left:.75rem}.xxl\:mt-4{margin-top:1rem}.xxl\:mr-4{margin-right:1rem}.xxl\:mb-4{margin-bottom:1rem}.xxl\:ml-4{margin-left:1rem}.xxl\:mt-5{margin-top:1.25rem}.xxl\:mr-5{margin-right:1.25rem}.xxl\:mb-5{margin-bottom:1.25rem}.xxl\:ml-5{margin-left:1.25rem}.xxl\:mt-6{margin-top:1.5rem}.xxl\:mr-6{margin-right:1.5rem}.xxl\:mb-6{margin-bottom:1.5rem}.xxl\:ml-6{margin-left:1.5rem}.xxl\:mt-7{margin-top:1.75rem}.xxl\:mr-7{margin-right:1.75rem}.xxl\:mb-7{margin-bottom:1.75rem}.xxl\:ml-7{margin-left:1.75rem}.xxl\:mt-8{margin-top:2rem}.xxl\:mr-8{margin-right:2rem}.xxl\:mb-8{margin-bottom:2rem}.xxl\:ml-8{margin-left:2rem}.xxl\:mt-9{margin-top:2.25rem}.xxl\:mr-9{margin-right:2.25rem}.xxl\:mb-9{margin-bottom:2.25rem}.xxl\:ml-9{margin-left:2.25rem}.xxl\:mt-10{margin-top:2.5rem}.xxl\:mr-10{margin-right:2.5rem}.xxl\:mb-10{margin-bottom:2.5rem}.xxl\:ml-10{margin-left:2.5rem}.xxl\:mt-11{margin-top:2.75rem}.xxl\:mr-11{margin-right:2.75rem}.xxl\:mb-11{margin-bottom:2.75rem}.xxl\:ml-11{margin-left:2.75rem}.xxl\:mt-12{margin-top:3rem}.xxl\:mr-12{margin-right:3rem}.xxl\:mb-12{margin-bottom:3rem}.xxl\:ml-12{margin-left:3rem}.xxl\:mt-14{margin-top:3.5rem}.xxl\:mr-14{margin-right:3.5rem}.xxl\:mb-14{margin-bottom:3.5rem}.xxl\:ml-14{margin-left:3.5rem}.xxl\:mt-16{margin-top:4rem}.xxl\:mr-16{margin-right:4rem}.xxl\:mb-16{margin-bottom:4rem}.xxl\:ml-16{margin-left:4rem}.xxl\:mt-20{margin-top:5rem}.xxl\:mr-20{margin-right:5rem}.xxl\:mb-20{margin-bottom:5rem}.xxl\:ml-20{margin-left:5rem}.xxl\:mt-24{margin-top:6rem}.xxl\:mr-24{margin-right:6rem}.xxl\:mb-24{margin-bottom:6rem}.xxl\:ml-24{margin-left:6rem}.xxl\:mt-28{margin-top:7rem}.xxl\:mr-28{margin-right:7rem}.xxl\:mb-28{margin-bottom:7rem}.xxl\:ml-28{margin-left:7rem}.xxl\:mt-32{margin-top:8rem}.xxl\:mr-32{margin-right:8rem}.xxl\:mb-32{margin-bottom:8rem}.xxl\:ml-32{margin-left:8rem}.xxl\:mt-36{margin-top:9rem}.xxl\:mr-36{margin-right:9rem}.xxl\:mb-36{margin-bottom:9rem}.xxl\:ml-36{margin-left:9rem}.xxl\:mt-40{margin-top:10rem}.xxl\:mr-40{margin-right:10rem}.xxl\:mb-40{margin-bottom:10rem}.xxl\:ml-40{margin-left:10rem}.xxl\:mt-44{margin-top:11rem}.xxl\:mr-44{margin-right:11rem}.xxl\:mb-44{margin-bottom:11rem}.xxl\:ml-44{margin-left:11rem}.xxl\:mt-48{margin-top:12rem}.xxl\:mr-48{margin-right:12rem}.xxl\:mb-48{margin-bottom:12rem}.xxl\:ml-48{margin-left:12rem}.xxl\:mt-52{margin-top:13rem}.xxl\:mr-52{margin-right:13rem}.xxl\:mb-52{margin-bottom:13rem}.xxl\:ml-52{margin-left:13rem}.xxl\:mt-56{margin-top:14rem}.xxl\:mr-56{margin-right:14rem}.xxl\:mb-56{margin-bottom:14rem}.xxl\:ml-56{margin-left:14rem}.xxl\:mt-60{margin-top:15rem}.xxl\:mr-60{margin-right:15rem}.xxl\:mb-60{margin-bottom:15rem}.xxl\:ml-60{margin-left:15rem}.xxl\:mt-64{margin-top:16rem}.xxl\:mr-64{margin-right:16rem}.xxl\:mb-64{margin-bottom:16rem}.xxl\:ml-64{margin-left:16rem}.xxl\:mt-72{margin-top:18rem}.xxl\:mr-72{margin-right:18rem}.xxl\:mb-72{margin-bottom:18rem}.xxl\:ml-72{margin-left:18rem}.xxl\:mt-80{margin-top:20rem}.xxl\:mr-80{margin-right:20rem}.xxl\:mb-80{margin-bottom:20rem}.xxl\:ml-80{margin-left:20rem}.xxl\:mt-96{margin-top:24rem}.xxl\:mr-96{margin-right:24rem}.xxl\:mb-96{margin-bottom:24rem}.xxl\:ml-96{margin-left:24rem}.xxl\:mt-auto{margin-top:auto}.xxl\:mr-auto{margin-right:auto}.xxl\:mb-auto{margin-bottom:auto}.xxl\:ml-auto{margin-left:auto}.xxl\:mt-px{margin-top:1px}.xxl\:mr-px{margin-right:1px}.xxl\:mb-px{margin-bottom:1px}.xxl\:ml-px{margin-left:1px}.xxl\:mt-0\.5{margin-top:.125rem}.xxl\:mr-0\.5{margin-right:.125rem}.xxl\:mb-0\.5{margin-bottom:.125rem}.xxl\:ml-0\.5{margin-left:.125rem}.xxl\:mt-1\.5{margin-top:.375rem}.xxl\:mr-1\.5{margin-right:.375rem}.xxl\:mb-1\.5{margin-bottom:.375rem}.xxl\:ml-1\.5{margin-left:.375rem}.xxl\:mt-2\.5{margin-top:.625rem}.xxl\:mr-2\.5{margin-right:.625rem}.xxl\:mb-2\.5{margin-bottom:.625rem}.xxl\:ml-2\.5{margin-left:.625rem}.xxl\:mt-3\.5{margin-top:.875rem}.xxl\:mr-3\.5{margin-right:.875rem}.xxl\:mb-3\.5{margin-bottom:.875rem}.xxl\:ml-3\.5{margin-left:.875rem}.xxl\:mt-gutter-1{margin-top:.625rem}.xxl\:mr-gutter-1{margin-right:.625rem}.xxl\:mb-gutter-1{margin-bottom:.625rem}.xxl\:ml-gutter-1{margin-left:.625rem}.xxl\:mt-gutter-2{margin-top:1.25rem}.xxl\:mr-gutter-2{margin-right:1.25rem}.xxl\:mb-gutter-2{margin-bottom:1.25rem}.xxl\:ml-gutter-2{margin-left:1.25rem}.xxl\:-mt-0{margin-top:0}.xxl\:-mr-0{margin-right:0}.xxl\:-mb-0{margin-bottom:0}.xxl\:-ml-0{margin-left:0}.xxl\:-mt-1{margin-top:-.25rem}.xxl\:-mr-1{margin-right:-.25rem}.xxl\:-mb-1{margin-bottom:-.25rem}.xxl\:-ml-1{margin-left:-.25rem}.xxl\:-mt-2{margin-top:-.5rem}.xxl\:-mr-2{margin-right:-.5rem}.xxl\:-mb-2{margin-bottom:-.5rem}.xxl\:-ml-2{margin-left:-.5rem}.xxl\:-mt-3{margin-top:-.75rem}.xxl\:-mr-3{margin-right:-.75rem}.xxl\:-mb-3{margin-bottom:-.75rem}.xxl\:-ml-3{margin-left:-.75rem}.xxl\:-mt-4{margin-top:-1rem}.xxl\:-mr-4{margin-right:-1rem}.xxl\:-mb-4{margin-bottom:-1rem}.xxl\:-ml-4{margin-left:-1rem}.xxl\:-mt-5{margin-top:-1.25rem}.xxl\:-mr-5{margin-right:-1.25rem}.xxl\:-mb-5{margin-bottom:-1.25rem}.xxl\:-ml-5{margin-left:-1.25rem}.xxl\:-mt-6{margin-top:-1.5rem}.xxl\:-mr-6{margin-right:-1.5rem}.xxl\:-mb-6{margin-bottom:-1.5rem}.xxl\:-ml-6{margin-left:-1.5rem}.xxl\:-mt-7{margin-top:-1.75rem}.xxl\:-mr-7{margin-right:-1.75rem}.xxl\:-mb-7{margin-bottom:-1.75rem}.xxl\:-ml-7{margin-left:-1.75rem}.xxl\:-mt-8{margin-top:-2rem}.xxl\:-mr-8{margin-right:-2rem}.xxl\:-mb-8{margin-bottom:-2rem}.xxl\:-ml-8{margin-left:-2rem}.xxl\:-mt-9{margin-top:-2.25rem}.xxl\:-mr-9{margin-right:-2.25rem}.xxl\:-mb-9{margin-bottom:-2.25rem}.xxl\:-ml-9{margin-left:-2.25rem}.xxl\:-mt-10{margin-top:-2.5rem}.xxl\:-mr-10{margin-right:-2.5rem}.xxl\:-mb-10{margin-bottom:-2.5rem}.xxl\:-ml-10{margin-left:-2.5rem}.xxl\:-mt-11{margin-top:-2.75rem}.xxl\:-mr-11{margin-right:-2.75rem}.xxl\:-mb-11{margin-bottom:-2.75rem}.xxl\:-ml-11{margin-left:-2.75rem}.xxl\:-mt-12{margin-top:-3rem}.xxl\:-mr-12{margin-right:-3rem}.xxl\:-mb-12{margin-bottom:-3rem}.xxl\:-ml-12{margin-left:-3rem}.xxl\:-mt-14{margin-top:-3.5rem}.xxl\:-mr-14{margin-right:-3.5rem}.xxl\:-mb-14{margin-bottom:-3.5rem}.xxl\:-ml-14{margin-left:-3.5rem}.xxl\:-mt-16{margin-top:-4rem}.xxl\:-mr-16{margin-right:-4rem}.xxl\:-mb-16{margin-bottom:-4rem}.xxl\:-ml-16{margin-left:-4rem}.xxl\:-mt-20{margin-top:-5rem}.xxl\:-mr-20{margin-right:-5rem}.xxl\:-mb-20{margin-bottom:-5rem}.xxl\:-ml-20{margin-left:-5rem}.xxl\:-mt-24{margin-top:-6rem}.xxl\:-mr-24{margin-right:-6rem}.xxl\:-mb-24{margin-bottom:-6rem}.xxl\:-ml-24{margin-left:-6rem}.xxl\:-mt-28{margin-top:-7rem}.xxl\:-mr-28{margin-right:-7rem}.xxl\:-mb-28{margin-bottom:-7rem}.xxl\:-ml-28{margin-left:-7rem}.xxl\:-mt-32{margin-top:-8rem}.xxl\:-mr-32{margin-right:-8rem}.xxl\:-mb-32{margin-bottom:-8rem}.xxl\:-ml-32{margin-left:-8rem}.xxl\:-mt-36{margin-top:-9rem}.xxl\:-mr-36{margin-right:-9rem}.xxl\:-mb-36{margin-bottom:-9rem}.xxl\:-ml-36{margin-left:-9rem}.xxl\:-mt-40{margin-top:-10rem}.xxl\:-mr-40{margin-right:-10rem}.xxl\:-mb-40{margin-bottom:-10rem}.xxl\:-ml-40{margin-left:-10rem}.xxl\:-mt-44{margin-top:-11rem}.xxl\:-mr-44{margin-right:-11rem}.xxl\:-mb-44{margin-bottom:-11rem}.xxl\:-ml-44{margin-left:-11rem}.xxl\:-mt-48{margin-top:-12rem}.xxl\:-mr-48{margin-right:-12rem}.xxl\:-mb-48{margin-bottom:-12rem}.xxl\:-ml-48{margin-left:-12rem}.xxl\:-mt-52{margin-top:-13rem}.xxl\:-mr-52{margin-right:-13rem}.xxl\:-mb-52{margin-bottom:-13rem}.xxl\:-ml-52{margin-left:-13rem}.xxl\:-mt-56{margin-top:-14rem}.xxl\:-mr-56{margin-right:-14rem}.xxl\:-mb-56{margin-bottom:-14rem}.xxl\:-ml-56{margin-left:-14rem}.xxl\:-mt-60{margin-top:-15rem}.xxl\:-mr-60{margin-right:-15rem}.xxl\:-mb-60{margin-bottom:-15rem}.xxl\:-ml-60{margin-left:-15rem}.xxl\:-mt-64{margin-top:-16rem}.xxl\:-mr-64{margin-right:-16rem}.xxl\:-mb-64{margin-bottom:-16rem}.xxl\:-ml-64{margin-left:-16rem}.xxl\:-mt-72{margin-top:-18rem}.xxl\:-mr-72{margin-right:-18rem}.xxl\:-mb-72{margin-bottom:-18rem}.xxl\:-ml-72{margin-left:-18rem}.xxl\:-mt-80{margin-top:-20rem}.xxl\:-mr-80{margin-right:-20rem}.xxl\:-mb-80{margin-bottom:-20rem}.xxl\:-ml-80{margin-left:-20rem}.xxl\:-mt-96{margin-top:-24rem}.xxl\:-mr-96{margin-right:-24rem}.xxl\:-mb-96{margin-bottom:-24rem}.xxl\:-ml-96{margin-left:-24rem}.xxl\:-mt-px{margin-top:-1px}.xxl\:-mr-px{margin-right:-1px}.xxl\:-mb-px{margin-bottom:-1px}.xxl\:-ml-px{margin-left:-1px}.xxl\:-mt-0\.5{margin-top:-.125rem}.xxl\:-mr-0\.5{margin-right:-.125rem}.xxl\:-mb-0\.5{margin-bottom:-.125rem}.xxl\:-ml-0\.5{margin-left:-.125rem}.xxl\:-mt-1\.5{margin-top:-.375rem}.xxl\:-mr-1\.5{margin-right:-.375rem}.xxl\:-mb-1\.5{margin-bottom:-.375rem}.xxl\:-ml-1\.5{margin-left:-.375rem}.xxl\:-mt-2\.5{margin-top:-.625rem}.xxl\:-mr-2\.5{margin-right:-.625rem}.xxl\:-mb-2\.5{margin-bottom:-.625rem}.xxl\:-ml-2\.5{margin-left:-.625rem}.xxl\:-mt-3\.5{margin-top:-.875rem}.xxl\:-mr-3\.5{margin-right:-.875rem}.xxl\:-mb-3\.5{margin-bottom:-.875rem}.xxl\:-ml-3\.5{margin-left:-.875rem}.xxl\:-mt-gutter-1{margin-top:-.625rem}.xxl\:-mr-gutter-1{margin-right:-.625rem}.xxl\:-mb-gutter-1{margin-bottom:-.625rem}.xxl\:-ml-gutter-1{margin-left:-.625rem}.xxl\:-mt-gutter-2{margin-top:-1.25rem}.xxl\:-mr-gutter-2{margin-right:-1.25rem}.xxl\:-mb-gutter-2{margin-bottom:-1.25rem}.xxl\:-ml-gutter-2{margin-left:-1.25rem}.xxl\:max-h-0{max-height:0px}.xxl\:max-h-1{max-height:.25rem}.xxl\:max-h-2{max-height:.5rem}.xxl\:max-h-3{max-height:.75rem}.xxl\:max-h-4{max-height:1rem}.xxl\:max-h-5{max-height:1.25rem}.xxl\:max-h-6{max-height:1.5rem}.xxl\:max-h-7{max-height:1.75rem}.xxl\:max-h-8{max-height:2rem}.xxl\:max-h-9{max-height:2.25rem}.xxl\:max-h-10{max-height:2.5rem}.xxl\:max-h-11{max-height:2.75rem}.xxl\:max-h-12{max-height:3rem}.xxl\:max-h-14{max-height:3.5rem}.xxl\:max-h-16{max-height:4rem}.xxl\:max-h-20{max-height:5rem}.xxl\:max-h-24{max-height:6rem}.xxl\:max-h-28{max-height:7rem}.xxl\:max-h-32{max-height:8rem}.xxl\:max-h-36{max-height:9rem}.xxl\:max-h-40{max-height:10rem}.xxl\:max-h-44{max-height:11rem}.xxl\:max-h-48{max-height:12rem}.xxl\:max-h-52{max-height:13rem}.xxl\:max-h-56{max-height:14rem}.xxl\:max-h-60{max-height:15rem}.xxl\:max-h-64{max-height:16rem}.xxl\:max-h-72{max-height:18rem}.xxl\:max-h-80{max-height:20rem}.xxl\:max-h-96{max-height:24rem}.xxl\:max-h-px{max-height:1px}.xxl\:max-h-0\.5{max-height:.125rem}.xxl\:max-h-1\.5{max-height:.375rem}.xxl\:max-h-2\.5{max-height:.625rem}.xxl\:max-h-3\.5{max-height:.875rem}.xxl\:max-h-gutter-1{max-height:.625rem}.xxl\:max-h-gutter-2{max-height:1.25rem}.xxl\:max-h-full{max-height:100%}.xxl\:max-h-screen{max-height:100vh}.xxl\:max-w-0{max-width:0}.xxl\:max-w-none{max-width:none}.xxl\:max-w-xs{max-width:20rem}.xxl\:max-w-sm{max-width:24rem}.xxl\:max-w-md{max-width:28rem}.xxl\:max-w-lg{max-width:32rem}.xxl\:max-w-xl{max-width:36rem}.xxl\:max-w-2xl{max-width:42rem}.xxl\:max-w-3xl{max-width:48rem}.xxl\:max-w-4xl{max-width:56rem}.xxl\:max-w-5xl{max-width:64rem}.xxl\:max-w-6xl{max-width:72rem}.xxl\:max-w-7xl{max-width:80rem}.xxl\:max-w-full{max-width:100%}.xxl\:max-w-min{max-width:-moz-min-content;max-width:min-content}.xxl\:max-w-max{max-width:-moz-max-content;max-width:max-content}.xxl\:max-w-prose{max-width:65ch}.xxl\:max-w-screen-sm{max-width:576px}.xxl\:max-w-screen-md{max-width:768px}.xxl\:max-w-screen-lg{max-width:1024px}.xxl\:max-w-screen-xl{max-width:1440px}.xxl\:max-w-screen-xxl{max-width:1600px}.xxl\:max-w-screen-xxxl{max-width:1920px}.xxl\:min-h-0{min-height:0px}.xxl\:min-h-full{min-height:100%}.xxl\:min-h-screen{min-height:100vh}.xxl\:min-w-0{min-width:0}.xxl\:min-w-full{min-width:100%}.xxl\:min-w-min{min-width:-moz-min-content;min-width:min-content}.xxl\:min-w-max{min-width:-moz-max-content;min-width:max-content}.xxl\:object-contain{-o-object-fit:contain;object-fit:contain}.xxl\:object-cover{-o-object-fit:cover;object-fit:cover}.xxl\:object-fill{-o-object-fit:fill;object-fit:fill}.xxl\:object-none{-o-object-fit:none;object-fit:none}.xxl\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.xxl\:object-bottom{-o-object-position:bottom;object-position:bottom}.xxl\:object-center{-o-object-position:center;object-position:center}.xxl\:object-left{-o-object-position:left;object-position:left}.xxl\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.xxl\:object-left-top{-o-object-position:left top;object-position:left top}.xxl\:object-right{-o-object-position:right;object-position:right}.xxl\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.xxl\:object-right-top{-o-object-position:right top;object-position:right top}.xxl\:object-top{-o-object-position:top;object-position:top}.xxl\:opacity-0{opacity:0}.xxl\:opacity-5{opacity:.05}.xxl\:opacity-10{opacity:.1}.xxl\:opacity-20{opacity:.2}.xxl\:opacity-25{opacity:.25}.xxl\:opacity-30{opacity:.3}.xxl\:opacity-40{opacity:.4}.xxl\:opacity-50{opacity:.5}.xxl\:opacity-60{opacity:.6}.xxl\:opacity-70{opacity:.7}.xxl\:opacity-75{opacity:.75}.xxl\:opacity-80{opacity:.8}.xxl\:opacity-90{opacity:.9}.xxl\:opacity-95{opacity:.95}.xxl\:opacity-100{opacity:1}.group:hover .xxl\:group-hover\:opacity-0{opacity:0}.group:hover .xxl\:group-hover\:opacity-5{opacity:.05}.group:hover .xxl\:group-hover\:opacity-10{opacity:.1}.group:hover .xxl\:group-hover\:opacity-20{opacity:.2}.group:hover .xxl\:group-hover\:opacity-25{opacity:.25}.group:hover .xxl\:group-hover\:opacity-30{opacity:.3}.group:hover .xxl\:group-hover\:opacity-40{opacity:.4}.group:hover .xxl\:group-hover\:opacity-50{opacity:.5}.group:hover .xxl\:group-hover\:opacity-60{opacity:.6}.group:hover .xxl\:group-hover\:opacity-70{opacity:.7}.group:hover .xxl\:group-hover\:opacity-75{opacity:.75}.group:hover .xxl\:group-hover\:opacity-80{opacity:.8}.group:hover .xxl\:group-hover\:opacity-90{opacity:.9}.group:hover .xxl\:group-hover\:opacity-95{opacity:.95}.group:hover .xxl\:group-hover\:opacity-100{opacity:1}.xxl\:focus-within\:opacity-0:focus-within{opacity:0}.xxl\:focus-within\:opacity-5:focus-within{opacity:.05}.xxl\:focus-within\:opacity-10:focus-within{opacity:.1}.xxl\:focus-within\:opacity-20:focus-within{opacity:.2}.xxl\:focus-within\:opacity-25:focus-within{opacity:.25}.xxl\:focus-within\:opacity-30:focus-within{opacity:.3}.xxl\:focus-within\:opacity-40:focus-within{opacity:.4}.xxl\:focus-within\:opacity-50:focus-within{opacity:.5}.xxl\:focus-within\:opacity-60:focus-within{opacity:.6}.xxl\:focus-within\:opacity-70:focus-within{opacity:.7}.xxl\:focus-within\:opacity-75:focus-within{opacity:.75}.xxl\:focus-within\:opacity-80:focus-within{opacity:.8}.xxl\:focus-within\:opacity-90:focus-within{opacity:.9}.xxl\:focus-within\:opacity-95:focus-within{opacity:.95}.xxl\:focus-within\:opacity-100:focus-within{opacity:1}.xxl\:hover\:opacity-0:hover{opacity:0}.xxl\:hover\:opacity-5:hover{opacity:.05}.xxl\:hover\:opacity-10:hover{opacity:.1}.xxl\:hover\:opacity-20:hover{opacity:.2}.xxl\:hover\:opacity-25:hover{opacity:.25}.xxl\:hover\:opacity-30:hover{opacity:.3}.xxl\:hover\:opacity-40:hover{opacity:.4}.xxl\:hover\:opacity-50:hover{opacity:.5}.xxl\:hover\:opacity-60:hover{opacity:.6}.xxl\:hover\:opacity-70:hover{opacity:.7}.xxl\:hover\:opacity-75:hover{opacity:.75}.xxl\:hover\:opacity-80:hover{opacity:.8}.xxl\:hover\:opacity-90:hover{opacity:.9}.xxl\:hover\:opacity-95:hover{opacity:.95}.xxl\:hover\:opacity-100:hover{opacity:1}.xxl\:focus\:opacity-0:focus{opacity:0}.xxl\:focus\:opacity-5:focus{opacity:.05}.xxl\:focus\:opacity-10:focus{opacity:.1}.xxl\:focus\:opacity-20:focus{opacity:.2}.xxl\:focus\:opacity-25:focus{opacity:.25}.xxl\:focus\:opacity-30:focus{opacity:.3}.xxl\:focus\:opacity-40:focus{opacity:.4}.xxl\:focus\:opacity-50:focus{opacity:.5}.xxl\:focus\:opacity-60:focus{opacity:.6}.xxl\:focus\:opacity-70:focus{opacity:.7}.xxl\:focus\:opacity-75:focus{opacity:.75}.xxl\:focus\:opacity-80:focus{opacity:.8}.xxl\:focus\:opacity-90:focus{opacity:.9}.xxl\:focus\:opacity-95:focus{opacity:.95}.xxl\:focus\:opacity-100:focus{opacity:1}.xxl\:outline-none{outline:2px solid transparent;outline-offset:2px}.xxl\:outline-white{outline:2px dotted #fff;outline-offset:2px}.xxl\:outline-black{outline:2px dotted #000;outline-offset:2px}.xxl\:focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.xxl\:focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.xxl\:focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.xxl\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.xxl\:focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.xxl\:focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.xxl\:overflow-auto{overflow:auto}.xxl\:overflow-hidden{overflow:hidden}.xxl\:overflow-visible{overflow:visible}.xxl\:overflow-scroll{overflow:scroll}.xxl\:overflow-x-auto{overflow-x:auto}.xxl\:overflow-y-auto{overflow-y:auto}.xxl\:overflow-x-hidden{overflow-x:hidden}.xxl\:overflow-y-hidden{overflow-y:hidden}.xxl\:overflow-x-visible{overflow-x:visible}.xxl\:overflow-y-visible{overflow-y:visible}.xxl\:overflow-x-scroll{overflow-x:scroll}.xxl\:overflow-y-scroll{overflow-y:scroll}.xxl\:overscroll-auto{overscroll-behavior:auto}.xxl\:overscroll-contain{overscroll-behavior:contain}.xxl\:overscroll-none{overscroll-behavior:none}.xxl\:overscroll-y-auto{overscroll-behavior-y:auto}.xxl\:overscroll-y-contain{overscroll-behavior-y:contain}.xxl\:overscroll-y-none{overscroll-behavior-y:none}.xxl\:overscroll-x-auto{overscroll-behavior-x:auto}.xxl\:overscroll-x-contain{overscroll-behavior-x:contain}.xxl\:overscroll-x-none{overscroll-behavior-x:none}.xxl\:p-0{padding:0}.xxl\:p-1{padding:.25rem}.xxl\:p-2{padding:.5rem}.xxl\:p-3{padding:.75rem}.xxl\:p-4{padding:1rem}.xxl\:p-5{padding:1.25rem}.xxl\:p-6{padding:1.5rem}.xxl\:p-7{padding:1.75rem}.xxl\:p-8{padding:2rem}.xxl\:p-9{padding:2.25rem}.xxl\:p-10{padding:2.5rem}.xxl\:p-11{padding:2.75rem}.xxl\:p-12{padding:3rem}.xxl\:p-14{padding:3.5rem}.xxl\:p-16{padding:4rem}.xxl\:p-20{padding:5rem}.xxl\:p-24{padding:6rem}.xxl\:p-28{padding:7rem}.xxl\:p-32{padding:8rem}.xxl\:p-36{padding:9rem}.xxl\:p-40{padding:10rem}.xxl\:p-44{padding:11rem}.xxl\:p-48{padding:12rem}.xxl\:p-52{padding:13rem}.xxl\:p-56{padding:14rem}.xxl\:p-60{padding:15rem}.xxl\:p-64{padding:16rem}.xxl\:p-72{padding:18rem}.xxl\:p-80{padding:20rem}.xxl\:p-96{padding:24rem}.xxl\:p-px{padding:1px}.xxl\:p-0\.5{padding:.125rem}.xxl\:p-1\.5{padding:.375rem}.xxl\:p-2\.5{padding:.625rem}.xxl\:p-3\.5{padding:.875rem}.xxl\:p-gutter-1{padding:.625rem}.xxl\:p-gutter-2{padding:1.25rem}.xxl\:py-0{padding-top:0;padding-bottom:0}.xxl\:px-0{padding-left:0;padding-right:0}.xxl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xxl\:px-1{padding-left:.25rem;padding-right:.25rem}.xxl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xxl\:px-2{padding-left:.5rem;padding-right:.5rem}.xxl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xxl\:px-3{padding-left:.75rem;padding-right:.75rem}.xxl\:py-4{padding-top:1rem;padding-bottom:1rem}.xxl\:px-4{padding-left:1rem;padding-right:1rem}.xxl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.xxl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xxl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xxl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xxl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.xxl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xxl\:py-8{padding-top:2rem;padding-bottom:2rem}.xxl\:px-8{padding-left:2rem;padding-right:2rem}.xxl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.xxl\:px-9{padding-left:2.25rem;padding-right:2.25rem}.xxl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xxl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xxl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.xxl\:px-11{padding-left:2.75rem;padding-right:2.75rem}.xxl\:py-12{padding-top:3rem;padding-bottom:3rem}.xxl\:px-12{padding-left:3rem;padding-right:3rem}.xxl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.xxl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xxl\:py-16{padding-top:4rem;padding-bottom:4rem}.xxl\:px-16{padding-left:4rem;padding-right:4rem}.xxl\:py-20{padding-top:5rem;padding-bottom:5rem}.xxl\:px-20{padding-left:5rem;padding-right:5rem}.xxl\:py-24{padding-top:6rem;padding-bottom:6rem}.xxl\:px-24{padding-left:6rem;padding-right:6rem}.xxl\:py-28{padding-top:7rem;padding-bottom:7rem}.xxl\:px-28{padding-left:7rem;padding-right:7rem}.xxl\:py-32{padding-top:8rem;padding-bottom:8rem}.xxl\:px-32{padding-left:8rem;padding-right:8rem}.xxl\:py-36{padding-top:9rem;padding-bottom:9rem}.xxl\:px-36{padding-left:9rem;padding-right:9rem}.xxl\:py-40{padding-top:10rem;padding-bottom:10rem}.xxl\:px-40{padding-left:10rem;padding-right:10rem}.xxl\:py-44{padding-top:11rem;padding-bottom:11rem}.xxl\:px-44{padding-left:11rem;padding-right:11rem}.xxl\:py-48{padding-top:12rem;padding-bottom:12rem}.xxl\:px-48{padding-left:12rem;padding-right:12rem}.xxl\:py-52{padding-top:13rem;padding-bottom:13rem}.xxl\:px-52{padding-left:13rem;padding-right:13rem}.xxl\:py-56{padding-top:14rem;padding-bottom:14rem}.xxl\:px-56{padding-left:14rem;padding-right:14rem}.xxl\:py-60{padding-top:15rem;padding-bottom:15rem}.xxl\:px-60{padding-left:15rem;padding-right:15rem}.xxl\:py-64{padding-top:16rem;padding-bottom:16rem}.xxl\:px-64{padding-left:16rem;padding-right:16rem}.xxl\:py-72{padding-top:18rem;padding-bottom:18rem}.xxl\:px-72{padding-left:18rem;padding-right:18rem}.xxl\:py-80{padding-top:20rem;padding-bottom:20rem}.xxl\:px-80{padding-left:20rem;padding-right:20rem}.xxl\:py-96{padding-top:24rem;padding-bottom:24rem}.xxl\:px-96{padding-left:24rem;padding-right:24rem}.xxl\:py-px{padding-top:1px;padding-bottom:1px}.xxl\:px-px{padding-left:1px;padding-right:1px}.xxl\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.xxl\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.xxl\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.xxl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.xxl\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.xxl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xxl\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.xxl\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.xxl\:py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.xxl\:px-gutter-1{padding-left:.625rem;padding-right:.625rem}.xxl\:py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.xxl\:px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.xxl\:pt-0{padding-top:0}.xxl\:pr-0{padding-right:0}.xxl\:pb-0{padding-bottom:0}.xxl\:pl-0{padding-left:0}.xxl\:pt-1{padding-top:.25rem}.xxl\:pr-1{padding-right:.25rem}.xxl\:pb-1{padding-bottom:.25rem}.xxl\:pl-1{padding-left:.25rem}.xxl\:pt-2{padding-top:.5rem}.xxl\:pr-2{padding-right:.5rem}.xxl\:pb-2{padding-bottom:.5rem}.xxl\:pl-2{padding-left:.5rem}.xxl\:pt-3{padding-top:.75rem}.xxl\:pr-3{padding-right:.75rem}.xxl\:pb-3{padding-bottom:.75rem}.xxl\:pl-3{padding-left:.75rem}.xxl\:pt-4{padding-top:1rem}.xxl\:pr-4{padding-right:1rem}.xxl\:pb-4{padding-bottom:1rem}.xxl\:pl-4{padding-left:1rem}.xxl\:pt-5{padding-top:1.25rem}.xxl\:pr-5{padding-right:1.25rem}.xxl\:pb-5{padding-bottom:1.25rem}.xxl\:pl-5{padding-left:1.25rem}.xxl\:pt-6{padding-top:1.5rem}.xxl\:pr-6{padding-right:1.5rem}.xxl\:pb-6{padding-bottom:1.5rem}.xxl\:pl-6{padding-left:1.5rem}.xxl\:pt-7{padding-top:1.75rem}.xxl\:pr-7{padding-right:1.75rem}.xxl\:pb-7{padding-bottom:1.75rem}.xxl\:pl-7{padding-left:1.75rem}.xxl\:pt-8{padding-top:2rem}.xxl\:pr-8{padding-right:2rem}.xxl\:pb-8{padding-bottom:2rem}.xxl\:pl-8{padding-left:2rem}.xxl\:pt-9{padding-top:2.25rem}.xxl\:pr-9{padding-right:2.25rem}.xxl\:pb-9{padding-bottom:2.25rem}.xxl\:pl-9{padding-left:2.25rem}.xxl\:pt-10{padding-top:2.5rem}.xxl\:pr-10{padding-right:2.5rem}.xxl\:pb-10{padding-bottom:2.5rem}.xxl\:pl-10{padding-left:2.5rem}.xxl\:pt-11{padding-top:2.75rem}.xxl\:pr-11{padding-right:2.75rem}.xxl\:pb-11{padding-bottom:2.75rem}.xxl\:pl-11{padding-left:2.75rem}.xxl\:pt-12{padding-top:3rem}.xxl\:pr-12{padding-right:3rem}.xxl\:pb-12{padding-bottom:3rem}.xxl\:pl-12{padding-left:3rem}.xxl\:pt-14{padding-top:3.5rem}.xxl\:pr-14{padding-right:3.5rem}.xxl\:pb-14{padding-bottom:3.5rem}.xxl\:pl-14{padding-left:3.5rem}.xxl\:pt-16{padding-top:4rem}.xxl\:pr-16{padding-right:4rem}.xxl\:pb-16{padding-bottom:4rem}.xxl\:pl-16{padding-left:4rem}.xxl\:pt-20{padding-top:5rem}.xxl\:pr-20{padding-right:5rem}.xxl\:pb-20{padding-bottom:5rem}.xxl\:pl-20{padding-left:5rem}.xxl\:pt-24{padding-top:6rem}.xxl\:pr-24{padding-right:6rem}.xxl\:pb-24{padding-bottom:6rem}.xxl\:pl-24{padding-left:6rem}.xxl\:pt-28{padding-top:7rem}.xxl\:pr-28{padding-right:7rem}.xxl\:pb-28{padding-bottom:7rem}.xxl\:pl-28{padding-left:7rem}.xxl\:pt-32{padding-top:8rem}.xxl\:pr-32{padding-right:8rem}.xxl\:pb-32{padding-bottom:8rem}.xxl\:pl-32{padding-left:8rem}.xxl\:pt-36{padding-top:9rem}.xxl\:pr-36{padding-right:9rem}.xxl\:pb-36{padding-bottom:9rem}.xxl\:pl-36{padding-left:9rem}.xxl\:pt-40{padding-top:10rem}.xxl\:pr-40{padding-right:10rem}.xxl\:pb-40{padding-bottom:10rem}.xxl\:pl-40{padding-left:10rem}.xxl\:pt-44{padding-top:11rem}.xxl\:pr-44{padding-right:11rem}.xxl\:pb-44{padding-bottom:11rem}.xxl\:pl-44{padding-left:11rem}.xxl\:pt-48{padding-top:12rem}.xxl\:pr-48{padding-right:12rem}.xxl\:pb-48{padding-bottom:12rem}.xxl\:pl-48{padding-left:12rem}.xxl\:pt-52{padding-top:13rem}.xxl\:pr-52{padding-right:13rem}.xxl\:pb-52{padding-bottom:13rem}.xxl\:pl-52{padding-left:13rem}.xxl\:pt-56{padding-top:14rem}.xxl\:pr-56{padding-right:14rem}.xxl\:pb-56{padding-bottom:14rem}.xxl\:pl-56{padding-left:14rem}.xxl\:pt-60{padding-top:15rem}.xxl\:pr-60{padding-right:15rem}.xxl\:pb-60{padding-bottom:15rem}.xxl\:pl-60{padding-left:15rem}.xxl\:pt-64{padding-top:16rem}.xxl\:pr-64{padding-right:16rem}.xxl\:pb-64{padding-bottom:16rem}.xxl\:pl-64{padding-left:16rem}.xxl\:pt-72{padding-top:18rem}.xxl\:pr-72{padding-right:18rem}.xxl\:pb-72{padding-bottom:18rem}.xxl\:pl-72{padding-left:18rem}.xxl\:pt-80{padding-top:20rem}.xxl\:pr-80{padding-right:20rem}.xxl\:pb-80{padding-bottom:20rem}.xxl\:pl-80{padding-left:20rem}.xxl\:pt-96{padding-top:24rem}.xxl\:pr-96{padding-right:24rem}.xxl\:pb-96{padding-bottom:24rem}.xxl\:pl-96{padding-left:24rem}.xxl\:pt-px{padding-top:1px}.xxl\:pr-px{padding-right:1px}.xxl\:pb-px{padding-bottom:1px}.xxl\:pl-px{padding-left:1px}.xxl\:pt-0\.5{padding-top:.125rem}.xxl\:pr-0\.5{padding-right:.125rem}.xxl\:pb-0\.5{padding-bottom:.125rem}.xxl\:pl-0\.5{padding-left:.125rem}.xxl\:pt-1\.5{padding-top:.375rem}.xxl\:pr-1\.5{padding-right:.375rem}.xxl\:pb-1\.5{padding-bottom:.375rem}.xxl\:pl-1\.5{padding-left:.375rem}.xxl\:pt-2\.5{padding-top:.625rem}.xxl\:pr-2\.5{padding-right:.625rem}.xxl\:pb-2\.5{padding-bottom:.625rem}.xxl\:pl-2\.5{padding-left:.625rem}.xxl\:pt-3\.5{padding-top:.875rem}.xxl\:pr-3\.5{padding-right:.875rem}.xxl\:pb-3\.5{padding-bottom:.875rem}.xxl\:pl-3\.5{padding-left:.875rem}.xxl\:pt-gutter-1{padding-top:.625rem}.xxl\:pr-gutter-1{padding-right:.625rem}.xxl\:pb-gutter-1{padding-bottom:.625rem}.xxl\:pl-gutter-1{padding-left:.625rem}.xxl\:pt-gutter-2{padding-top:1.25rem}.xxl\:pr-gutter-2{padding-right:1.25rem}.xxl\:pb-gutter-2{padding-bottom:1.25rem}.xxl\:pl-gutter-2{padding-left:1.25rem}.xxl\:placeholder-transparent::-moz-placeholder{color:transparent}.xxl\:placeholder-transparent::placeholder{color:transparent}.xxl\:placeholder-current::-moz-placeholder{color:currentColor}.xxl\:placeholder-current::placeholder{color:currentColor}.xxl\:placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxl\:placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxl\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxl\:placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxl\:placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxl\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxl\:placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxl\:placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxl\:placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxl\:placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxl\:placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.xxl\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.xxl\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.xxl\:focus\:placeholder-current:focus::placeholder{color:currentColor}.xxl\:focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxl\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxl\:placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.xxl\:placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.xxl\:placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.xxl\:placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.xxl\:placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.xxl\:placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.xxl\:placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.xxl\:placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.xxl\:placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.xxl\:placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.xxl\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.xxl\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.xxl\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.xxl\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.xxl\:placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.xxl\:placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.xxl\:placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.xxl\:placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.xxl\:placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.xxl\:placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.xxl\:placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.xxl\:placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.xxl\:placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.xxl\:placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.xxl\:placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.xxl\:placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.xxl\:placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.xxl\:placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.xxl\:placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.xxl\:placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.xxl\:focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.xxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.xxl\:focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.xxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.xxl\:focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.xxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.xxl\:focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.xxl\:focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.xxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.xxl\:focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.xxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.xxl\:focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.xxl\:focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.xxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.xxl\:focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.xxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.xxl\:focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.xxl\:focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.xxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.xxl\:focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.xxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.xxl\:focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.xxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.xxl\:focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.xxl\:focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.xxl\:pointer-events-none{pointer-events:none}.xxl\:pointer-events-auto{pointer-events:auto}.xxl\:static{position:static}.xxl\:fixed{position:fixed}.xxl\:absolute{position:absolute}.xxl\:relative{position:relative}.xxl\:sticky{position:sticky}.xxl\:inset-0{top:0;right:0;bottom:0;left:0}.xxl\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.xxl\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.xxl\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.xxl\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.xxl\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xxl\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.xxl\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.xxl\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.xxl\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.xxl\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.xxl\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.xxl\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.xxl\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.xxl\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.xxl\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.xxl\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.xxl\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.xxl\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.xxl\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.xxl\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.xxl\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.xxl\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.xxl\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.xxl\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.xxl\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.xxl\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.xxl\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.xxl\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.xxl\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.xxl\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.xxl\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.xxl\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.xxl\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.xxl\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xxl\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.xxl\:inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xxl\:inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xxl\:-inset-0{top:0;right:0;bottom:0;left:0}.xxl\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.xxl\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.xxl\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.xxl\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.xxl\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.xxl\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.xxl\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.xxl\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.xxl\:-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.xxl\:-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.xxl\:-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.xxl\:-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.xxl\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.xxl\:-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.xxl\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.xxl\:-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.xxl\:-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.xxl\:-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.xxl\:-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.xxl\:-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.xxl\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.xxl\:-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.xxl\:-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.xxl\:-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.xxl\:-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.xxl\:-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.xxl\:-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.xxl\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.xxl\:-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.xxl\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.xxl\:-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.xxl\:-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.xxl\:-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.xxl\:-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.xxl\:-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.xxl\:-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.xxl\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.xxl\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.xxl\:inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.xxl\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.xxl\:inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.xxl\:inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.xxl\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.xxl\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.xxl\:-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.xxl\:-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.xxl\:-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.xxl\:-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.xxl\:-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.xxl\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.xxl\:inset-y-0{top:0;bottom:0}.xxl\:inset-x-0{right:0;left:0}.xxl\:inset-y-1{top:.25rem;bottom:.25rem}.xxl\:inset-x-1{right:.25rem;left:.25rem}.xxl\:inset-y-2{top:.5rem;bottom:.5rem}.xxl\:inset-x-2{right:.5rem;left:.5rem}.xxl\:inset-y-3{top:.75rem;bottom:.75rem}.xxl\:inset-x-3{right:.75rem;left:.75rem}.xxl\:inset-y-4{top:1rem;bottom:1rem}.xxl\:inset-x-4{right:1rem;left:1rem}.xxl\:inset-y-5{top:1.25rem;bottom:1.25rem}.xxl\:inset-x-5{right:1.25rem;left:1.25rem}.xxl\:inset-y-6{top:1.5rem;bottom:1.5rem}.xxl\:inset-x-6{right:1.5rem;left:1.5rem}.xxl\:inset-y-7{top:1.75rem;bottom:1.75rem}.xxl\:inset-x-7{right:1.75rem;left:1.75rem}.xxl\:inset-y-8{top:2rem;bottom:2rem}.xxl\:inset-x-8{right:2rem;left:2rem}.xxl\:inset-y-9{top:2.25rem;bottom:2.25rem}.xxl\:inset-x-9{right:2.25rem;left:2.25rem}.xxl\:inset-y-10{top:2.5rem;bottom:2.5rem}.xxl\:inset-x-10{right:2.5rem;left:2.5rem}.xxl\:inset-y-11{top:2.75rem;bottom:2.75rem}.xxl\:inset-x-11{right:2.75rem;left:2.75rem}.xxl\:inset-y-12{top:3rem;bottom:3rem}.xxl\:inset-x-12{right:3rem;left:3rem}.xxl\:inset-y-14{top:3.5rem;bottom:3.5rem}.xxl\:inset-x-14{right:3.5rem;left:3.5rem}.xxl\:inset-y-16{top:4rem;bottom:4rem}.xxl\:inset-x-16{right:4rem;left:4rem}.xxl\:inset-y-20{top:5rem;bottom:5rem}.xxl\:inset-x-20{right:5rem;left:5rem}.xxl\:inset-y-24{top:6rem;bottom:6rem}.xxl\:inset-x-24{right:6rem;left:6rem}.xxl\:inset-y-28{top:7rem;bottom:7rem}.xxl\:inset-x-28{right:7rem;left:7rem}.xxl\:inset-y-32{top:8rem;bottom:8rem}.xxl\:inset-x-32{right:8rem;left:8rem}.xxl\:inset-y-36{top:9rem;bottom:9rem}.xxl\:inset-x-36{right:9rem;left:9rem}.xxl\:inset-y-40{top:10rem;bottom:10rem}.xxl\:inset-x-40{right:10rem;left:10rem}.xxl\:inset-y-44{top:11rem;bottom:11rem}.xxl\:inset-x-44{right:11rem;left:11rem}.xxl\:inset-y-48{top:12rem;bottom:12rem}.xxl\:inset-x-48{right:12rem;left:12rem}.xxl\:inset-y-52{top:13rem;bottom:13rem}.xxl\:inset-x-52{right:13rem;left:13rem}.xxl\:inset-y-56{top:14rem;bottom:14rem}.xxl\:inset-x-56{right:14rem;left:14rem}.xxl\:inset-y-60{top:15rem;bottom:15rem}.xxl\:inset-x-60{right:15rem;left:15rem}.xxl\:inset-y-64{top:16rem;bottom:16rem}.xxl\:inset-x-64{right:16rem;left:16rem}.xxl\:inset-y-72{top:18rem;bottom:18rem}.xxl\:inset-x-72{right:18rem;left:18rem}.xxl\:inset-y-80{top:20rem;bottom:20rem}.xxl\:inset-x-80{right:20rem;left:20rem}.xxl\:inset-y-96{top:24rem;bottom:24rem}.xxl\:inset-x-96{right:24rem;left:24rem}.xxl\:inset-y-auto{top:auto;bottom:auto}.xxl\:inset-x-auto{right:auto;left:auto}.xxl\:inset-y-px{top:1px;bottom:1px}.xxl\:inset-x-px{right:1px;left:1px}.xxl\:inset-y-0\.5{top:.125rem;bottom:.125rem}.xxl\:inset-x-0\.5{right:.125rem;left:.125rem}.xxl\:inset-y-1\.5{top:.375rem;bottom:.375rem}.xxl\:inset-x-1\.5{right:.375rem;left:.375rem}.xxl\:inset-y-2\.5{top:.625rem;bottom:.625rem}.xxl\:inset-x-2\.5{right:.625rem;left:.625rem}.xxl\:inset-y-3\.5{top:.875rem;bottom:.875rem}.xxl\:inset-x-3\.5{right:.875rem;left:.875rem}.xxl\:inset-y-gutter-1{top:.625rem;bottom:.625rem}.xxl\:inset-x-gutter-1{right:.625rem;left:.625rem}.xxl\:inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.xxl\:inset-x-gutter-2{right:1.25rem;left:1.25rem}.xxl\:-inset-y-0{top:0;bottom:0}.xxl\:-inset-x-0{right:0;left:0}.xxl\:-inset-y-1{top:-.25rem;bottom:-.25rem}.xxl\:-inset-x-1{right:-.25rem;left:-.25rem}.xxl\:-inset-y-2{top:-.5rem;bottom:-.5rem}.xxl\:-inset-x-2{right:-.5rem;left:-.5rem}.xxl\:-inset-y-3{top:-.75rem;bottom:-.75rem}.xxl\:-inset-x-3{right:-.75rem;left:-.75rem}.xxl\:-inset-y-4{top:-1rem;bottom:-1rem}.xxl\:-inset-x-4{right:-1rem;left:-1rem}.xxl\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.xxl\:-inset-x-5{right:-1.25rem;left:-1.25rem}.xxl\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.xxl\:-inset-x-6{right:-1.5rem;left:-1.5rem}.xxl\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.xxl\:-inset-x-7{right:-1.75rem;left:-1.75rem}.xxl\:-inset-y-8{top:-2rem;bottom:-2rem}.xxl\:-inset-x-8{right:-2rem;left:-2rem}.xxl\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.xxl\:-inset-x-9{right:-2.25rem;left:-2.25rem}.xxl\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.xxl\:-inset-x-10{right:-2.5rem;left:-2.5rem}.xxl\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.xxl\:-inset-x-11{right:-2.75rem;left:-2.75rem}.xxl\:-inset-y-12{top:-3rem;bottom:-3rem}.xxl\:-inset-x-12{right:-3rem;left:-3rem}.xxl\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.xxl\:-inset-x-14{right:-3.5rem;left:-3.5rem}.xxl\:-inset-y-16{top:-4rem;bottom:-4rem}.xxl\:-inset-x-16{right:-4rem;left:-4rem}.xxl\:-inset-y-20{top:-5rem;bottom:-5rem}.xxl\:-inset-x-20{right:-5rem;left:-5rem}.xxl\:-inset-y-24{top:-6rem;bottom:-6rem}.xxl\:-inset-x-24{right:-6rem;left:-6rem}.xxl\:-inset-y-28{top:-7rem;bottom:-7rem}.xxl\:-inset-x-28{right:-7rem;left:-7rem}.xxl\:-inset-y-32{top:-8rem;bottom:-8rem}.xxl\:-inset-x-32{right:-8rem;left:-8rem}.xxl\:-inset-y-36{top:-9rem;bottom:-9rem}.xxl\:-inset-x-36{right:-9rem;left:-9rem}.xxl\:-inset-y-40{top:-10rem;bottom:-10rem}.xxl\:-inset-x-40{right:-10rem;left:-10rem}.xxl\:-inset-y-44{top:-11rem;bottom:-11rem}.xxl\:-inset-x-44{right:-11rem;left:-11rem}.xxl\:-inset-y-48{top:-12rem;bottom:-12rem}.xxl\:-inset-x-48{right:-12rem;left:-12rem}.xxl\:-inset-y-52{top:-13rem;bottom:-13rem}.xxl\:-inset-x-52{right:-13rem;left:-13rem}.xxl\:-inset-y-56{top:-14rem;bottom:-14rem}.xxl\:-inset-x-56{right:-14rem;left:-14rem}.xxl\:-inset-y-60{top:-15rem;bottom:-15rem}.xxl\:-inset-x-60{right:-15rem;left:-15rem}.xxl\:-inset-y-64{top:-16rem;bottom:-16rem}.xxl\:-inset-x-64{right:-16rem;left:-16rem}.xxl\:-inset-y-72{top:-18rem;bottom:-18rem}.xxl\:-inset-x-72{right:-18rem;left:-18rem}.xxl\:-inset-y-80{top:-20rem;bottom:-20rem}.xxl\:-inset-x-80{right:-20rem;left:-20rem}.xxl\:-inset-y-96{top:-24rem;bottom:-24rem}.xxl\:-inset-x-96{right:-24rem;left:-24rem}.xxl\:-inset-y-px{top:-1px;bottom:-1px}.xxl\:-inset-x-px{right:-1px;left:-1px}.xxl\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.xxl\:-inset-x-0\.5{right:-.125rem;left:-.125rem}.xxl\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.xxl\:-inset-x-1\.5{right:-.375rem;left:-.375rem}.xxl\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.xxl\:-inset-x-2\.5{right:-.625rem;left:-.625rem}.xxl\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.xxl\:-inset-x-3\.5{right:-.875rem;left:-.875rem}.xxl\:-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.xxl\:-inset-x-gutter-1{right:-.625rem;left:-.625rem}.xxl\:-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.xxl\:-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.xxl\:inset-y-1\/2{top:50%;bottom:50%}.xxl\:inset-x-1\/2{right:50%;left:50%}.xxl\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.xxl\:inset-x-1\/3{right:33.333333%;left:33.333333%}.xxl\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.xxl\:inset-x-2\/3{right:66.666667%;left:66.666667%}.xxl\:inset-y-1\/4{top:25%;bottom:25%}.xxl\:inset-x-1\/4{right:25%;left:25%}.xxl\:inset-y-2\/4{top:50%;bottom:50%}.xxl\:inset-x-2\/4{right:50%;left:50%}.xxl\:inset-y-3\/4{top:75%;bottom:75%}.xxl\:inset-x-3\/4{right:75%;left:75%}.xxl\:inset-y-full{top:100%;bottom:100%}.xxl\:inset-x-full{right:100%;left:100%}.xxl\:-inset-y-1\/2{top:-50%;bottom:-50%}.xxl\:-inset-x-1\/2{right:-50%;left:-50%}.xxl\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.xxl\:-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.xxl\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.xxl\:-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.xxl\:-inset-y-1\/4{top:-25%;bottom:-25%}.xxl\:-inset-x-1\/4{right:-25%;left:-25%}.xxl\:-inset-y-2\/4{top:-50%;bottom:-50%}.xxl\:-inset-x-2\/4{right:-50%;left:-50%}.xxl\:-inset-y-3\/4{top:-75%;bottom:-75%}.xxl\:-inset-x-3\/4{right:-75%;left:-75%}.xxl\:-inset-y-full{top:-100%;bottom:-100%}.xxl\:-inset-x-full{right:-100%;left:-100%}.xxl\:top-0{top:0}.xxl\:right-0{right:0}.xxl\:bottom-0{bottom:0}.xxl\:left-0{left:0}.xxl\:top-1{top:.25rem}.xxl\:right-1{right:.25rem}.xxl\:bottom-1{bottom:.25rem}.xxl\:left-1{left:.25rem}.xxl\:top-2{top:.5rem}.xxl\:right-2{right:.5rem}.xxl\:bottom-2{bottom:.5rem}.xxl\:left-2{left:.5rem}.xxl\:top-3{top:.75rem}.xxl\:right-3{right:.75rem}.xxl\:bottom-3{bottom:.75rem}.xxl\:left-3{left:.75rem}.xxl\:top-4{top:1rem}.xxl\:right-4{right:1rem}.xxl\:bottom-4{bottom:1rem}.xxl\:left-4{left:1rem}.xxl\:top-5{top:1.25rem}.xxl\:right-5{right:1.25rem}.xxl\:bottom-5{bottom:1.25rem}.xxl\:left-5{left:1.25rem}.xxl\:top-6{top:1.5rem}.xxl\:right-6{right:1.5rem}.xxl\:bottom-6{bottom:1.5rem}.xxl\:left-6{left:1.5rem}.xxl\:top-7{top:1.75rem}.xxl\:right-7{right:1.75rem}.xxl\:bottom-7{bottom:1.75rem}.xxl\:left-7{left:1.75rem}.xxl\:top-8{top:2rem}.xxl\:right-8{right:2rem}.xxl\:bottom-8{bottom:2rem}.xxl\:left-8{left:2rem}.xxl\:top-9{top:2.25rem}.xxl\:right-9{right:2.25rem}.xxl\:bottom-9{bottom:2.25rem}.xxl\:left-9{left:2.25rem}.xxl\:top-10{top:2.5rem}.xxl\:right-10{right:2.5rem}.xxl\:bottom-10{bottom:2.5rem}.xxl\:left-10{left:2.5rem}.xxl\:top-11{top:2.75rem}.xxl\:right-11{right:2.75rem}.xxl\:bottom-11{bottom:2.75rem}.xxl\:left-11{left:2.75rem}.xxl\:top-12{top:3rem}.xxl\:right-12{right:3rem}.xxl\:bottom-12{bottom:3rem}.xxl\:left-12{left:3rem}.xxl\:top-14{top:3.5rem}.xxl\:right-14{right:3.5rem}.xxl\:bottom-14{bottom:3.5rem}.xxl\:left-14{left:3.5rem}.xxl\:top-16{top:4rem}.xxl\:right-16{right:4rem}.xxl\:bottom-16{bottom:4rem}.xxl\:left-16{left:4rem}.xxl\:top-20{top:5rem}.xxl\:right-20{right:5rem}.xxl\:bottom-20{bottom:5rem}.xxl\:left-20{left:5rem}.xxl\:top-24{top:6rem}.xxl\:right-24{right:6rem}.xxl\:bottom-24{bottom:6rem}.xxl\:left-24{left:6rem}.xxl\:top-28{top:7rem}.xxl\:right-28{right:7rem}.xxl\:bottom-28{bottom:7rem}.xxl\:left-28{left:7rem}.xxl\:top-32{top:8rem}.xxl\:right-32{right:8rem}.xxl\:bottom-32{bottom:8rem}.xxl\:left-32{left:8rem}.xxl\:top-36{top:9rem}.xxl\:right-36{right:9rem}.xxl\:bottom-36{bottom:9rem}.xxl\:left-36{left:9rem}.xxl\:top-40{top:10rem}.xxl\:right-40{right:10rem}.xxl\:bottom-40{bottom:10rem}.xxl\:left-40{left:10rem}.xxl\:top-44{top:11rem}.xxl\:right-44{right:11rem}.xxl\:bottom-44{bottom:11rem}.xxl\:left-44{left:11rem}.xxl\:top-48{top:12rem}.xxl\:right-48{right:12rem}.xxl\:bottom-48{bottom:12rem}.xxl\:left-48{left:12rem}.xxl\:top-52{top:13rem}.xxl\:right-52{right:13rem}.xxl\:bottom-52{bottom:13rem}.xxl\:left-52{left:13rem}.xxl\:top-56{top:14rem}.xxl\:right-56{right:14rem}.xxl\:bottom-56{bottom:14rem}.xxl\:left-56{left:14rem}.xxl\:top-60{top:15rem}.xxl\:right-60{right:15rem}.xxl\:bottom-60{bottom:15rem}.xxl\:left-60{left:15rem}.xxl\:top-64{top:16rem}.xxl\:right-64{right:16rem}.xxl\:bottom-64{bottom:16rem}.xxl\:left-64{left:16rem}.xxl\:top-72{top:18rem}.xxl\:right-72{right:18rem}.xxl\:bottom-72{bottom:18rem}.xxl\:left-72{left:18rem}.xxl\:top-80{top:20rem}.xxl\:right-80{right:20rem}.xxl\:bottom-80{bottom:20rem}.xxl\:left-80{left:20rem}.xxl\:top-96{top:24rem}.xxl\:right-96{right:24rem}.xxl\:bottom-96{bottom:24rem}.xxl\:left-96{left:24rem}.xxl\:top-auto{top:auto}.xxl\:right-auto{right:auto}.xxl\:bottom-auto{bottom:auto}.xxl\:left-auto{left:auto}.xxl\:top-px{top:1px}.xxl\:right-px{right:1px}.xxl\:bottom-px{bottom:1px}.xxl\:left-px{left:1px}.xxl\:top-0\.5{top:.125rem}.xxl\:right-0\.5{right:.125rem}.xxl\:bottom-0\.5{bottom:.125rem}.xxl\:left-0\.5{left:.125rem}.xxl\:top-1\.5{top:.375rem}.xxl\:right-1\.5{right:.375rem}.xxl\:bottom-1\.5{bottom:.375rem}.xxl\:left-1\.5{left:.375rem}.xxl\:top-2\.5{top:.625rem}.xxl\:right-2\.5{right:.625rem}.xxl\:bottom-2\.5{bottom:.625rem}.xxl\:left-2\.5{left:.625rem}.xxl\:top-3\.5{top:.875rem}.xxl\:right-3\.5{right:.875rem}.xxl\:bottom-3\.5{bottom:.875rem}.xxl\:left-3\.5{left:.875rem}.xxl\:top-gutter-1{top:.625rem}.xxl\:right-gutter-1{right:.625rem}.xxl\:bottom-gutter-1{bottom:.625rem}.xxl\:left-gutter-1{left:.625rem}.xxl\:top-gutter-2{top:1.25rem}.xxl\:right-gutter-2{right:1.25rem}.xxl\:bottom-gutter-2{bottom:1.25rem}.xxl\:left-gutter-2{left:1.25rem}.xxl\:-top-0{top:0}.xxl\:-right-0{right:0}.xxl\:-bottom-0{bottom:0}.xxl\:-left-0{left:0}.xxl\:-top-1{top:-.25rem}.xxl\:-right-1{right:-.25rem}.xxl\:-bottom-1{bottom:-.25rem}.xxl\:-left-1{left:-.25rem}.xxl\:-top-2{top:-.5rem}.xxl\:-right-2{right:-.5rem}.xxl\:-bottom-2{bottom:-.5rem}.xxl\:-left-2{left:-.5rem}.xxl\:-top-3{top:-.75rem}.xxl\:-right-3{right:-.75rem}.xxl\:-bottom-3{bottom:-.75rem}.xxl\:-left-3{left:-.75rem}.xxl\:-top-4{top:-1rem}.xxl\:-right-4{right:-1rem}.xxl\:-bottom-4{bottom:-1rem}.xxl\:-left-4{left:-1rem}.xxl\:-top-5{top:-1.25rem}.xxl\:-right-5{right:-1.25rem}.xxl\:-bottom-5{bottom:-1.25rem}.xxl\:-left-5{left:-1.25rem}.xxl\:-top-6{top:-1.5rem}.xxl\:-right-6{right:-1.5rem}.xxl\:-bottom-6{bottom:-1.5rem}.xxl\:-left-6{left:-1.5rem}.xxl\:-top-7{top:-1.75rem}.xxl\:-right-7{right:-1.75rem}.xxl\:-bottom-7{bottom:-1.75rem}.xxl\:-left-7{left:-1.75rem}.xxl\:-top-8{top:-2rem}.xxl\:-right-8{right:-2rem}.xxl\:-bottom-8{bottom:-2rem}.xxl\:-left-8{left:-2rem}.xxl\:-top-9{top:-2.25rem}.xxl\:-right-9{right:-2.25rem}.xxl\:-bottom-9{bottom:-2.25rem}.xxl\:-left-9{left:-2.25rem}.xxl\:-top-10{top:-2.5rem}.xxl\:-right-10{right:-2.5rem}.xxl\:-bottom-10{bottom:-2.5rem}.xxl\:-left-10{left:-2.5rem}.xxl\:-top-11{top:-2.75rem}.xxl\:-right-11{right:-2.75rem}.xxl\:-bottom-11{bottom:-2.75rem}.xxl\:-left-11{left:-2.75rem}.xxl\:-top-12{top:-3rem}.xxl\:-right-12{right:-3rem}.xxl\:-bottom-12{bottom:-3rem}.xxl\:-left-12{left:-3rem}.xxl\:-top-14{top:-3.5rem}.xxl\:-right-14{right:-3.5rem}.xxl\:-bottom-14{bottom:-3.5rem}.xxl\:-left-14{left:-3.5rem}.xxl\:-top-16{top:-4rem}.xxl\:-right-16{right:-4rem}.xxl\:-bottom-16{bottom:-4rem}.xxl\:-left-16{left:-4rem}.xxl\:-top-20{top:-5rem}.xxl\:-right-20{right:-5rem}.xxl\:-bottom-20{bottom:-5rem}.xxl\:-left-20{left:-5rem}.xxl\:-top-24{top:-6rem}.xxl\:-right-24{right:-6rem}.xxl\:-bottom-24{bottom:-6rem}.xxl\:-left-24{left:-6rem}.xxl\:-top-28{top:-7rem}.xxl\:-right-28{right:-7rem}.xxl\:-bottom-28{bottom:-7rem}.xxl\:-left-28{left:-7rem}.xxl\:-top-32{top:-8rem}.xxl\:-right-32{right:-8rem}.xxl\:-bottom-32{bottom:-8rem}.xxl\:-left-32{left:-8rem}.xxl\:-top-36{top:-9rem}.xxl\:-right-36{right:-9rem}.xxl\:-bottom-36{bottom:-9rem}.xxl\:-left-36{left:-9rem}.xxl\:-top-40{top:-10rem}.xxl\:-right-40{right:-10rem}.xxl\:-bottom-40{bottom:-10rem}.xxl\:-left-40{left:-10rem}.xxl\:-top-44{top:-11rem}.xxl\:-right-44{right:-11rem}.xxl\:-bottom-44{bottom:-11rem}.xxl\:-left-44{left:-11rem}.xxl\:-top-48{top:-12rem}.xxl\:-right-48{right:-12rem}.xxl\:-bottom-48{bottom:-12rem}.xxl\:-left-48{left:-12rem}.xxl\:-top-52{top:-13rem}.xxl\:-right-52{right:-13rem}.xxl\:-bottom-52{bottom:-13rem}.xxl\:-left-52{left:-13rem}.xxl\:-top-56{top:-14rem}.xxl\:-right-56{right:-14rem}.xxl\:-bottom-56{bottom:-14rem}.xxl\:-left-56{left:-14rem}.xxl\:-top-60{top:-15rem}.xxl\:-right-60{right:-15rem}.xxl\:-bottom-60{bottom:-15rem}.xxl\:-left-60{left:-15rem}.xxl\:-top-64{top:-16rem}.xxl\:-right-64{right:-16rem}.xxl\:-bottom-64{bottom:-16rem}.xxl\:-left-64{left:-16rem}.xxl\:-top-72{top:-18rem}.xxl\:-right-72{right:-18rem}.xxl\:-bottom-72{bottom:-18rem}.xxl\:-left-72{left:-18rem}.xxl\:-top-80{top:-20rem}.xxl\:-right-80{right:-20rem}.xxl\:-bottom-80{bottom:-20rem}.xxl\:-left-80{left:-20rem}.xxl\:-top-96{top:-24rem}.xxl\:-right-96{right:-24rem}.xxl\:-bottom-96{bottom:-24rem}.xxl\:-left-96{left:-24rem}.xxl\:-top-px{top:-1px}.xxl\:-right-px{right:-1px}.xxl\:-bottom-px{bottom:-1px}.xxl\:-left-px{left:-1px}.xxl\:-top-0\.5{top:-.125rem}.xxl\:-right-0\.5{right:-.125rem}.xxl\:-bottom-0\.5{bottom:-.125rem}.xxl\:-left-0\.5{left:-.125rem}.xxl\:-top-1\.5{top:-.375rem}.xxl\:-right-1\.5{right:-.375rem}.xxl\:-bottom-1\.5{bottom:-.375rem}.xxl\:-left-1\.5{left:-.375rem}.xxl\:-top-2\.5{top:-.625rem}.xxl\:-right-2\.5{right:-.625rem}.xxl\:-bottom-2\.5{bottom:-.625rem}.xxl\:-left-2\.5{left:-.625rem}.xxl\:-top-3\.5{top:-.875rem}.xxl\:-right-3\.5{right:-.875rem}.xxl\:-bottom-3\.5{bottom:-.875rem}.xxl\:-left-3\.5{left:-.875rem}.xxl\:-top-gutter-1{top:-.625rem}.xxl\:-right-gutter-1{right:-.625rem}.xxl\:-bottom-gutter-1{bottom:-.625rem}.xxl\:-left-gutter-1{left:-.625rem}.xxl\:-top-gutter-2{top:-1.25rem}.xxl\:-right-gutter-2{right:-1.25rem}.xxl\:-bottom-gutter-2{bottom:-1.25rem}.xxl\:-left-gutter-2{left:-1.25rem}.xxl\:top-1\/2{top:50%}.xxl\:right-1\/2{right:50%}.xxl\:bottom-1\/2{bottom:50%}.xxl\:left-1\/2{left:50%}.xxl\:top-1\/3{top:33.333333%}.xxl\:right-1\/3{right:33.333333%}.xxl\:bottom-1\/3{bottom:33.333333%}.xxl\:left-1\/3{left:33.333333%}.xxl\:top-2\/3{top:66.666667%}.xxl\:right-2\/3{right:66.666667%}.xxl\:bottom-2\/3{bottom:66.666667%}.xxl\:left-2\/3{left:66.666667%}.xxl\:top-1\/4{top:25%}.xxl\:right-1\/4{right:25%}.xxl\:bottom-1\/4{bottom:25%}.xxl\:left-1\/4{left:25%}.xxl\:top-2\/4{top:50%}.xxl\:right-2\/4{right:50%}.xxl\:bottom-2\/4{bottom:50%}.xxl\:left-2\/4{left:50%}.xxl\:top-3\/4{top:75%}.xxl\:right-3\/4{right:75%}.xxl\:bottom-3\/4{bottom:75%}.xxl\:left-3\/4{left:75%}.xxl\:top-full{top:100%}.xxl\:right-full{right:100%}.xxl\:bottom-full{bottom:100%}.xxl\:left-full{left:100%}.xxl\:-top-1\/2{top:-50%}.xxl\:-right-1\/2{right:-50%}.xxl\:-bottom-1\/2{bottom:-50%}.xxl\:-left-1\/2{left:-50%}.xxl\:-top-1\/3{top:-33.333333%}.xxl\:-right-1\/3{right:-33.333333%}.xxl\:-bottom-1\/3{bottom:-33.333333%}.xxl\:-left-1\/3{left:-33.333333%}.xxl\:-top-2\/3{top:-66.666667%}.xxl\:-right-2\/3{right:-66.666667%}.xxl\:-bottom-2\/3{bottom:-66.666667%}.xxl\:-left-2\/3{left:-66.666667%}.xxl\:-top-1\/4{top:-25%}.xxl\:-right-1\/4{right:-25%}.xxl\:-bottom-1\/4{bottom:-25%}.xxl\:-left-1\/4{left:-25%}.xxl\:-top-2\/4{top:-50%}.xxl\:-right-2\/4{right:-50%}.xxl\:-bottom-2\/4{bottom:-50%}.xxl\:-left-2\/4{left:-50%}.xxl\:-top-3\/4{top:-75%}.xxl\:-right-3\/4{right:-75%}.xxl\:-bottom-3\/4{bottom:-75%}.xxl\:-left-3\/4{left:-75%}.xxl\:-top-full{top:-100%}.xxl\:-right-full{right:-100%}.xxl\:-bottom-full{bottom:-100%}.xxl\:-left-full{left:-100%}.xxl\:resize-none{resize:none}.xxl\:resize-y{resize:vertical}.xxl\:resize-x{resize:horizontal}.xxl\:resize{resize:both}.xxl\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxl\:group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxl\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:ring-inset{--tw-ring-inset:inset}.xxl\:focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\: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);--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)}.xxl\:focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.xxl\: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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\: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);--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)}.xxl\:focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxl\:focus\:ring-inset:focus{--tw-ring-inset:inset}.xxl\:ring-offset-transparent{--tw-ring-offset-color:transparent}.xxl\:ring-offset-current{--tw-ring-offset-color:currentColor}.xxl\:ring-offset-black{--tw-ring-offset-color:#000}.xxl\:ring-offset-white{--tw-ring-offset-color:#fff}.xxl\:ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.xxl\:ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.xxl\:ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.xxl\:ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.xxl\:ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.xxl\:ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.xxl\:ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.xxl\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.xxl\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.xxl\:ring-offset-gray-900{--tw-ring-offset-color:#111827}.xxl\:ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.xxl\:ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.xxl\:ring-offset-red-200{--tw-ring-offset-color:#fecaca}.xxl\:ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.xxl\:ring-offset-red-400{--tw-ring-offset-color:#f87171}.xxl\:ring-offset-red-500{--tw-ring-offset-color:#ef4444}.xxl\:ring-offset-red-600{--tw-ring-offset-color:#dc2626}.xxl\:ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.xxl\:ring-offset-red-800{--tw-ring-offset-color:#991b1b}.xxl\:ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.xxl\:ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.xxl\:ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.xxl\:ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.xxl\:ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.xxl\:ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.xxl\:ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.xxl\:ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.xxl\:ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.xxl\:ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.xxl\:ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.xxl\:ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.xxl\:ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.xxl\:ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.xxl\:ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.xxl\:ring-offset-green-400{--tw-ring-offset-color:#34d399}.xxl\:ring-offset-green-500{--tw-ring-offset-color:#10b981}.xxl\:ring-offset-green-600{--tw-ring-offset-color:#059669}.xxl\:ring-offset-green-700{--tw-ring-offset-color:#047857}.xxl\:ring-offset-green-800{--tw-ring-offset-color:#065f46}.xxl\:ring-offset-green-900{--tw-ring-offset-color:#064e3b}.xxl\:ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.xxl\:ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.xxl\:ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.xxl\:ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.xxl\:ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.xxl\:ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.xxl\:ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.xxl\:ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.xxl\:ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.xxl\:ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.xxl\:ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.xxl\:ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.xxl\:ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.xxl\:ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.xxl\:ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.xxl\:ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.xxl\:ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.xxl\:ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.xxl\:ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.xxl\:ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.xxl\:ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.xxl\:ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.xxl\:ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.xxl\:ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.xxl\:ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.xxl\:ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.xxl\:ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.xxl\:ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.xxl\:ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.xxl\:ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.xxl\:ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.xxl\:ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.xxl\:ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.xxl\:ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.xxl\:ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.xxl\:ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.xxl\:ring-offset-pink-600{--tw-ring-offset-color:#db2777}.xxl\:ring-offset-pink-700{--tw-ring-offset-color:#be185d}.xxl\:ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.xxl\:ring-offset-pink-900{--tw-ring-offset-color:#831843}.xxl\:focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.xxl\:focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.xxl\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.xxl\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.xxl\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.xxl\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.xxl\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.xxl\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.xxl\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.xxl\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.xxl\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.xxl\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.xxl\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.xxl\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.xxl\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.xxl\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.xxl\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.xxl\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.xxl\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.xxl\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.xxl\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.xxl\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.xxl\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.xxl\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.xxl\:focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.xxl\:focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.xxl\:focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.xxl\:focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.xxl\:focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.xxl\:focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.xxl\:focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.xxl\:focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.xxl\:focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.xxl\:focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.xxl\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.xxl\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.xxl\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.xxl\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.xxl\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.xxl\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.xxl\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.xxl\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.xxl\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.xxl\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.xxl\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.xxl\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.xxl\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.xxl\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.xxl\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.xxl\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.xxl\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.xxl\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.xxl\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.xxl\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.xxl\:focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.xxl\:focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.xxl\:focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.xxl\:focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.xxl\:focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.xxl\:focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.xxl\:focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.xxl\:focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.xxl\:focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.xxl\:focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.xxl\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.xxl\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.xxl\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.xxl\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.xxl\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.xxl\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.xxl\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.xxl\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.xxl\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.xxl\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.xxl\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.xxl\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.xxl\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.xxl\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.xxl\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.xxl\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.xxl\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.xxl\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.xxl\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.xxl\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.xxl\:focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.xxl\:focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.xxl\:focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.xxl\:focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.xxl\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.xxl\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.xxl\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.xxl\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.xxl\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.xxl\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.xxl\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.xxl\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.xxl\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.xxl\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.xxl\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.xxl\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.xxl\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.xxl\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.xxl\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.xxl\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.xxl\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.xxl\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.xxl\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.xxl\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.xxl\:focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.xxl\:focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.xxl\:focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.xxl\:focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.xxl\:focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.xxl\:focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.xxl\:focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.xxl\:focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.xxl\:focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.xxl\:focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.xxl\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.xxl\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.xxl\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.xxl\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.xxl\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.xxl\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.xxl\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.xxl\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.xxl\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.xxl\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.xxl\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.xxl\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.xxl\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.xxl\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.xxl\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.xxl\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.xxl\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.xxl\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.xxl\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.xxl\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.xxl\:focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.xxl\:focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.xxl\:focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.xxl\:focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.xxl\:focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.xxl\:focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.xxl\:focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.xxl\:focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.xxl\:focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.xxl\:focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.xxl\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.xxl\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.xxl\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.xxl\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.xxl\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.xxl\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.xxl\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.xxl\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.xxl\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.xxl\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.xxl\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.xxl\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.xxl\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.xxl\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.xxl\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.xxl\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.xxl\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.xxl\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.xxl\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.xxl\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.xxl\:ring-offset-0{--tw-ring-offset-width:0px}.xxl\:ring-offset-1{--tw-ring-offset-width:1px}.xxl\:ring-offset-2{--tw-ring-offset-width:2px}.xxl\:ring-offset-4{--tw-ring-offset-width:4px}.xxl\:ring-offset-8{--tw-ring-offset-width:8px}.xxl\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.xxl\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.xxl\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.xxl\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.xxl\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.xxl\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.xxl\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.xxl\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.xxl\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.xxl\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.xxl\:ring-transparent{--tw-ring-color:transparent}.xxl\:ring-current{--tw-ring-color:currentColor}.xxl\:ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xxl\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xxl\:ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xxl\:ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xxl\:ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xxl\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xxl\:ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xxl\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xxl\:ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xxl\:ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xxl\:ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xxl\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xxl\:ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xxl\:ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xxl\:ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xxl\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xxl\:ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xxl\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xxl\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xxl\:ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xxl\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xxl\:ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xxl\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xxl\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xxl\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xxl\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xxl\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xxl\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xxl\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xxl\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xxl\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xxl\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xxl\:ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xxl\:ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xxl\:ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xxl\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xxl\:ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xxl\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xxl\:ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xxl\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xxl\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xxl\:ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xxl\:ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xxl\:ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xxl\:ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xxl\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xxl\:ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xxl\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xxl\:ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xxl\:ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xxl\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xxl\:ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xxl\:ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xxl\:ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xxl\:ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xxl\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xxl\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xxl\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xxl\:ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xxl\:ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xxl\:ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xxl\:ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xxl\:ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xxl\:ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xxl\:ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xxl\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xxl\:ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xxl\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xxl\:ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xxl\:ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xxl\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xxl\:ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xxl\:ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xxl\:ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xxl\:ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xxl\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xxl\:ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xxl\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xxl\:ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xxl\:ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xxl\:ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xxl\:ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.xxl\:focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.xxl\:focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xxl\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xxl\:focus\:ring-transparent:focus{--tw-ring-color:transparent}.xxl\:focus\:ring-current:focus{--tw-ring-color:currentColor}.xxl\:focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xxl\:focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xxl\:focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xxl\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xxl\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xxl\:focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xxl\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xxl\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xxl\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xxl\:focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xxl\:ring-opacity-0{--tw-ring-opacity:0}.xxl\:ring-opacity-5{--tw-ring-opacity:.05}.xxl\:ring-opacity-10{--tw-ring-opacity:.1}.xxl\:ring-opacity-20{--tw-ring-opacity:.2}.xxl\:ring-opacity-25{--tw-ring-opacity:.25}.xxl\:ring-opacity-30{--tw-ring-opacity:.3}.xxl\:ring-opacity-40{--tw-ring-opacity:.4}.xxl\:ring-opacity-50{--tw-ring-opacity:.5}.xxl\:ring-opacity-60{--tw-ring-opacity:.6}.xxl\:ring-opacity-70{--tw-ring-opacity:.7}.xxl\:ring-opacity-75{--tw-ring-opacity:.75}.xxl\:ring-opacity-80{--tw-ring-opacity:.8}.xxl\:ring-opacity-90{--tw-ring-opacity:.9}.xxl\:ring-opacity-95{--tw-ring-opacity:.95}.xxl\:ring-opacity-100{--tw-ring-opacity:1}.xxl\:focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.xxl\:focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.xxl\:focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.xxl\:focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.xxl\:focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.xxl\:focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.xxl\:focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.xxl\:focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.xxl\:focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.xxl\:focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.xxl\:focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.xxl\:focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.xxl\:focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.xxl\:focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.xxl\:focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.xxl\:focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.xxl\:focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.xxl\:focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.xxl\:focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.xxl\:focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.xxl\:focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.xxl\:focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.xxl\:focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.xxl\:focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.xxl\:focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.xxl\:focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.xxl\:focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.xxl\:focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.xxl\:focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.xxl\:focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.xxl\:fill-current{fill:currentColor}.xxl\:stroke-current{stroke:currentColor}.xxl\:stroke-0{stroke-width:0}.xxl\:stroke-1{stroke-width:1}.xxl\:stroke-2{stroke-width:2}.xxl\:table-auto{table-layout:auto}.xxl\:table-fixed{table-layout:fixed}.xxl\:text-left{text-align:left}.xxl\:text-center{text-align:center}.xxl\:text-right{text-align:right}.xxl\:text-justify{text-align:justify}.xxl\:text-transparent{color:transparent}.xxl\:text-current{color:currentColor}.xxl\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxl\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxl\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxl\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxl\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxl\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxl\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxl\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxl\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxl\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxl\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxl\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxl\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxl\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxl\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxl\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxl\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxl\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxl\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxl\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxl\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxl\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxl\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxl\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxl\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxl\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxl\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxl\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxl\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxl\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxl\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxl\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxl\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxl\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxl\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxl\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxl\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxl\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxl\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxl\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxl\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxl\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxl\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxl\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxl\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxl\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxl\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxl\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxl\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxl\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxl\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxl\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxl\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxl\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxl\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxl\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxl\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxl\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxl\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxl\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxl\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxl\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxl\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxl\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxl\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxl\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxl\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxl\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxl\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxl\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxl\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxl\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxl\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxl\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxl\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxl\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxl\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxl\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxl\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxl\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxl\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxl\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-transparent{color:transparent}.group:hover .xxl\:group-hover\:text-current{color:currentColor}.group:hover .xxl\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .xxl\:group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxl\:focus-within\:text-transparent:focus-within{color:transparent}.xxl\:focus-within\:text-current:focus-within{color:currentColor}.xxl\:focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxl\:focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxl\:focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxl\:focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxl\:focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxl\:focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxl\:focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxl\:focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxl\:focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxl\:focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxl\:hover\:text-transparent:hover{color:transparent}.xxl\:hover\:text-current:hover{color:currentColor}.xxl\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxl\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxl\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxl\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxl\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxl\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxl\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxl\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxl\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxl\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxl\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxl\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxl\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxl\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxl\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxl\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxl\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxl\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxl\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxl\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxl\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxl\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxl\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxl\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxl\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxl\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxl\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxl\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxl\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxl\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxl\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxl\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxl\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxl\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxl\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxl\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxl\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxl\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxl\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxl\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxl\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxl\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxl\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxl\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxl\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxl\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxl\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxl\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxl\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxl\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxl\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxl\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxl\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxl\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxl\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxl\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxl\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxl\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxl\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxl\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxl\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxl\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxl\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxl\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxl\:focus\:text-transparent:focus{color:transparent}.xxl\:focus\:text-current:focus{color:currentColor}.xxl\:focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxl\:focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxl\:focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxl\:focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxl\:focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxl\:focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxl\:focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxl\:focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxl\:focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxl\:focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxl\:focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxl\:focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxl\:focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxl\:focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxl\:focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxl\:focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxl\:focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxl\:focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxl\:focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxl\:focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxl\:focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxl\:focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxl\:focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxl\:focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxl\:focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxl\:focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxl\:focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxl\:focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxl\:focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxl\:focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxl\:focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxl\:focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxl\:focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxl\:focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxl\:focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxl\:focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxl\:focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxl\:focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxl\:focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxl\:focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxl\:focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxl\:focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxl\:focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxl\:focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxl\:focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxl\:focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxl\:focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxl\:focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxl\:focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxl\:focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxl\:focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxl\:focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxl\:focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxl\:focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxl\:focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxl\:focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxl\:focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxl\:focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxl\:focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxl\:focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxl\:focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxl\:focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxl\:focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxl\:focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxl\:text-opacity-0{--tw-text-opacity:0}.xxl\:text-opacity-5{--tw-text-opacity:.05}.xxl\:text-opacity-10{--tw-text-opacity:.1}.xxl\:text-opacity-20{--tw-text-opacity:.2}.xxl\:text-opacity-25{--tw-text-opacity:.25}.xxl\:text-opacity-30{--tw-text-opacity:.3}.xxl\:text-opacity-40{--tw-text-opacity:.4}.xxl\:text-opacity-50{--tw-text-opacity:.5}.xxl\:text-opacity-60{--tw-text-opacity:.6}.xxl\:text-opacity-70{--tw-text-opacity:.7}.xxl\:text-opacity-75{--tw-text-opacity:.75}.xxl\:text-opacity-80{--tw-text-opacity:.8}.xxl\:text-opacity-90{--tw-text-opacity:.9}.xxl\:text-opacity-95{--tw-text-opacity:.95}.xxl\:text-opacity-100{--tw-text-opacity:1}.group:hover .xxl\:group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .xxl\:group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .xxl\:group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .xxl\:group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .xxl\:group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .xxl\:group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .xxl\:group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .xxl\:group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .xxl\:group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .xxl\:group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .xxl\:group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .xxl\:group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .xxl\:group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .xxl\:group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .xxl\:group-hover\:text-opacity-100{--tw-text-opacity:1}.xxl\:focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.xxl\:focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.xxl\:focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.xxl\:focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.xxl\:focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.xxl\:focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.xxl\:focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.xxl\:focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.xxl\:focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.xxl\:focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.xxl\:focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.xxl\:focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.xxl\:focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.xxl\:focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.xxl\:focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.xxl\:hover\:text-opacity-0:hover{--tw-text-opacity:0}.xxl\:hover\:text-opacity-5:hover{--tw-text-opacity:.05}.xxl\:hover\:text-opacity-10:hover{--tw-text-opacity:.1}.xxl\:hover\:text-opacity-20:hover{--tw-text-opacity:.2}.xxl\:hover\:text-opacity-25:hover{--tw-text-opacity:.25}.xxl\:hover\:text-opacity-30:hover{--tw-text-opacity:.3}.xxl\:hover\:text-opacity-40:hover{--tw-text-opacity:.4}.xxl\:hover\:text-opacity-50:hover{--tw-text-opacity:.5}.xxl\:hover\:text-opacity-60:hover{--tw-text-opacity:.6}.xxl\:hover\:text-opacity-70:hover{--tw-text-opacity:.7}.xxl\:hover\:text-opacity-75:hover{--tw-text-opacity:.75}.xxl\:hover\:text-opacity-80:hover{--tw-text-opacity:.8}.xxl\:hover\:text-opacity-90:hover{--tw-text-opacity:.9}.xxl\:hover\:text-opacity-95:hover{--tw-text-opacity:.95}.xxl\:hover\:text-opacity-100:hover{--tw-text-opacity:1}.xxl\:focus\:text-opacity-0:focus{--tw-text-opacity:0}.xxl\:focus\:text-opacity-5:focus{--tw-text-opacity:.05}.xxl\:focus\:text-opacity-10:focus{--tw-text-opacity:.1}.xxl\:focus\:text-opacity-20:focus{--tw-text-opacity:.2}.xxl\:focus\:text-opacity-25:focus{--tw-text-opacity:.25}.xxl\:focus\:text-opacity-30:focus{--tw-text-opacity:.3}.xxl\:focus\:text-opacity-40:focus{--tw-text-opacity:.4}.xxl\:focus\:text-opacity-50:focus{--tw-text-opacity:.5}.xxl\:focus\:text-opacity-60:focus{--tw-text-opacity:.6}.xxl\:focus\:text-opacity-70:focus{--tw-text-opacity:.7}.xxl\:focus\:text-opacity-75:focus{--tw-text-opacity:.75}.xxl\:focus\:text-opacity-80:focus{--tw-text-opacity:.8}.xxl\:focus\:text-opacity-90:focus{--tw-text-opacity:.9}.xxl\:focus\:text-opacity-95:focus{--tw-text-opacity:.95}.xxl\:focus\:text-opacity-100:focus{--tw-text-opacity:1}.xxl\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xxl\:overflow-ellipsis{text-overflow:ellipsis}.xxl\:overflow-clip{text-overflow:clip}.xxl\:italic{font-style:italic}.xxl\:not-italic{font-style:normal}.xxl\:uppercase{text-transform:uppercase}.xxl\:lowercase{text-transform:lowercase}.xxl\:capitalize{text-transform:capitalize}.xxl\:normal-case{text-transform:none}.xxl\:underline{text-decoration:underline}.xxl\:line-through{text-decoration:line-through}.xxl\:no-underline{text-decoration:none}.group:hover .xxl\:group-hover\:underline{text-decoration:underline}.group:hover .xxl\:group-hover\:line-through{text-decoration:line-through}.group:hover .xxl\:group-hover\:no-underline{text-decoration:none}.xxl\:focus-within\:underline:focus-within{text-decoration:underline}.xxl\:focus-within\:line-through:focus-within{text-decoration:line-through}.xxl\:focus-within\:no-underline:focus-within{text-decoration:none}.xxl\:hover\:underline:hover{text-decoration:underline}.xxl\:hover\:line-through:hover{text-decoration:line-through}.xxl\:hover\:no-underline:hover{text-decoration:none}.xxl\:focus\:underline:focus{text-decoration:underline}.xxl\:focus\:line-through:focus{text-decoration:line-through}.xxl\:focus\:no-underline:focus{text-decoration:none}.xxl\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xxl\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.xxl\:ordinal,.xxl\:slashed-zero,.xxl\:lining-nums,.xxl\:oldstyle-nums,.xxl\:proportional-nums,.xxl\:tabular-nums,.xxl\:diagonal-fractions,.xxl\:stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.xxl\:normal-nums{font-variant-numeric:normal}.xxl\:ordinal{--tw-ordinal:ordinal}.xxl\:slashed-zero{--tw-slashed-zero:slashed-zero}.xxl\:lining-nums{--tw-numeric-figure:lining-nums}.xxl\:oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.xxl\:proportional-nums{--tw-numeric-spacing:proportional-nums}.xxl\:tabular-nums{--tw-numeric-spacing:tabular-nums}.xxl\:diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.xxl\:stacked-fractions{--tw-numeric-fraction:stacked-fractions}.xxl\:tracking-tighter{letter-spacing:-.05em}.xxl\:tracking-tight{letter-spacing:-.025em}.xxl\:tracking-normal{letter-spacing:0em}.xxl\:tracking-wide{letter-spacing:.025em}.xxl\:tracking-wider{letter-spacing:.05em}.xxl\:tracking-widest{letter-spacing:.1em}.xxl\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.xxl\:select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.xxl\:select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.xxl\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.xxl\:align-baseline{vertical-align:baseline}.xxl\:align-top{vertical-align:top}.xxl\:align-middle{vertical-align:middle}.xxl\:align-bottom{vertical-align:bottom}.xxl\:align-text-top{vertical-align:text-top}.xxl\:align-text-bottom{vertical-align:text-bottom}.xxl\:visible{visibility:visible}.xxl\:invisible{visibility:hidden}.xxl\:whitespace-normal{white-space:normal}.xxl\:whitespace-nowrap{white-space:nowrap}.xxl\:whitespace-pre{white-space:pre}.xxl\:whitespace-pre-line{white-space:pre-line}.xxl\:whitespace-pre-wrap{white-space:pre-wrap}.xxl\:break-normal{overflow-wrap:normal;word-break:normal}.xxl\:break-words{overflow-wrap:break-word}.xxl\:break-all{word-break:break-all}.xxl\:w-0{width:0}.xxl\:w-1{width:.25rem}.xxl\:w-2{width:.5rem}.xxl\:w-3{width:.75rem}.xxl\:w-4{width:1rem}.xxl\:w-5{width:1.25rem}.xxl\:w-6{width:1.5rem}.xxl\:w-7{width:1.75rem}.xxl\:w-8{width:2rem}.xxl\:w-9{width:2.25rem}.xxl\:w-10{width:2.5rem}.xxl\:w-11{width:2.75rem}.xxl\:w-12{width:3rem}.xxl\:w-14{width:3.5rem}.xxl\:w-16{width:4rem}.xxl\:w-20{width:5rem}.xxl\:w-24{width:6rem}.xxl\:w-28{width:7rem}.xxl\:w-32{width:8rem}.xxl\:w-36{width:9rem}.xxl\:w-40{width:10rem}.xxl\:w-44{width:11rem}.xxl\:w-48{width:12rem}.xxl\:w-52{width:13rem}.xxl\:w-56{width:14rem}.xxl\:w-60{width:15rem}.xxl\:w-64{width:16rem}.xxl\:w-72{width:18rem}.xxl\:w-80{width:20rem}.xxl\:w-96{width:24rem}.xxl\:w-auto{width:auto}.xxl\:w-px{width:1px}.xxl\:w-0\.5{width:.125rem}.xxl\:w-1\.5{width:.375rem}.xxl\:w-2\.5{width:.625rem}.xxl\:w-3\.5{width:.875rem}.xxl\:w-gutter-1{width:.625rem}.xxl\:w-gutter-2{width:1.25rem}.xxl\:w-1\/2{width:50%}.xxl\:w-1\/3{width:33.333333%}.xxl\:w-2\/3{width:66.666667%}.xxl\:w-1\/4{width:25%}.xxl\:w-2\/4{width:50%}.xxl\:w-3\/4{width:75%}.xxl\:w-1\/5{width:20%}.xxl\:w-2\/5{width:40%}.xxl\:w-3\/5{width:60%}.xxl\:w-4\/5{width:80%}.xxl\:w-1\/6{width:16.666667%}.xxl\:w-2\/6{width:33.333333%}.xxl\:w-3\/6{width:50%}.xxl\:w-4\/6{width:66.666667%}.xxl\:w-5\/6{width:83.333333%}.xxl\:w-1\/12{width:8.333333%}.xxl\:w-2\/12{width:16.666667%}.xxl\:w-3\/12{width:25%}.xxl\:w-4\/12{width:33.333333%}.xxl\:w-5\/12{width:41.666667%}.xxl\:w-6\/12{width:50%}.xxl\:w-7\/12{width:58.333333%}.xxl\:w-8\/12{width:66.666667%}.xxl\:w-9\/12{width:75%}.xxl\:w-10\/12{width:83.333333%}.xxl\:w-11\/12{width:91.666667%}.xxl\:w-full{width:100%}.xxl\:w-screen{width:100vw}.xxl\:w-min{width:-moz-min-content;width:min-content}.xxl\:w-max{width:-moz-max-content;width:max-content}.xxl\:z-0{z-index:0}.xxl\:z-10{z-index:10}.xxl\:z-20{z-index:20}.xxl\:z-30{z-index:30}.xxl\:z-40{z-index:40}.xxl\:z-50{z-index:50}.xxl\:z-auto{z-index:auto}.xxl\:focus-within\:z-0:focus-within{z-index:0}.xxl\:focus-within\:z-10:focus-within{z-index:10}.xxl\:focus-within\:z-20:focus-within{z-index:20}.xxl\:focus-within\:z-30:focus-within{z-index:30}.xxl\:focus-within\:z-40:focus-within{z-index:40}.xxl\:focus-within\:z-50:focus-within{z-index:50}.xxl\:focus-within\:z-auto:focus-within{z-index:auto}.xxl\:focus\:z-0:focus{z-index:0}.xxl\:focus\:z-10:focus{z-index:10}.xxl\:focus\:z-20:focus{z-index:20}.xxl\:focus\:z-30:focus{z-index:30}.xxl\:focus\:z-40:focus{z-index:40}.xxl\:focus\:z-50:focus{z-index:50}.xxl\:focus\:z-auto:focus{z-index:auto}.xxl\:gap-0{gap:0px}.xxl\:gap-1{gap:.125rem}.xxl\:gap-2{gap:.25rem}.xxl\:gap-3{gap:.75rem}.xxl\:gap-4{gap:1rem}.xxl\:gap-5{gap:1.25rem}.xxl\:gap-6{gap:1.5rem}.xxl\:gap-7{gap:1.75rem}.xxl\:gap-8{gap:2rem}.xxl\:gap-9{gap:2.25rem}.xxl\:gap-10{gap:2.5rem}.xxl\:gap-11{gap:2.75rem}.xxl\:gap-12{gap:3rem}.xxl\:gap-14{gap:3.5rem}.xxl\:gap-16{gap:4rem}.xxl\:gap-20{gap:5rem}.xxl\:gap-24{gap:6rem}.xxl\:gap-28{gap:7rem}.xxl\:gap-32{gap:8rem}.xxl\:gap-36{gap:9rem}.xxl\:gap-40{gap:10rem}.xxl\:gap-44{gap:11rem}.xxl\:gap-48{gap:12rem}.xxl\:gap-52{gap:13rem}.xxl\:gap-56{gap:14rem}.xxl\:gap-60{gap:15rem}.xxl\:gap-64{gap:16rem}.xxl\:gap-72{gap:18rem}.xxl\:gap-80{gap:20rem}.xxl\:gap-96{gap:24rem}.xxl\:gap-px{gap:1px}.xxl\:gap-0\.5{gap:.125rem}.xxl\:gap-1\.5{gap:.375rem}.xxl\:gap-2\.5{gap:.625rem}.xxl\:gap-3\.5{gap:.875rem}.xxl\:gap-gutter-1{gap:.625rem}.xxl\:gap-gutter-2{gap:1.25rem}.xxl\:gap-x-0{-moz-column-gap:0px;column-gap:0}.xxl\:gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.xxl\:gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.xxl\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.xxl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xxl\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.xxl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.xxl\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.xxl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.xxl\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.xxl\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.xxl\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.xxl\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.xxl\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.xxl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xxl\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.xxl\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.xxl\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.xxl\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.xxl\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.xxl\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.xxl\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.xxl\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.xxl\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.xxl\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.xxl\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.xxl\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.xxl\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.xxl\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.xxl\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.xxl\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.xxl\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.xxl\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.xxl\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.xxl\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.xxl\:gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.xxl\:gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.xxl\:gap-y-0{row-gap:0px}.xxl\:gap-y-1{row-gap:.125rem}.xxl\:gap-y-2{row-gap:.25rem}.xxl\:gap-y-3{row-gap:.75rem}.xxl\:gap-y-4{row-gap:1rem}.xxl\:gap-y-5{row-gap:1.25rem}.xxl\:gap-y-6{row-gap:1.5rem}.xxl\:gap-y-7{row-gap:1.75rem}.xxl\:gap-y-8{row-gap:2rem}.xxl\:gap-y-9{row-gap:2.25rem}.xxl\:gap-y-10{row-gap:2.5rem}.xxl\:gap-y-11{row-gap:2.75rem}.xxl\:gap-y-12{row-gap:3rem}.xxl\:gap-y-14{row-gap:3.5rem}.xxl\:gap-y-16{row-gap:4rem}.xxl\:gap-y-20{row-gap:5rem}.xxl\:gap-y-24{row-gap:6rem}.xxl\:gap-y-28{row-gap:7rem}.xxl\:gap-y-32{row-gap:8rem}.xxl\:gap-y-36{row-gap:9rem}.xxl\:gap-y-40{row-gap:10rem}.xxl\:gap-y-44{row-gap:11rem}.xxl\:gap-y-48{row-gap:12rem}.xxl\:gap-y-52{row-gap:13rem}.xxl\:gap-y-56{row-gap:14rem}.xxl\:gap-y-60{row-gap:15rem}.xxl\:gap-y-64{row-gap:16rem}.xxl\:gap-y-72{row-gap:18rem}.xxl\:gap-y-80{row-gap:20rem}.xxl\:gap-y-96{row-gap:24rem}.xxl\:gap-y-px{row-gap:1px}.xxl\:gap-y-0\.5{row-gap:.125rem}.xxl\:gap-y-1\.5{row-gap:.375rem}.xxl\:gap-y-2\.5{row-gap:.625rem}.xxl\:gap-y-3\.5{row-gap:.875rem}.xxl\:gap-y-gutter-1{row-gap:.625rem}.xxl\:gap-y-gutter-2{row-gap:1.25rem}.xxl\:grid-flow-row{grid-auto-flow:row}.xxl\:grid-flow-col{grid-auto-flow:column}.xxl\:grid-flow-row-dense{grid-auto-flow:row dense}.xxl\:grid-flow-col-dense{grid-auto-flow:column dense}.xxl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xxl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xxl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xxl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xxl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xxl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xxl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xxl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xxl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xxl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xxl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xxl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xxl\:grid-cols-none{grid-template-columns:none}.xxl\:auto-cols-auto{grid-auto-columns:auto}.xxl\:auto-cols-min{grid-auto-columns:min-content}.xxl\:auto-cols-max{grid-auto-columns:max-content}.xxl\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.xxl\:col-auto{grid-column:auto}.xxl\:col-span-1{grid-column:span 1/span 1}.xxl\:col-span-2{grid-column:span 2/span 2}.xxl\:col-span-3{grid-column:span 3/span 3}.xxl\:col-span-4{grid-column:span 4/span 4}.xxl\:col-span-5{grid-column:span 5/span 5}.xxl\:col-span-6{grid-column:span 6/span 6}.xxl\:col-span-7{grid-column:span 7/span 7}.xxl\:col-span-8{grid-column:span 8/span 8}.xxl\:col-span-9{grid-column:span 9/span 9}.xxl\:col-span-10{grid-column:span 10/span 10}.xxl\:col-span-11{grid-column:span 11/span 11}.xxl\:col-span-12{grid-column:span 12/span 12}.xxl\:col-span-full{grid-column:1/-1}.xxl\:col-start-1{grid-column-start:1}.xxl\:col-start-2{grid-column-start:2}.xxl\:col-start-3{grid-column-start:3}.xxl\:col-start-4{grid-column-start:4}.xxl\:col-start-5{grid-column-start:5}.xxl\:col-start-6{grid-column-start:6}.xxl\:col-start-7{grid-column-start:7}.xxl\:col-start-8{grid-column-start:8}.xxl\:col-start-9{grid-column-start:9}.xxl\:col-start-10{grid-column-start:10}.xxl\:col-start-11{grid-column-start:11}.xxl\:col-start-12{grid-column-start:12}.xxl\:col-start-13{grid-column-start:13}.xxl\:col-start-auto{grid-column-start:auto}.xxl\:col-end-1{grid-column-end:1}.xxl\:col-end-2{grid-column-end:2}.xxl\:col-end-3{grid-column-end:3}.xxl\:col-end-4{grid-column-end:4}.xxl\:col-end-5{grid-column-end:5}.xxl\:col-end-6{grid-column-end:6}.xxl\:col-end-7{grid-column-end:7}.xxl\:col-end-8{grid-column-end:8}.xxl\:col-end-9{grid-column-end:9}.xxl\:col-end-10{grid-column-end:10}.xxl\:col-end-11{grid-column-end:11}.xxl\:col-end-12{grid-column-end:12}.xxl\:col-end-13{grid-column-end:13}.xxl\:col-end-auto{grid-column-end:auto}.xxl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.xxl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.xxl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.xxl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.xxl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.xxl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.xxl\:grid-rows-none{grid-template-rows:none}.xxl\:auto-rows-auto{grid-auto-rows:auto}.xxl\:auto-rows-min{grid-auto-rows:min-content}.xxl\:auto-rows-max{grid-auto-rows:max-content}.xxl\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.xxl\:row-auto{grid-row:auto}.xxl\:row-span-1{grid-row:span 1/span 1}.xxl\:row-span-2{grid-row:span 2/span 2}.xxl\:row-span-3{grid-row:span 3/span 3}.xxl\:row-span-4{grid-row:span 4/span 4}.xxl\:row-span-5{grid-row:span 5/span 5}.xxl\:row-span-6{grid-row:span 6/span 6}.xxl\:row-span-full{grid-row:1/-1}.xxl\:row-start-1{grid-row-start:1}.xxl\:row-start-2{grid-row-start:2}.xxl\:row-start-3{grid-row-start:3}.xxl\:row-start-4{grid-row-start:4}.xxl\:row-start-5{grid-row-start:5}.xxl\:row-start-6{grid-row-start:6}.xxl\:row-start-7{grid-row-start:7}.xxl\:row-start-auto{grid-row-start:auto}.xxl\:row-end-1{grid-row-end:1}.xxl\:row-end-2{grid-row-end:2}.xxl\:row-end-3{grid-row-end:3}.xxl\:row-end-4{grid-row-end:4}.xxl\:row-end-5{grid-row-end:5}.xxl\:row-end-6{grid-row-end:6}.xxl\:row-end-7{grid-row-end:7}.xxl\:row-end-auto{grid-row-end:auto}.xxl\:transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xxl\:transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xxl\:transform-none{transform:none}.xxl\:origin-center{transform-origin:center}.xxl\:origin-top{transform-origin:top}.xxl\:origin-top-right{transform-origin:top right}.xxl\:origin-right{transform-origin:right}.xxl\:origin-bottom-right{transform-origin:bottom right}.xxl\:origin-bottom{transform-origin:bottom}.xxl\:origin-bottom-left{transform-origin:bottom left}.xxl\:origin-left{transform-origin:left}.xxl\:origin-top-left{transform-origin:top left}.xxl\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.xxl\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.xxl\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.xxl\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.xxl\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.xxl\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.xxl\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.xxl\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.xxl\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.xxl\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.xxl\:scale-x-0{--tw-scale-x:0}.xxl\:scale-x-50{--tw-scale-x:.5}.xxl\:scale-x-75{--tw-scale-x:.75}.xxl\:scale-x-90{--tw-scale-x:.9}.xxl\:scale-x-95{--tw-scale-x:.95}.xxl\:scale-x-100{--tw-scale-x:1}.xxl\:scale-x-105{--tw-scale-x:1.05}.xxl\:scale-x-110{--tw-scale-x:1.1}.xxl\:scale-x-125{--tw-scale-x:1.25}.xxl\:scale-x-150{--tw-scale-x:1.5}.xxl\:scale-y-0{--tw-scale-y:0}.xxl\:scale-y-50{--tw-scale-y:.5}.xxl\:scale-y-75{--tw-scale-y:.75}.xxl\:scale-y-90{--tw-scale-y:.9}.xxl\:scale-y-95{--tw-scale-y:.95}.xxl\:scale-y-100{--tw-scale-y:1}.xxl\:scale-y-105{--tw-scale-y:1.05}.xxl\:scale-y-110{--tw-scale-y:1.1}.xxl\:scale-y-125{--tw-scale-y:1.25}.xxl\:scale-y-150{--tw-scale-y:1.5}.xxl\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.xxl\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.xxl\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.xxl\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.xxl\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.xxl\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.xxl\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.xxl\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.xxl\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.xxl\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.xxl\:hover\:scale-x-0:hover{--tw-scale-x:0}.xxl\:hover\:scale-x-50:hover{--tw-scale-x:.5}.xxl\:hover\:scale-x-75:hover{--tw-scale-x:.75}.xxl\:hover\:scale-x-90:hover{--tw-scale-x:.9}.xxl\:hover\:scale-x-95:hover{--tw-scale-x:.95}.xxl\:hover\:scale-x-100:hover{--tw-scale-x:1}.xxl\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.xxl\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.xxl\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.xxl\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.xxl\:hover\:scale-y-0:hover{--tw-scale-y:0}.xxl\:hover\:scale-y-50:hover{--tw-scale-y:.5}.xxl\:hover\:scale-y-75:hover{--tw-scale-y:.75}.xxl\:hover\:scale-y-90:hover{--tw-scale-y:.9}.xxl\:hover\:scale-y-95:hover{--tw-scale-y:.95}.xxl\:hover\:scale-y-100:hover{--tw-scale-y:1}.xxl\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.xxl\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.xxl\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.xxl\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.xxl\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.xxl\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.xxl\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.xxl\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.xxl\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.xxl\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.xxl\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.xxl\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.xxl\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.xxl\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.xxl\:focus\:scale-x-0:focus{--tw-scale-x:0}.xxl\:focus\:scale-x-50:focus{--tw-scale-x:.5}.xxl\:focus\:scale-x-75:focus{--tw-scale-x:.75}.xxl\:focus\:scale-x-90:focus{--tw-scale-x:.9}.xxl\:focus\:scale-x-95:focus{--tw-scale-x:.95}.xxl\:focus\:scale-x-100:focus{--tw-scale-x:1}.xxl\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.xxl\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.xxl\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.xxl\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.xxl\:focus\:scale-y-0:focus{--tw-scale-y:0}.xxl\:focus\:scale-y-50:focus{--tw-scale-y:.5}.xxl\:focus\:scale-y-75:focus{--tw-scale-y:.75}.xxl\:focus\:scale-y-90:focus{--tw-scale-y:.9}.xxl\:focus\:scale-y-95:focus{--tw-scale-y:.95}.xxl\:focus\:scale-y-100:focus{--tw-scale-y:1}.xxl\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.xxl\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.xxl\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.xxl\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.xxl\:rotate-0{--tw-rotate:0deg}.xxl\:rotate-1{--tw-rotate:1deg}.xxl\:rotate-2{--tw-rotate:2deg}.xxl\:rotate-3{--tw-rotate:3deg}.xxl\:rotate-6{--tw-rotate:6deg}.xxl\:rotate-12{--tw-rotate:12deg}.xxl\:rotate-45{--tw-rotate:45deg}.xxl\:rotate-90{--tw-rotate:90deg}.xxl\:rotate-180{--tw-rotate:180deg}.xxl\:-rotate-180{--tw-rotate:-180deg}.xxl\:-rotate-90{--tw-rotate:-90deg}.xxl\:-rotate-45{--tw-rotate:-45deg}.xxl\:-rotate-12{--tw-rotate:-12deg}.xxl\:-rotate-6{--tw-rotate:-6deg}.xxl\:-rotate-3{--tw-rotate:-3deg}.xxl\:-rotate-2{--tw-rotate:-2deg}.xxl\:-rotate-1{--tw-rotate:-1deg}.xxl\:hover\:rotate-0:hover{--tw-rotate:0deg}.xxl\:hover\:rotate-1:hover{--tw-rotate:1deg}.xxl\:hover\:rotate-2:hover{--tw-rotate:2deg}.xxl\:hover\:rotate-3:hover{--tw-rotate:3deg}.xxl\:hover\:rotate-6:hover{--tw-rotate:6deg}.xxl\:hover\:rotate-12:hover{--tw-rotate:12deg}.xxl\:hover\:rotate-45:hover{--tw-rotate:45deg}.xxl\:hover\:rotate-90:hover{--tw-rotate:90deg}.xxl\:hover\:rotate-180:hover{--tw-rotate:180deg}.xxl\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.xxl\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.xxl\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.xxl\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.xxl\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.xxl\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.xxl\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.xxl\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.xxl\:focus\:rotate-0:focus{--tw-rotate:0deg}.xxl\:focus\:rotate-1:focus{--tw-rotate:1deg}.xxl\:focus\:rotate-2:focus{--tw-rotate:2deg}.xxl\:focus\:rotate-3:focus{--tw-rotate:3deg}.xxl\:focus\:rotate-6:focus{--tw-rotate:6deg}.xxl\:focus\:rotate-12:focus{--tw-rotate:12deg}.xxl\:focus\:rotate-45:focus{--tw-rotate:45deg}.xxl\:focus\:rotate-90:focus{--tw-rotate:90deg}.xxl\:focus\:rotate-180:focus{--tw-rotate:180deg}.xxl\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.xxl\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.xxl\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.xxl\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.xxl\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.xxl\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.xxl\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.xxl\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.xxl\:translate-x-0{--tw-translate-x:0px}.xxl\:translate-x-1{--tw-translate-x:.25rem}.xxl\:translate-x-2{--tw-translate-x:.5rem}.xxl\:translate-x-3{--tw-translate-x:.75rem}.xxl\:translate-x-4{--tw-translate-x:1rem}.xxl\:translate-x-5{--tw-translate-x:1.25rem}.xxl\:translate-x-6{--tw-translate-x:1.5rem}.xxl\:translate-x-7{--tw-translate-x:1.75rem}.xxl\:translate-x-8{--tw-translate-x:2rem}.xxl\:translate-x-9{--tw-translate-x:2.25rem}.xxl\:translate-x-10{--tw-translate-x:2.5rem}.xxl\:translate-x-11{--tw-translate-x:2.75rem}.xxl\:translate-x-12{--tw-translate-x:3rem}.xxl\:translate-x-14{--tw-translate-x:3.5rem}.xxl\:translate-x-16{--tw-translate-x:4rem}.xxl\:translate-x-20{--tw-translate-x:5rem}.xxl\:translate-x-24{--tw-translate-x:6rem}.xxl\:translate-x-28{--tw-translate-x:7rem}.xxl\:translate-x-32{--tw-translate-x:8rem}.xxl\:translate-x-36{--tw-translate-x:9rem}.xxl\:translate-x-40{--tw-translate-x:10rem}.xxl\:translate-x-44{--tw-translate-x:11rem}.xxl\:translate-x-48{--tw-translate-x:12rem}.xxl\:translate-x-52{--tw-translate-x:13rem}.xxl\:translate-x-56{--tw-translate-x:14rem}.xxl\:translate-x-60{--tw-translate-x:15rem}.xxl\:translate-x-64{--tw-translate-x:16rem}.xxl\:translate-x-72{--tw-translate-x:18rem}.xxl\:translate-x-80{--tw-translate-x:20rem}.xxl\:translate-x-96{--tw-translate-x:24rem}.xxl\:translate-x-px{--tw-translate-x:1px}.xxl\:translate-x-0\.5{--tw-translate-x:.125rem}.xxl\:translate-x-1\.5{--tw-translate-x:.375rem}.xxl\:translate-x-2\.5{--tw-translate-x:.625rem}.xxl\:translate-x-3\.5{--tw-translate-x:.875rem}.xxl\:translate-x-gutter-1{--tw-translate-x:.625rem}.xxl\:translate-x-gutter-2{--tw-translate-x:1.25rem}.xxl\:-translate-x-0{--tw-translate-x:0px}.xxl\:-translate-x-1{--tw-translate-x:-.25rem}.xxl\:-translate-x-2{--tw-translate-x:-.5rem}.xxl\:-translate-x-3{--tw-translate-x:-.75rem}.xxl\:-translate-x-4{--tw-translate-x:-1rem}.xxl\:-translate-x-5{--tw-translate-x:-1.25rem}.xxl\:-translate-x-6{--tw-translate-x:-1.5rem}.xxl\:-translate-x-7{--tw-translate-x:-1.75rem}.xxl\:-translate-x-8{--tw-translate-x:-2rem}.xxl\:-translate-x-9{--tw-translate-x:-2.25rem}.xxl\:-translate-x-10{--tw-translate-x:-2.5rem}.xxl\:-translate-x-11{--tw-translate-x:-2.75rem}.xxl\:-translate-x-12{--tw-translate-x:-3rem}.xxl\:-translate-x-14{--tw-translate-x:-3.5rem}.xxl\:-translate-x-16{--tw-translate-x:-4rem}.xxl\:-translate-x-20{--tw-translate-x:-5rem}.xxl\:-translate-x-24{--tw-translate-x:-6rem}.xxl\:-translate-x-28{--tw-translate-x:-7rem}.xxl\:-translate-x-32{--tw-translate-x:-8rem}.xxl\:-translate-x-36{--tw-translate-x:-9rem}.xxl\:-translate-x-40{--tw-translate-x:-10rem}.xxl\:-translate-x-44{--tw-translate-x:-11rem}.xxl\:-translate-x-48{--tw-translate-x:-12rem}.xxl\:-translate-x-52{--tw-translate-x:-13rem}.xxl\:-translate-x-56{--tw-translate-x:-14rem}.xxl\:-translate-x-60{--tw-translate-x:-15rem}.xxl\:-translate-x-64{--tw-translate-x:-16rem}.xxl\:-translate-x-72{--tw-translate-x:-18rem}.xxl\:-translate-x-80{--tw-translate-x:-20rem}.xxl\:-translate-x-96{--tw-translate-x:-24rem}.xxl\:-translate-x-px{--tw-translate-x:-1px}.xxl\:-translate-x-0\.5{--tw-translate-x:-.125rem}.xxl\:-translate-x-1\.5{--tw-translate-x:-.375rem}.xxl\:-translate-x-2\.5{--tw-translate-x:-.625rem}.xxl\:-translate-x-3\.5{--tw-translate-x:-.875rem}.xxl\:-translate-x-gutter-1{--tw-translate-x:-.625rem}.xxl\:-translate-x-gutter-2{--tw-translate-x:-1.25rem}.xxl\:translate-x-1\/2{--tw-translate-x:50%}.xxl\:translate-x-1\/3{--tw-translate-x:33.333333%}.xxl\:translate-x-2\/3{--tw-translate-x:66.666667%}.xxl\:translate-x-1\/4{--tw-translate-x:25%}.xxl\:translate-x-2\/4{--tw-translate-x:50%}.xxl\:translate-x-3\/4{--tw-translate-x:75%}.xxl\:translate-x-full{--tw-translate-x:100%}.xxl\:-translate-x-1\/2{--tw-translate-x:-50%}.xxl\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.xxl\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.xxl\:-translate-x-1\/4{--tw-translate-x:-25%}.xxl\:-translate-x-2\/4{--tw-translate-x:-50%}.xxl\:-translate-x-3\/4{--tw-translate-x:-75%}.xxl\:-translate-x-full{--tw-translate-x:-100%}.xxl\:translate-y-0{--tw-translate-y:0px}.xxl\:translate-y-1{--tw-translate-y:.25rem}.xxl\:translate-y-2{--tw-translate-y:.5rem}.xxl\:translate-y-3{--tw-translate-y:.75rem}.xxl\:translate-y-4{--tw-translate-y:1rem}.xxl\:translate-y-5{--tw-translate-y:1.25rem}.xxl\:translate-y-6{--tw-translate-y:1.5rem}.xxl\:translate-y-7{--tw-translate-y:1.75rem}.xxl\:translate-y-8{--tw-translate-y:2rem}.xxl\:translate-y-9{--tw-translate-y:2.25rem}.xxl\:translate-y-10{--tw-translate-y:2.5rem}.xxl\:translate-y-11{--tw-translate-y:2.75rem}.xxl\:translate-y-12{--tw-translate-y:3rem}.xxl\:translate-y-14{--tw-translate-y:3.5rem}.xxl\:translate-y-16{--tw-translate-y:4rem}.xxl\:translate-y-20{--tw-translate-y:5rem}.xxl\:translate-y-24{--tw-translate-y:6rem}.xxl\:translate-y-28{--tw-translate-y:7rem}.xxl\:translate-y-32{--tw-translate-y:8rem}.xxl\:translate-y-36{--tw-translate-y:9rem}.xxl\:translate-y-40{--tw-translate-y:10rem}.xxl\:translate-y-44{--tw-translate-y:11rem}.xxl\:translate-y-48{--tw-translate-y:12rem}.xxl\:translate-y-52{--tw-translate-y:13rem}.xxl\:translate-y-56{--tw-translate-y:14rem}.xxl\:translate-y-60{--tw-translate-y:15rem}.xxl\:translate-y-64{--tw-translate-y:16rem}.xxl\:translate-y-72{--tw-translate-y:18rem}.xxl\:translate-y-80{--tw-translate-y:20rem}.xxl\:translate-y-96{--tw-translate-y:24rem}.xxl\:translate-y-px{--tw-translate-y:1px}.xxl\:translate-y-0\.5{--tw-translate-y:.125rem}.xxl\:translate-y-1\.5{--tw-translate-y:.375rem}.xxl\:translate-y-2\.5{--tw-translate-y:.625rem}.xxl\:translate-y-3\.5{--tw-translate-y:.875rem}.xxl\:translate-y-gutter-1{--tw-translate-y:.625rem}.xxl\:translate-y-gutter-2{--tw-translate-y:1.25rem}.xxl\:-translate-y-0{--tw-translate-y:0px}.xxl\:-translate-y-1{--tw-translate-y:-.25rem}.xxl\:-translate-y-2{--tw-translate-y:-.5rem}.xxl\:-translate-y-3{--tw-translate-y:-.75rem}.xxl\:-translate-y-4{--tw-translate-y:-1rem}.xxl\:-translate-y-5{--tw-translate-y:-1.25rem}.xxl\:-translate-y-6{--tw-translate-y:-1.5rem}.xxl\:-translate-y-7{--tw-translate-y:-1.75rem}.xxl\:-translate-y-8{--tw-translate-y:-2rem}.xxl\:-translate-y-9{--tw-translate-y:-2.25rem}.xxl\:-translate-y-10{--tw-translate-y:-2.5rem}.xxl\:-translate-y-11{--tw-translate-y:-2.75rem}.xxl\:-translate-y-12{--tw-translate-y:-3rem}.xxl\:-translate-y-14{--tw-translate-y:-3.5rem}.xxl\:-translate-y-16{--tw-translate-y:-4rem}.xxl\:-translate-y-20{--tw-translate-y:-5rem}.xxl\:-translate-y-24{--tw-translate-y:-6rem}.xxl\:-translate-y-28{--tw-translate-y:-7rem}.xxl\:-translate-y-32{--tw-translate-y:-8rem}.xxl\:-translate-y-36{--tw-translate-y:-9rem}.xxl\:-translate-y-40{--tw-translate-y:-10rem}.xxl\:-translate-y-44{--tw-translate-y:-11rem}.xxl\:-translate-y-48{--tw-translate-y:-12rem}.xxl\:-translate-y-52{--tw-translate-y:-13rem}.xxl\:-translate-y-56{--tw-translate-y:-14rem}.xxl\:-translate-y-60{--tw-translate-y:-15rem}.xxl\:-translate-y-64{--tw-translate-y:-16rem}.xxl\:-translate-y-72{--tw-translate-y:-18rem}.xxl\:-translate-y-80{--tw-translate-y:-20rem}.xxl\:-translate-y-96{--tw-translate-y:-24rem}.xxl\:-translate-y-px{--tw-translate-y:-1px}.xxl\:-translate-y-0\.5{--tw-translate-y:-.125rem}.xxl\:-translate-y-1\.5{--tw-translate-y:-.375rem}.xxl\:-translate-y-2\.5{--tw-translate-y:-.625rem}.xxl\:-translate-y-3\.5{--tw-translate-y:-.875rem}.xxl\:-translate-y-gutter-1{--tw-translate-y:-.625rem}.xxl\:-translate-y-gutter-2{--tw-translate-y:-1.25rem}.xxl\:translate-y-1\/2{--tw-translate-y:50%}.xxl\:translate-y-1\/3{--tw-translate-y:33.333333%}.xxl\:translate-y-2\/3{--tw-translate-y:66.666667%}.xxl\:translate-y-1\/4{--tw-translate-y:25%}.xxl\:translate-y-2\/4{--tw-translate-y:50%}.xxl\:translate-y-3\/4{--tw-translate-y:75%}.xxl\:translate-y-full{--tw-translate-y:100%}.xxl\:-translate-y-1\/2{--tw-translate-y:-50%}.xxl\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.xxl\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.xxl\:-translate-y-1\/4{--tw-translate-y:-25%}.xxl\:-translate-y-2\/4{--tw-translate-y:-50%}.xxl\:-translate-y-3\/4{--tw-translate-y:-75%}.xxl\:-translate-y-full{--tw-translate-y:-100%}.xxl\:hover\:translate-x-0:hover{--tw-translate-x:0px}.xxl\:hover\:translate-x-1:hover{--tw-translate-x:.25rem}.xxl\:hover\:translate-x-2:hover{--tw-translate-x:.5rem}.xxl\:hover\:translate-x-3:hover{--tw-translate-x:.75rem}.xxl\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.xxl\:hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.xxl\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.xxl\:hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.xxl\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.xxl\:hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.xxl\:hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.xxl\:hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.xxl\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.xxl\:hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.xxl\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.xxl\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.xxl\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.xxl\:hover\:translate-x-28:hover{--tw-translate-x:7rem}.xxl\:hover\:translate-x-32:hover{--tw-translate-x:8rem}.xxl\:hover\:translate-x-36:hover{--tw-translate-x:9rem}.xxl\:hover\:translate-x-40:hover{--tw-translate-x:10rem}.xxl\:hover\:translate-x-44:hover{--tw-translate-x:11rem}.xxl\:hover\:translate-x-48:hover{--tw-translate-x:12rem}.xxl\:hover\:translate-x-52:hover{--tw-translate-x:13rem}.xxl\:hover\:translate-x-56:hover{--tw-translate-x:14rem}.xxl\:hover\:translate-x-60:hover{--tw-translate-x:15rem}.xxl\:hover\:translate-x-64:hover{--tw-translate-x:16rem}.xxl\:hover\:translate-x-72:hover{--tw-translate-x:18rem}.xxl\:hover\:translate-x-80:hover{--tw-translate-x:20rem}.xxl\:hover\:translate-x-96:hover{--tw-translate-x:24rem}.xxl\:hover\:translate-x-px:hover{--tw-translate-x:1px}.xxl\:hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.xxl\:hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.xxl\:hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.xxl\:hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.xxl\:hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.xxl\:hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.xxl\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.xxl\:hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.xxl\:hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.xxl\:hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.xxl\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.xxl\:hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.xxl\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.xxl\:hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.xxl\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.xxl\:hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.xxl\:hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.xxl\:hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.xxl\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.xxl\:hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.xxl\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.xxl\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.xxl\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.xxl\:hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.xxl\:hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.xxl\:hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.xxl\:hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.xxl\:hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.xxl\:hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.xxl\:hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.xxl\:hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.xxl\:hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.xxl\:hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.xxl\:hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.xxl\:hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.xxl\:hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.xxl\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.xxl\:hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.xxl\:hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.xxl\:hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.xxl\:hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.xxl\:hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.xxl\:hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.xxl\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.xxl\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.xxl\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.xxl\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.xxl\:hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.xxl\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.xxl\:hover\:translate-x-full:hover{--tw-translate-x:100%}.xxl\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.xxl\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.xxl\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.xxl\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.xxl\:hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.xxl\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.xxl\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.xxl\:hover\:translate-y-0:hover{--tw-translate-y:0px}.xxl\:hover\:translate-y-1:hover{--tw-translate-y:.25rem}.xxl\:hover\:translate-y-2:hover{--tw-translate-y:.5rem}.xxl\:hover\:translate-y-3:hover{--tw-translate-y:.75rem}.xxl\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.xxl\:hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.xxl\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.xxl\:hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.xxl\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.xxl\:hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.xxl\:hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.xxl\:hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.xxl\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.xxl\:hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.xxl\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.xxl\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.xxl\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.xxl\:hover\:translate-y-28:hover{--tw-translate-y:7rem}.xxl\:hover\:translate-y-32:hover{--tw-translate-y:8rem}.xxl\:hover\:translate-y-36:hover{--tw-translate-y:9rem}.xxl\:hover\:translate-y-40:hover{--tw-translate-y:10rem}.xxl\:hover\:translate-y-44:hover{--tw-translate-y:11rem}.xxl\:hover\:translate-y-48:hover{--tw-translate-y:12rem}.xxl\:hover\:translate-y-52:hover{--tw-translate-y:13rem}.xxl\:hover\:translate-y-56:hover{--tw-translate-y:14rem}.xxl\:hover\:translate-y-60:hover{--tw-translate-y:15rem}.xxl\:hover\:translate-y-64:hover{--tw-translate-y:16rem}.xxl\:hover\:translate-y-72:hover{--tw-translate-y:18rem}.xxl\:hover\:translate-y-80:hover{--tw-translate-y:20rem}.xxl\:hover\:translate-y-96:hover{--tw-translate-y:24rem}.xxl\:hover\:translate-y-px:hover{--tw-translate-y:1px}.xxl\:hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.xxl\:hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.xxl\:hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.xxl\:hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.xxl\:hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.xxl\:hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.xxl\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.xxl\:hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.xxl\:hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.xxl\:hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.xxl\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.xxl\:hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.xxl\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.xxl\:hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.xxl\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.xxl\:hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.xxl\:hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.xxl\:hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.xxl\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.xxl\:hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.xxl\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.xxl\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.xxl\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.xxl\:hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.xxl\:hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.xxl\:hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.xxl\:hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.xxl\:hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.xxl\:hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.xxl\:hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.xxl\:hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.xxl\:hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.xxl\:hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.xxl\:hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.xxl\:hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.xxl\:hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.xxl\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.xxl\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.xxl\:hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.xxl\:hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.xxl\:hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.xxl\:hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.xxl\:hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.xxl\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.xxl\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.xxl\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.xxl\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.xxl\:hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.xxl\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.xxl\:hover\:translate-y-full:hover{--tw-translate-y:100%}.xxl\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.xxl\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.xxl\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.xxl\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.xxl\:hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.xxl\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.xxl\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.xxl\:focus\:translate-x-0:focus{--tw-translate-x:0px}.xxl\:focus\:translate-x-1:focus{--tw-translate-x:.25rem}.xxl\:focus\:translate-x-2:focus{--tw-translate-x:.5rem}.xxl\:focus\:translate-x-3:focus{--tw-translate-x:.75rem}.xxl\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.xxl\:focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.xxl\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.xxl\:focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.xxl\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.xxl\:focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.xxl\:focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.xxl\:focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.xxl\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.xxl\:focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.xxl\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.xxl\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.xxl\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.xxl\:focus\:translate-x-28:focus{--tw-translate-x:7rem}.xxl\:focus\:translate-x-32:focus{--tw-translate-x:8rem}.xxl\:focus\:translate-x-36:focus{--tw-translate-x:9rem}.xxl\:focus\:translate-x-40:focus{--tw-translate-x:10rem}.xxl\:focus\:translate-x-44:focus{--tw-translate-x:11rem}.xxl\:focus\:translate-x-48:focus{--tw-translate-x:12rem}.xxl\:focus\:translate-x-52:focus{--tw-translate-x:13rem}.xxl\:focus\:translate-x-56:focus{--tw-translate-x:14rem}.xxl\:focus\:translate-x-60:focus{--tw-translate-x:15rem}.xxl\:focus\:translate-x-64:focus{--tw-translate-x:16rem}.xxl\:focus\:translate-x-72:focus{--tw-translate-x:18rem}.xxl\:focus\:translate-x-80:focus{--tw-translate-x:20rem}.xxl\:focus\:translate-x-96:focus{--tw-translate-x:24rem}.xxl\:focus\:translate-x-px:focus{--tw-translate-x:1px}.xxl\:focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.xxl\:focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.xxl\:focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.xxl\:focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.xxl\:focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.xxl\:focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.xxl\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.xxl\:focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.xxl\:focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.xxl\:focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.xxl\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.xxl\:focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.xxl\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.xxl\:focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.xxl\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.xxl\:focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.xxl\:focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.xxl\:focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.xxl\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.xxl\:focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.xxl\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.xxl\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.xxl\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.xxl\:focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.xxl\:focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.xxl\:focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.xxl\:focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.xxl\:focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.xxl\:focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.xxl\:focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.xxl\:focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.xxl\:focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.xxl\:focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.xxl\:focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.xxl\:focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.xxl\:focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.xxl\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.xxl\:focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.xxl\:focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.xxl\:focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.xxl\:focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.xxl\:focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.xxl\:focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.xxl\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.xxl\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.xxl\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.xxl\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.xxl\:focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.xxl\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.xxl\:focus\:translate-x-full:focus{--tw-translate-x:100%}.xxl\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.xxl\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.xxl\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.xxl\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.xxl\:focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.xxl\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.xxl\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.xxl\:focus\:translate-y-0:focus{--tw-translate-y:0px}.xxl\:focus\:translate-y-1:focus{--tw-translate-y:.25rem}.xxl\:focus\:translate-y-2:focus{--tw-translate-y:.5rem}.xxl\:focus\:translate-y-3:focus{--tw-translate-y:.75rem}.xxl\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.xxl\:focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.xxl\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.xxl\:focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.xxl\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.xxl\:focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.xxl\:focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.xxl\:focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.xxl\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.xxl\:focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.xxl\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.xxl\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.xxl\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.xxl\:focus\:translate-y-28:focus{--tw-translate-y:7rem}.xxl\:focus\:translate-y-32:focus{--tw-translate-y:8rem}.xxl\:focus\:translate-y-36:focus{--tw-translate-y:9rem}.xxl\:focus\:translate-y-40:focus{--tw-translate-y:10rem}.xxl\:focus\:translate-y-44:focus{--tw-translate-y:11rem}.xxl\:focus\:translate-y-48:focus{--tw-translate-y:12rem}.xxl\:focus\:translate-y-52:focus{--tw-translate-y:13rem}.xxl\:focus\:translate-y-56:focus{--tw-translate-y:14rem}.xxl\:focus\:translate-y-60:focus{--tw-translate-y:15rem}.xxl\:focus\:translate-y-64:focus{--tw-translate-y:16rem}.xxl\:focus\:translate-y-72:focus{--tw-translate-y:18rem}.xxl\:focus\:translate-y-80:focus{--tw-translate-y:20rem}.xxl\:focus\:translate-y-96:focus{--tw-translate-y:24rem}.xxl\:focus\:translate-y-px:focus{--tw-translate-y:1px}.xxl\:focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.xxl\:focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.xxl\:focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.xxl\:focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.xxl\:focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.xxl\:focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.xxl\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.xxl\:focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.xxl\:focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.xxl\:focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.xxl\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.xxl\:focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.xxl\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.xxl\:focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.xxl\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.xxl\:focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.xxl\:focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.xxl\:focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.xxl\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.xxl\:focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.xxl\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.xxl\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.xxl\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.xxl\:focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.xxl\:focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.xxl\:focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.xxl\:focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.xxl\:focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.xxl\:focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.xxl\:focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.xxl\:focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.xxl\:focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.xxl\:focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.xxl\:focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.xxl\:focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.xxl\:focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.xxl\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.xxl\:focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.xxl\:focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.xxl\:focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.xxl\:focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.xxl\:focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.xxl\:focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.xxl\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.xxl\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.xxl\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.xxl\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.xxl\:focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.xxl\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.xxl\:focus\:translate-y-full:focus{--tw-translate-y:100%}.xxl\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.xxl\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.xxl\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.xxl\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.xxl\:focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.xxl\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.xxl\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.xxl\:skew-x-0{--tw-skew-x:0deg}.xxl\:skew-x-1{--tw-skew-x:1deg}.xxl\:skew-x-2{--tw-skew-x:2deg}.xxl\:skew-x-3{--tw-skew-x:3deg}.xxl\:skew-x-6{--tw-skew-x:6deg}.xxl\:skew-x-12{--tw-skew-x:12deg}.xxl\:-skew-x-12{--tw-skew-x:-12deg}.xxl\:-skew-x-6{--tw-skew-x:-6deg}.xxl\:-skew-x-3{--tw-skew-x:-3deg}.xxl\:-skew-x-2{--tw-skew-x:-2deg}.xxl\:-skew-x-1{--tw-skew-x:-1deg}.xxl\:skew-y-0{--tw-skew-y:0deg}.xxl\:skew-y-1{--tw-skew-y:1deg}.xxl\:skew-y-2{--tw-skew-y:2deg}.xxl\:skew-y-3{--tw-skew-y:3deg}.xxl\:skew-y-6{--tw-skew-y:6deg}.xxl\:skew-y-12{--tw-skew-y:12deg}.xxl\:-skew-y-12{--tw-skew-y:-12deg}.xxl\:-skew-y-6{--tw-skew-y:-6deg}.xxl\:-skew-y-3{--tw-skew-y:-3deg}.xxl\:-skew-y-2{--tw-skew-y:-2deg}.xxl\:-skew-y-1{--tw-skew-y:-1deg}.xxl\:hover\:skew-x-0:hover{--tw-skew-x:0deg}.xxl\:hover\:skew-x-1:hover{--tw-skew-x:1deg}.xxl\:hover\:skew-x-2:hover{--tw-skew-x:2deg}.xxl\:hover\:skew-x-3:hover{--tw-skew-x:3deg}.xxl\:hover\:skew-x-6:hover{--tw-skew-x:6deg}.xxl\:hover\:skew-x-12:hover{--tw-skew-x:12deg}.xxl\:hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.xxl\:hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.xxl\:hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.xxl\:hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.xxl\:hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.xxl\:hover\:skew-y-0:hover{--tw-skew-y:0deg}.xxl\:hover\:skew-y-1:hover{--tw-skew-y:1deg}.xxl\:hover\:skew-y-2:hover{--tw-skew-y:2deg}.xxl\:hover\:skew-y-3:hover{--tw-skew-y:3deg}.xxl\:hover\:skew-y-6:hover{--tw-skew-y:6deg}.xxl\:hover\:skew-y-12:hover{--tw-skew-y:12deg}.xxl\:hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.xxl\:hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.xxl\:hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.xxl\:hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.xxl\:hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.xxl\:focus\:skew-x-0:focus{--tw-skew-x:0deg}.xxl\:focus\:skew-x-1:focus{--tw-skew-x:1deg}.xxl\:focus\:skew-x-2:focus{--tw-skew-x:2deg}.xxl\:focus\:skew-x-3:focus{--tw-skew-x:3deg}.xxl\:focus\:skew-x-6:focus{--tw-skew-x:6deg}.xxl\:focus\:skew-x-12:focus{--tw-skew-x:12deg}.xxl\:focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.xxl\:focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.xxl\:focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.xxl\:focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.xxl\:focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.xxl\:focus\:skew-y-0:focus{--tw-skew-y:0deg}.xxl\:focus\:skew-y-1:focus{--tw-skew-y:1deg}.xxl\:focus\:skew-y-2:focus{--tw-skew-y:2deg}.xxl\:focus\:skew-y-3:focus{--tw-skew-y:3deg}.xxl\:focus\:skew-y-6:focus{--tw-skew-y:6deg}.xxl\:focus\:skew-y-12:focus{--tw-skew-y:12deg}.xxl\:focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.xxl\:focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.xxl\:focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.xxl\:focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.xxl\:focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.xxl\:transition-none{transition-property:none}.xxl\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxl\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxl\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxl\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxl\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxl\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxl\:ease-linear{transition-timing-function:linear}.xxl\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.xxl\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.xxl\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.xxl\:duration-75{transition-duration:75ms}.xxl\:duration-100{transition-duration:.1s}.xxl\:duration-150{transition-duration:.15s}.xxl\:duration-200{transition-duration:.2s}.xxl\:duration-300{transition-duration:.3s}.xxl\:duration-500{transition-duration:.5s}.xxl\:duration-700{transition-duration:.7s}.xxl\:duration-1000{transition-duration:1s}.xxl\:delay-75{transition-delay:75ms}.xxl\:delay-100{transition-delay:.1s}.xxl\:delay-150{transition-delay:.15s}.xxl\:delay-200{transition-delay:.2s}.xxl\:delay-300{transition-delay:.3s}.xxl\:delay-500{transition-delay:.5s}.xxl\:delay-700{transition-delay:.7s}.xxl\:delay-1000{transition-delay:1s}.xxl\:animate-none{animation:none}.xxl\:animate-spin{animation:spin 1s linear infinite}.xxl\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.xxl\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.xxl\:animate-bounce{animation:bounce 1s infinite}}@media (min-width:1920px){.xxxl\:space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.xxxl\:space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.xxxl\:space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.xxxl\:space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.xxxl\:space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.xxxl\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.xxxl\:space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.xxxl\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.xxxl\:space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.xxxl\:space-x-8&gt;: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)))}.xxxl\:space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.xxxl\:space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-left:calc(2.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.xxxl\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem*var(--tw-space-y-reverse))}.xxxl\:space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.xxxl\:space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.xxxl\:space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem*var(--tw-space-x-reverse));margin-left:calc(3.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.xxxl\:space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.xxxl\:space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5rem*var(--tw-space-x-reverse));margin-left:calc(5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.xxxl\:space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem*var(--tw-space-y-reverse))}.xxxl\:space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(7rem*var(--tw-space-x-reverse));margin-left:calc(7rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem*var(--tw-space-y-reverse))}.xxxl\:space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8rem*var(--tw-space-x-reverse));margin-left:calc(8rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem*var(--tw-space-y-reverse))}.xxxl\:space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(9rem*var(--tw-space-x-reverse));margin-left:calc(9rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem*var(--tw-space-y-reverse))}.xxxl\:space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10rem*var(--tw-space-x-reverse));margin-left:calc(10rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem*var(--tw-space-y-reverse))}.xxxl\:space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(11rem*var(--tw-space-x-reverse));margin-left:calc(11rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem*var(--tw-space-y-reverse))}.xxxl\:space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12rem*var(--tw-space-x-reverse));margin-left:calc(12rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem*var(--tw-space-y-reverse))}.xxxl\:space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13rem*var(--tw-space-x-reverse));margin-left:calc(13rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem*var(--tw-space-y-reverse))}.xxxl\:space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14rem*var(--tw-space-x-reverse));margin-left:calc(14rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem*var(--tw-space-y-reverse))}.xxxl\:space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15rem*var(--tw-space-x-reverse));margin-left:calc(15rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem*var(--tw-space-y-reverse))}.xxxl\:space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16rem*var(--tw-space-x-reverse));margin-left:calc(16rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem*var(--tw-space-y-reverse))}.xxxl\:space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18rem*var(--tw-space-x-reverse));margin-left:calc(18rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem*var(--tw-space-y-reverse))}.xxxl\:space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20rem*var(--tw-space-x-reverse));margin-left:calc(20rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem*var(--tw-space-y-reverse))}.xxxl\:space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24rem*var(--tw-space-x-reverse));margin-left:calc(24rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px*var(--tw-space-y-reverse))}.xxxl\:space-x-px&gt;: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)))}.xxxl\:space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.xxxl\:space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem*var(--tw-space-x-reverse));margin-left:calc(.125rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.xxxl\:space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem*var(--tw-space-x-reverse));margin-left:calc(.375rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.xxxl\:space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.xxxl\:space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.xxxl\:space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.xxxl\:space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-0&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.xxxl\:-space-x-0&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.25rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.75rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem*var(--tw-space-x-reverse));margin-left:calc(-1rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.5rem*var(--tw-space-x-reverse));margin-left:calc(-1.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-7&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-7&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.75rem*var(--tw-space-x-reverse));margin-left:calc(-1.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-8&gt;: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)))}.xxxl\:-space-y-9&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-9&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.25rem*var(--tw-space-x-reverse));margin-left:calc(-2.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.5rem*var(--tw-space-x-reverse));margin-left:calc(-2.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-11&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-2.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-11&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-2.75rem*var(--tw-space-x-reverse));margin-left:calc(-2.75rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-12&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-12&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3rem*var(--tw-space-x-reverse));margin-left:calc(-3rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-14&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-14&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-3.5rem*var(--tw-space-x-reverse));margin-left:calc(-3.5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-16&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-16&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-4rem*var(--tw-space-x-reverse));margin-left:calc(-4rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-20&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-20&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-5rem*var(--tw-space-x-reverse));margin-left:calc(-5rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-24&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-24&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-6rem*var(--tw-space-x-reverse));margin-left:calc(-6rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-28&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-7rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-28&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-7rem*var(--tw-space-x-reverse));margin-left:calc(-7rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-32&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-8rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-32&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-8rem*var(--tw-space-x-reverse));margin-left:calc(-8rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-36&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-9rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-36&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-9rem*var(--tw-space-x-reverse));margin-left:calc(-9rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-40&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-10rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-40&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-10rem*var(--tw-space-x-reverse));margin-left:calc(-10rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-44&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-11rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-44&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-11rem*var(--tw-space-x-reverse));margin-left:calc(-11rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-48&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-12rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-48&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-12rem*var(--tw-space-x-reverse));margin-left:calc(-12rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-52&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-13rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-52&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-13rem*var(--tw-space-x-reverse));margin-left:calc(-13rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-56&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-14rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-56&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-14rem*var(--tw-space-x-reverse));margin-left:calc(-14rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-60&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-15rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-60&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-15rem*var(--tw-space-x-reverse));margin-left:calc(-15rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-64&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-16rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-64&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-16rem*var(--tw-space-x-reverse));margin-left:calc(-16rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-72&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-18rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-72&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-18rem*var(--tw-space-x-reverse));margin-left:calc(-18rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-80&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-20rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-80&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-20rem*var(--tw-space-x-reverse));margin-left:calc(-20rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-96&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-24rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-96&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-24rem*var(--tw-space-x-reverse));margin-left:calc(-24rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-px&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.xxxl\:-space-x-px&gt;: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)))}.xxxl\:-space-y-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.125rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-0\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.125rem*var(--tw-space-x-reverse));margin-left:calc(-.125rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.375rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-1\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem*var(--tw-space-x-reverse));margin-left:calc(-.375rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.875rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.875rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-3\.5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.875rem*var(--tw-space-x-reverse));margin-left:calc(-.875rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.625rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-gutter-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.625rem*var(--tw-space-x-reverse));margin-left:calc(-.625rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:-space-y-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem*var(--tw-space-y-reverse))}.xxxl\:-space-x-gutter-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1.25rem*var(--tw-space-x-reverse));margin-left:calc(-1.25rem*calc(1 - var(--tw-space-x-reverse)))}.xxxl\:space-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.xxxl\:space-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.xxxl\:divide-y-0&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.xxxl\:divide-x-0&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px*var(--tw-divide-x-reverse));border-left-width:calc(0px*calc(1 - var(--tw-divide-x-reverse)))}.xxxl\:divide-y-2&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.xxxl\:divide-x-2&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*calc(1 - var(--tw-divide-x-reverse)))}.xxxl\:divide-y-4&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px*var(--tw-divide-y-reverse))}.xxxl\:divide-x-4&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px*var(--tw-divide-x-reverse));border-left-width:calc(4px*calc(1 - var(--tw-divide-x-reverse)))}.xxxl\:divide-y-8&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px*var(--tw-divide-y-reverse))}.xxxl\:divide-x-8&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px*var(--tw-divide-x-reverse));border-left-width:calc(8px*calc(1 - var(--tw-divide-x-reverse)))}.xxxl\:divide-y&gt;: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))}.xxxl\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.xxxl\:divide-y-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.xxxl\:divide-x-reverse&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.xxxl\:divide-transparent&gt;:not([hidden])~:not([hidden]){border-color:transparent}.xxxl\:divide-current&gt;:not([hidden])~:not([hidden]){border-color:currentColor}.xxxl\:divide-black&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.xxxl\:divide-white&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.xxxl\:divide-gray-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,250,251,var(--tw-divide-opacity))}.xxxl\:divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.xxxl\:divide-gray-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.xxxl\:divide-gray-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity))}.xxxl\:divide-gray-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(156,163,175,var(--tw-divide-opacity))}.xxxl\:divide-gray-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(107,114,128,var(--tw-divide-opacity))}.xxxl\:divide-gray-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(75,85,99,var(--tw-divide-opacity))}.xxxl\:divide-gray-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,65,81,var(--tw-divide-opacity))}.xxxl\:divide-gray-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(31,41,55,var(--tw-divide-opacity))}.xxxl\:divide-gray-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(17,24,39,var(--tw-divide-opacity))}.xxxl\:divide-red-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,242,242,var(--tw-divide-opacity))}.xxxl\:divide-red-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,226,226,var(--tw-divide-opacity))}.xxxl\:divide-red-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,202,202,var(--tw-divide-opacity))}.xxxl\:divide-red-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,165,165,var(--tw-divide-opacity))}.xxxl\:divide-red-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(248,113,113,var(--tw-divide-opacity))}.xxxl\:divide-red-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,68,68,var(--tw-divide-opacity))}.xxxl\:divide-red-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(220,38,38,var(--tw-divide-opacity))}.xxxl\:divide-red-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(185,28,28,var(--tw-divide-opacity))}.xxxl\:divide-red-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(153,27,27,var(--tw-divide-opacity))}.xxxl\:divide-red-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(127,29,29,var(--tw-divide-opacity))}.xxxl\:divide-yellow-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(255,251,235,var(--tw-divide-opacity))}.xxxl\:divide-yellow-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(254,243,199,var(--tw-divide-opacity))}.xxxl\:divide-yellow-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,230,138,var(--tw-divide-opacity))}.xxxl\:divide-yellow-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,211,77,var(--tw-divide-opacity))}.xxxl\:divide-yellow-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,191,36,var(--tw-divide-opacity))}.xxxl\:divide-yellow-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,158,11,var(--tw-divide-opacity))}.xxxl\:divide-yellow-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(217,119,6,var(--tw-divide-opacity))}.xxxl\:divide-yellow-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(180,83,9,var(--tw-divide-opacity))}.xxxl\:divide-yellow-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(146,64,14,var(--tw-divide-opacity))}.xxxl\:divide-yellow-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(120,53,15,var(--tw-divide-opacity))}.xxxl\:divide-green-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,253,245,var(--tw-divide-opacity))}.xxxl\:divide-green-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,250,229,var(--tw-divide-opacity))}.xxxl\:divide-green-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,243,208,var(--tw-divide-opacity))}.xxxl\:divide-green-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(110,231,183,var(--tw-divide-opacity))}.xxxl\:divide-green-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(52,211,153,var(--tw-divide-opacity))}.xxxl\:divide-green-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(16,185,129,var(--tw-divide-opacity))}.xxxl\:divide-green-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(5,150,105,var(--tw-divide-opacity))}.xxxl\:divide-green-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(4,120,87,var(--tw-divide-opacity))}.xxxl\:divide-green-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,95,70,var(--tw-divide-opacity))}.xxxl\:divide-green-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(6,78,59,var(--tw-divide-opacity))}.xxxl\:divide-blue-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(239,246,255,var(--tw-divide-opacity))}.xxxl\:divide-blue-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,234,254,var(--tw-divide-opacity))}.xxxl\:divide-blue-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity))}.xxxl\:divide-blue-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(147,197,253,var(--tw-divide-opacity))}.xxxl\:divide-blue-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(96,165,250,var(--tw-divide-opacity))}.xxxl\:divide-blue-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(59,130,246,var(--tw-divide-opacity))}.xxxl\:divide-blue-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(37,99,235,var(--tw-divide-opacity))}.xxxl\:divide-blue-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(29,78,216,var(--tw-divide-opacity))}.xxxl\:divide-blue-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,64,175,var(--tw-divide-opacity))}.xxxl\:divide-blue-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(30,58,138,var(--tw-divide-opacity))}.xxxl\:divide-indigo-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(238,242,255,var(--tw-divide-opacity))}.xxxl\:divide-indigo-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(224,231,255,var(--tw-divide-opacity))}.xxxl\:divide-indigo-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(199,210,254,var(--tw-divide-opacity))}.xxxl\:divide-indigo-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(165,180,252,var(--tw-divide-opacity))}.xxxl\:divide-indigo-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(129,140,248,var(--tw-divide-opacity))}.xxxl\:divide-indigo-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(99,102,241,var(--tw-divide-opacity))}.xxxl\:divide-indigo-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(79,70,229,var(--tw-divide-opacity))}.xxxl\:divide-indigo-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(67,56,202,var(--tw-divide-opacity))}.xxxl\:divide-indigo-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(55,48,163,var(--tw-divide-opacity))}.xxxl\:divide-indigo-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(49,46,129,var(--tw-divide-opacity))}.xxxl\:divide-purple-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(245,243,255,var(--tw-divide-opacity))}.xxxl\:divide-purple-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(237,233,254,var(--tw-divide-opacity))}.xxxl\:divide-purple-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(221,214,254,var(--tw-divide-opacity))}.xxxl\:divide-purple-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(196,181,253,var(--tw-divide-opacity))}.xxxl\:divide-purple-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(167,139,250,var(--tw-divide-opacity))}.xxxl\:divide-purple-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(139,92,246,var(--tw-divide-opacity))}.xxxl\:divide-purple-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(124,58,237,var(--tw-divide-opacity))}.xxxl\:divide-purple-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(109,40,217,var(--tw-divide-opacity))}.xxxl\:divide-purple-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(91,33,182,var(--tw-divide-opacity))}.xxxl\:divide-purple-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(76,29,149,var(--tw-divide-opacity))}.xxxl\:divide-pink-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(253,242,248,var(--tw-divide-opacity))}.xxxl\:divide-pink-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(252,231,243,var(--tw-divide-opacity))}.xxxl\:divide-pink-200&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(251,207,232,var(--tw-divide-opacity))}.xxxl\:divide-pink-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(249,168,212,var(--tw-divide-opacity))}.xxxl\:divide-pink-400&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(244,114,182,var(--tw-divide-opacity))}.xxxl\:divide-pink-500&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(236,72,153,var(--tw-divide-opacity))}.xxxl\:divide-pink-600&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(219,39,119,var(--tw-divide-opacity))}.xxxl\:divide-pink-700&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(190,24,93,var(--tw-divide-opacity))}.xxxl\:divide-pink-800&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(157,23,77,var(--tw-divide-opacity))}.xxxl\:divide-pink-900&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(131,24,67,var(--tw-divide-opacity))}.xxxl\:divide-solid&gt;:not([hidden])~:not([hidden]){border-style:solid}.xxxl\:divide-dashed&gt;:not([hidden])~:not([hidden]){border-style:dashed}.xxxl\:divide-dotted&gt;:not([hidden])~:not([hidden]){border-style:dotted}.xxxl\:divide-double&gt;:not([hidden])~:not([hidden]){border-style:double}.xxxl\:divide-none&gt;:not([hidden])~:not([hidden]){border-style:none}.xxxl\:divide-opacity-0&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:0}.xxxl\:divide-opacity-5&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.05}.xxxl\:divide-opacity-10&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.xxxl\:divide-opacity-20&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.2}.xxxl\:divide-opacity-25&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.25}.xxxl\:divide-opacity-30&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.3}.xxxl\:divide-opacity-40&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.4}.xxxl\:divide-opacity-50&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.5}.xxxl\:divide-opacity-60&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.6}.xxxl\:divide-opacity-70&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.7}.xxxl\:divide-opacity-75&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.75}.xxxl\:divide-opacity-80&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.8}.xxxl\:divide-opacity-90&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.9}.xxxl\:divide-opacity-95&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:.95}.xxxl\:divide-opacity-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1}.xxxl\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xxxl\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xxxl\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xxxl\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xxxl\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xxxl\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xxxl\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.xxxl\:bg-fixed{background-attachment:fixed}.xxxl\:bg-local{background-attachment:local}.xxxl\:bg-scroll{background-attachment:scroll}.xxxl\:bg-clip-border{background-clip:border-box}.xxxl\:bg-clip-padding{background-clip:padding-box}.xxxl\:bg-clip-content{background-clip:content-box}.xxxl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.xxxl\:bg-transparent{background-color:transparent}.xxxl\:bg-current{background-color:currentColor}.xxxl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxxl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxxl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxxl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxxl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxxl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxxl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxxl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxxl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxxl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxxl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxxl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxxl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxxl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxxl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxxl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxxl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxxl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxxl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxxl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxxl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxxl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxxl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxxl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxxl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxxl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxxl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxxl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxxl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxxl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxxl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxxl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxxl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxxl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxxl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxxl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxxl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxxl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxxl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxxl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxxl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxxl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxxl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxxl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxxl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxxl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxxl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxxl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxxl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxxl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxxl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxxl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxxl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxxl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxxl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxxl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxxl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxxl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxxl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxxl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxxl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxxl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxxl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxxl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxxl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxxl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxxl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxxl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxxl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxxl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxxl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxxl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxxl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxxl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxxl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxxl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxxl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxxl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxxl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxxl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxxl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxxl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-transparent{background-color:transparent}.group:hover .xxxl\:group-hover\:bg-current{background-color:currentColor}.group:hover .xxxl\:group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.group:hover .xxxl\:group-hover\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-transparent:focus-within{background-color:transparent}.xxxl\:focus-within\:bg-current:focus-within{background-color:currentColor}.xxxl\:focus-within\:bg-black:focus-within{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxxl\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxxl\:hover\:bg-transparent:hover{background-color:transparent}.xxxl\:hover\:bg-current:hover{background-color:currentColor}.xxxl\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxxl\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxxl\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxxl\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxxl\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxxl\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxxl\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxxl\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxxl\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxxl\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxxl\:focus\:bg-transparent:focus{background-color:transparent}.xxxl\:focus\:bg-current:focus{background-color:currentColor}.xxxl\:focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xxxl\:focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xxxl\:focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xxxl\:focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xxxl\:focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xxxl\:focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xxxl\:focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xxxl\:focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-200:focus{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-700:focus{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-800:focus{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xxxl\:focus\:bg-purple-900:focus{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-50:focus{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-200:focus{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-500:focus{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-700:focus{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-800:focus{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xxxl\:focus\:bg-pink-900:focus{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xxxl\:bg-none{background-image:none}.xxxl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.xxxl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.xxxl\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xxxl\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xxxl\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xxxl\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xxxl\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xxxl\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xxxl\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xxxl\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xxxl\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xxxl\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xxxl\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xxxl\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xxxl\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xxxl\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xxxl\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xxxl\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xxxl\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xxxl\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xxxl\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xxxl\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xxxl\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xxxl\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xxxl\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xxxl\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xxxl\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xxxl\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xxxl\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xxxl\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xxxl\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xxxl\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xxxl\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xxxl\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xxxl\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xxxl\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xxxl\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xxxl\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xxxl\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xxxl\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xxxl\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xxxl\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xxxl\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xxxl\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xxxl\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xxxl\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xxxl\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xxxl\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xxxl\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xxxl\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xxxl\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xxxl\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xxxl\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xxxl\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xxxl\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xxxl\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xxxl\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xxxl\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xxxl\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xxxl\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xxxl\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xxxl\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xxxl\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xxxl\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xxxl\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xxxl\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xxxl\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xxxl\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xxxl\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xxxl\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xxxl\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xxxl\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xxxl\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xxxl\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xxxl\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xxxl\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xxxl\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xxxl\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xxxl\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xxxl\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xxxl\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xxxl\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xxxl\:via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:via-current{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:via-black{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:via-gray-50{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xxxl\:via-gray-100{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xxxl\:via-gray-200{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xxxl\:via-gray-300{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xxxl\:via-gray-400{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xxxl\:via-gray-500{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xxxl\:via-gray-600{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xxxl\:via-gray-700{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xxxl\:via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xxxl\:via-gray-900{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xxxl\:via-red-50{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xxxl\:via-red-100{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xxxl\:via-red-200{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xxxl\:via-red-300{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xxxl\:via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xxxl\:via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xxxl\:via-red-600{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xxxl\:via-red-700{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xxxl\:via-red-800{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xxxl\:via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xxxl\:via-yellow-50{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xxxl\:via-yellow-100{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xxxl\:via-yellow-200{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xxxl\:via-yellow-300{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xxxl\:via-yellow-400{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xxxl\:via-yellow-500{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xxxl\:via-yellow-600{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xxxl\:via-yellow-700{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xxxl\:via-yellow-800{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xxxl\:via-yellow-900{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xxxl\:via-green-50{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xxxl\:via-green-100{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xxxl\:via-green-200{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xxxl\:via-green-300{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xxxl\:via-green-400{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xxxl\:via-green-500{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xxxl\:via-green-600{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xxxl\:via-green-700{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xxxl\:via-green-800{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xxxl\:via-green-900{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xxxl\:via-blue-50{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xxxl\:via-blue-100{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xxxl\:via-blue-200{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xxxl\:via-blue-300{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xxxl\:via-blue-400{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xxxl\:via-blue-500{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xxxl\:via-blue-600{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xxxl\:via-blue-700{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xxxl\:via-blue-800{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xxxl\:via-blue-900{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xxxl\:via-indigo-50{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xxxl\:via-indigo-100{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xxxl\:via-indigo-200{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xxxl\:via-indigo-300{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xxxl\:via-indigo-400{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xxxl\:via-indigo-500{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xxxl\:via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xxxl\:via-indigo-700{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xxxl\:via-indigo-800{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xxxl\:via-indigo-900{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xxxl\:via-purple-50{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xxxl\:via-purple-100{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xxxl\:via-purple-200{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xxxl\:via-purple-300{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xxxl\:via-purple-400{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xxxl\:via-purple-500{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xxxl\:via-purple-600{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xxxl\:via-purple-700{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xxxl\:via-purple-800{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xxxl\:via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xxxl\:via-pink-50{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xxxl\:via-pink-100{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xxxl\:via-pink-200{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xxxl\:via-pink-300{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xxxl\:via-pink-400{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xxxl\:via-pink-500{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xxxl\:via-pink-600{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xxxl\:via-pink-700{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xxxl\:via-pink-800{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xxxl\:via-pink-900{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xxxl\:to-transparent{--tw-gradient-to:transparent}.xxxl\:to-current{--tw-gradient-to:currentColor}.xxxl\:to-black{--tw-gradient-to:#000}.xxxl\:to-white{--tw-gradient-to:#fff}.xxxl\:to-gray-50{--tw-gradient-to:#f9fafb}.xxxl\:to-gray-100{--tw-gradient-to:#f3f4f6}.xxxl\:to-gray-200{--tw-gradient-to:#e5e7eb}.xxxl\:to-gray-300{--tw-gradient-to:#d1d5db}.xxxl\:to-gray-400{--tw-gradient-to:#9ca3af}.xxxl\:to-gray-500{--tw-gradient-to:#6b7280}.xxxl\:to-gray-600{--tw-gradient-to:#4b5563}.xxxl\:to-gray-700{--tw-gradient-to:#374151}.xxxl\:to-gray-800{--tw-gradient-to:#1f2937}.xxxl\:to-gray-900{--tw-gradient-to:#111827}.xxxl\:to-red-50{--tw-gradient-to:#fef2f2}.xxxl\:to-red-100{--tw-gradient-to:#fee2e2}.xxxl\:to-red-200{--tw-gradient-to:#fecaca}.xxxl\:to-red-300{--tw-gradient-to:#fca5a5}.xxxl\:to-red-400{--tw-gradient-to:#f87171}.xxxl\:to-red-500{--tw-gradient-to:#ef4444}.xxxl\:to-red-600{--tw-gradient-to:#dc2626}.xxxl\:to-red-700{--tw-gradient-to:#b91c1c}.xxxl\:to-red-800{--tw-gradient-to:#991b1b}.xxxl\:to-red-900{--tw-gradient-to:#7f1d1d}.xxxl\:to-yellow-50{--tw-gradient-to:#fffbeb}.xxxl\:to-yellow-100{--tw-gradient-to:#fef3c7}.xxxl\:to-yellow-200{--tw-gradient-to:#fde68a}.xxxl\:to-yellow-300{--tw-gradient-to:#fcd34d}.xxxl\:to-yellow-400{--tw-gradient-to:#fbbf24}.xxxl\:to-yellow-500{--tw-gradient-to:#f59e0b}.xxxl\:to-yellow-600{--tw-gradient-to:#d97706}.xxxl\:to-yellow-700{--tw-gradient-to:#b45309}.xxxl\:to-yellow-800{--tw-gradient-to:#92400e}.xxxl\:to-yellow-900{--tw-gradient-to:#78350f}.xxxl\:to-green-50{--tw-gradient-to:#ecfdf5}.xxxl\:to-green-100{--tw-gradient-to:#d1fae5}.xxxl\:to-green-200{--tw-gradient-to:#a7f3d0}.xxxl\:to-green-300{--tw-gradient-to:#6ee7b7}.xxxl\:to-green-400{--tw-gradient-to:#34d399}.xxxl\:to-green-500{--tw-gradient-to:#10b981}.xxxl\:to-green-600{--tw-gradient-to:#059669}.xxxl\:to-green-700{--tw-gradient-to:#047857}.xxxl\:to-green-800{--tw-gradient-to:#065f46}.xxxl\:to-green-900{--tw-gradient-to:#064e3b}.xxxl\:to-blue-50{--tw-gradient-to:#eff6ff}.xxxl\:to-blue-100{--tw-gradient-to:#dbeafe}.xxxl\:to-blue-200{--tw-gradient-to:#bfdbfe}.xxxl\:to-blue-300{--tw-gradient-to:#93c5fd}.xxxl\:to-blue-400{--tw-gradient-to:#60a5fa}.xxxl\:to-blue-500{--tw-gradient-to:#3b82f6}.xxxl\:to-blue-600{--tw-gradient-to:#2563eb}.xxxl\:to-blue-700{--tw-gradient-to:#1d4ed8}.xxxl\:to-blue-800{--tw-gradient-to:#1e40af}.xxxl\:to-blue-900{--tw-gradient-to:#1e3a8a}.xxxl\:to-indigo-50{--tw-gradient-to:#eef2ff}.xxxl\:to-indigo-100{--tw-gradient-to:#e0e7ff}.xxxl\:to-indigo-200{--tw-gradient-to:#c7d2fe}.xxxl\:to-indigo-300{--tw-gradient-to:#a5b4fc}.xxxl\:to-indigo-400{--tw-gradient-to:#818cf8}.xxxl\:to-indigo-500{--tw-gradient-to:#6366f1}.xxxl\:to-indigo-600{--tw-gradient-to:#4f46e5}.xxxl\:to-indigo-700{--tw-gradient-to:#4338ca}.xxxl\:to-indigo-800{--tw-gradient-to:#3730a3}.xxxl\:to-indigo-900{--tw-gradient-to:#312e81}.xxxl\:to-purple-50{--tw-gradient-to:#f5f3ff}.xxxl\:to-purple-100{--tw-gradient-to:#ede9fe}.xxxl\:to-purple-200{--tw-gradient-to:#ddd6fe}.xxxl\:to-purple-300{--tw-gradient-to:#c4b5fd}.xxxl\:to-purple-400{--tw-gradient-to:#a78bfa}.xxxl\:to-purple-500{--tw-gradient-to:#8b5cf6}.xxxl\:to-purple-600{--tw-gradient-to:#7c3aed}.xxxl\:to-purple-700{--tw-gradient-to:#6d28d9}.xxxl\:to-purple-800{--tw-gradient-to:#5b21b6}.xxxl\:to-purple-900{--tw-gradient-to:#4c1d95}.xxxl\:to-pink-50{--tw-gradient-to:#fdf2f8}.xxxl\:to-pink-100{--tw-gradient-to:#fce7f3}.xxxl\:to-pink-200{--tw-gradient-to:#fbcfe8}.xxxl\:to-pink-300{--tw-gradient-to:#f9a8d4}.xxxl\:to-pink-400{--tw-gradient-to:#f472b6}.xxxl\:to-pink-500{--tw-gradient-to:#ec4899}.xxxl\:to-pink-600{--tw-gradient-to:#db2777}.xxxl\:to-pink-700{--tw-gradient-to:#be185d}.xxxl\:to-pink-800{--tw-gradient-to:#9d174d}.xxxl\:to-pink-900{--tw-gradient-to:#831843}.xxxl\:hover\:from-transparent:hover{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:hover\:from-current:hover{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:hover\:from-black:hover{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:hover\:from-white:hover{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:hover\:from-gray-50:hover{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xxxl\:hover\:from-gray-100:hover{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xxxl\:hover\:from-gray-200:hover{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xxxl\:hover\:from-gray-300:hover{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xxxl\:hover\:from-gray-400:hover{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xxxl\:hover\:from-gray-500:hover{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xxxl\:hover\:from-gray-600:hover{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xxxl\:hover\:from-gray-700:hover{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xxxl\:hover\:from-gray-800:hover{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xxxl\:hover\:from-gray-900:hover{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xxxl\:hover\:from-red-50:hover{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xxxl\:hover\:from-red-100:hover{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xxxl\:hover\:from-red-200:hover{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xxxl\:hover\:from-red-300:hover{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xxxl\:hover\:from-red-400:hover{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xxxl\:hover\:from-red-500:hover{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xxxl\:hover\:from-red-600:hover{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xxxl\:hover\:from-red-700:hover{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xxxl\:hover\:from-red-800:hover{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xxxl\:hover\:from-red-900:hover{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xxxl\:hover\:from-yellow-50:hover{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xxxl\:hover\:from-yellow-100:hover{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xxxl\:hover\:from-yellow-200:hover{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xxxl\:hover\:from-yellow-300:hover{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xxxl\:hover\:from-yellow-400:hover{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xxxl\:hover\:from-yellow-500:hover{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xxxl\:hover\:from-yellow-600:hover{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xxxl\:hover\:from-yellow-700:hover{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xxxl\:hover\:from-yellow-800:hover{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xxxl\:hover\:from-yellow-900:hover{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xxxl\:hover\:from-green-50:hover{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xxxl\:hover\:from-green-100:hover{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xxxl\:hover\:from-green-200:hover{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xxxl\:hover\:from-green-300:hover{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xxxl\:hover\:from-green-400:hover{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xxxl\:hover\:from-green-500:hover{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xxxl\:hover\:from-green-600:hover{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xxxl\:hover\:from-green-700:hover{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xxxl\:hover\:from-green-800:hover{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xxxl\:hover\:from-green-900:hover{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xxxl\:hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xxxl\:hover\:from-blue-100:hover{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xxxl\:hover\:from-blue-200:hover{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xxxl\:hover\:from-blue-300:hover{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xxxl\:hover\:from-blue-400:hover{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xxxl\:hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xxxl\:hover\:from-blue-600:hover{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xxxl\:hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xxxl\:hover\:from-blue-800:hover{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xxxl\:hover\:from-blue-900:hover{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xxxl\:hover\:from-indigo-50:hover{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xxxl\:hover\:from-indigo-100:hover{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xxxl\:hover\:from-indigo-200:hover{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xxxl\:hover\:from-indigo-300:hover{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xxxl\:hover\:from-indigo-400:hover{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xxxl\:hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xxxl\:hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xxxl\:hover\:from-indigo-700:hover{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xxxl\:hover\:from-indigo-800:hover{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xxxl\:hover\:from-indigo-900:hover{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xxxl\:hover\:from-purple-50:hover{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xxxl\:hover\:from-purple-100:hover{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xxxl\:hover\:from-purple-200:hover{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xxxl\:hover\:from-purple-300:hover{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xxxl\:hover\:from-purple-400:hover{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xxxl\:hover\:from-purple-500:hover{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xxxl\:hover\:from-purple-600:hover{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xxxl\:hover\:from-purple-700:hover{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xxxl\:hover\:from-purple-800:hover{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xxxl\:hover\:from-purple-900:hover{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xxxl\:hover\:from-pink-50:hover{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xxxl\:hover\:from-pink-100:hover{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xxxl\:hover\:from-pink-200:hover{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xxxl\:hover\:from-pink-300:hover{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xxxl\:hover\:from-pink-400:hover{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xxxl\:hover\:from-pink-500:hover{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xxxl\:hover\:from-pink-600:hover{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xxxl\:hover\:from-pink-700:hover{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xxxl\:hover\:from-pink-800:hover{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xxxl\:hover\:from-pink-900:hover{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xxxl\:hover\:via-transparent:hover{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:hover\:via-current:hover{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:hover\:via-black:hover{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:hover\:via-white:hover{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:hover\:via-gray-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xxxl\:hover\:via-gray-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xxxl\:hover\:via-gray-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xxxl\:hover\:via-gray-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xxxl\:hover\:via-gray-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xxxl\:hover\:via-gray-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xxxl\:hover\:via-gray-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xxxl\:hover\:via-gray-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xxxl\:hover\:via-gray-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xxxl\:hover\:via-gray-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xxxl\:hover\:via-red-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xxxl\:hover\:via-red-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xxxl\:hover\:via-red-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xxxl\:hover\:via-red-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xxxl\:hover\:via-red-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xxxl\:hover\:via-red-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xxxl\:hover\:via-red-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xxxl\:hover\:via-red-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xxxl\:hover\:via-red-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xxxl\:hover\:via-red-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xxxl\:hover\:via-yellow-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xxxl\:hover\:via-yellow-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xxxl\:hover\:via-yellow-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xxxl\:hover\:via-yellow-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xxxl\:hover\:via-yellow-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xxxl\:hover\:via-yellow-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xxxl\:hover\:via-yellow-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xxxl\:hover\:via-yellow-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xxxl\:hover\:via-yellow-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xxxl\:hover\:via-yellow-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xxxl\:hover\:via-green-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xxxl\:hover\:via-green-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xxxl\:hover\:via-green-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xxxl\:hover\:via-green-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xxxl\:hover\:via-green-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xxxl\:hover\:via-green-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xxxl\:hover\:via-green-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xxxl\:hover\:via-green-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xxxl\:hover\:via-green-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xxxl\:hover\:via-green-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xxxl\:hover\:via-blue-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xxxl\:hover\:via-blue-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xxxl\:hover\:via-blue-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xxxl\:hover\:via-blue-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xxxl\:hover\:via-blue-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xxxl\:hover\:via-blue-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xxxl\:hover\:via-blue-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xxxl\:hover\:via-blue-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xxxl\:hover\:via-blue-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xxxl\:hover\:via-blue-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xxxl\:hover\:via-indigo-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xxxl\:hover\:via-indigo-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xxxl\:hover\:via-indigo-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xxxl\:hover\:via-indigo-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xxxl\:hover\:via-indigo-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xxxl\:hover\:via-indigo-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xxxl\:hover\:via-indigo-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xxxl\:hover\:via-indigo-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xxxl\:hover\:via-indigo-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xxxl\:hover\:via-indigo-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xxxl\:hover\:via-purple-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xxxl\:hover\:via-purple-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xxxl\:hover\:via-purple-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xxxl\:hover\:via-purple-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xxxl\:hover\:via-purple-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xxxl\:hover\:via-purple-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xxxl\:hover\:via-purple-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xxxl\:hover\:via-purple-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xxxl\:hover\:via-purple-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xxxl\:hover\:via-purple-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xxxl\:hover\:via-pink-50:hover{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xxxl\:hover\:via-pink-100:hover{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xxxl\:hover\:via-pink-200:hover{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xxxl\:hover\:via-pink-300:hover{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xxxl\:hover\:via-pink-400:hover{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xxxl\:hover\:via-pink-500:hover{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xxxl\:hover\:via-pink-600:hover{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xxxl\:hover\:via-pink-700:hover{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xxxl\:hover\:via-pink-800:hover{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xxxl\:hover\:via-pink-900:hover{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xxxl\:hover\:to-transparent:hover{--tw-gradient-to:transparent}.xxxl\:hover\:to-current:hover{--tw-gradient-to:currentColor}.xxxl\:hover\:to-black:hover{--tw-gradient-to:#000}.xxxl\:hover\:to-white:hover{--tw-gradient-to:#fff}.xxxl\:hover\:to-gray-50:hover{--tw-gradient-to:#f9fafb}.xxxl\:hover\:to-gray-100:hover{--tw-gradient-to:#f3f4f6}.xxxl\:hover\:to-gray-200:hover{--tw-gradient-to:#e5e7eb}.xxxl\:hover\:to-gray-300:hover{--tw-gradient-to:#d1d5db}.xxxl\:hover\:to-gray-400:hover{--tw-gradient-to:#9ca3af}.xxxl\:hover\:to-gray-500:hover{--tw-gradient-to:#6b7280}.xxxl\:hover\:to-gray-600:hover{--tw-gradient-to:#4b5563}.xxxl\:hover\:to-gray-700:hover{--tw-gradient-to:#374151}.xxxl\:hover\:to-gray-800:hover{--tw-gradient-to:#1f2937}.xxxl\:hover\:to-gray-900:hover{--tw-gradient-to:#111827}.xxxl\:hover\:to-red-50:hover{--tw-gradient-to:#fef2f2}.xxxl\:hover\:to-red-100:hover{--tw-gradient-to:#fee2e2}.xxxl\:hover\:to-red-200:hover{--tw-gradient-to:#fecaca}.xxxl\:hover\:to-red-300:hover{--tw-gradient-to:#fca5a5}.xxxl\:hover\:to-red-400:hover{--tw-gradient-to:#f87171}.xxxl\:hover\:to-red-500:hover{--tw-gradient-to:#ef4444}.xxxl\:hover\:to-red-600:hover{--tw-gradient-to:#dc2626}.xxxl\:hover\:to-red-700:hover{--tw-gradient-to:#b91c1c}.xxxl\:hover\:to-red-800:hover{--tw-gradient-to:#991b1b}.xxxl\:hover\:to-red-900:hover{--tw-gradient-to:#7f1d1d}.xxxl\:hover\:to-yellow-50:hover{--tw-gradient-to:#fffbeb}.xxxl\:hover\:to-yellow-100:hover{--tw-gradient-to:#fef3c7}.xxxl\:hover\:to-yellow-200:hover{--tw-gradient-to:#fde68a}.xxxl\:hover\:to-yellow-300:hover{--tw-gradient-to:#fcd34d}.xxxl\:hover\:to-yellow-400:hover{--tw-gradient-to:#fbbf24}.xxxl\:hover\:to-yellow-500:hover{--tw-gradient-to:#f59e0b}.xxxl\:hover\:to-yellow-600:hover{--tw-gradient-to:#d97706}.xxxl\:hover\:to-yellow-700:hover{--tw-gradient-to:#b45309}.xxxl\:hover\:to-yellow-800:hover{--tw-gradient-to:#92400e}.xxxl\:hover\:to-yellow-900:hover{--tw-gradient-to:#78350f}.xxxl\:hover\:to-green-50:hover{--tw-gradient-to:#ecfdf5}.xxxl\:hover\:to-green-100:hover{--tw-gradient-to:#d1fae5}.xxxl\:hover\:to-green-200:hover{--tw-gradient-to:#a7f3d0}.xxxl\:hover\:to-green-300:hover{--tw-gradient-to:#6ee7b7}.xxxl\:hover\:to-green-400:hover{--tw-gradient-to:#34d399}.xxxl\:hover\:to-green-500:hover{--tw-gradient-to:#10b981}.xxxl\:hover\:to-green-600:hover{--tw-gradient-to:#059669}.xxxl\:hover\:to-green-700:hover{--tw-gradient-to:#047857}.xxxl\:hover\:to-green-800:hover{--tw-gradient-to:#065f46}.xxxl\:hover\:to-green-900:hover{--tw-gradient-to:#064e3b}.xxxl\:hover\:to-blue-50:hover{--tw-gradient-to:#eff6ff}.xxxl\:hover\:to-blue-100:hover{--tw-gradient-to:#dbeafe}.xxxl\:hover\:to-blue-200:hover{--tw-gradient-to:#bfdbfe}.xxxl\:hover\:to-blue-300:hover{--tw-gradient-to:#93c5fd}.xxxl\:hover\:to-blue-400:hover{--tw-gradient-to:#60a5fa}.xxxl\:hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6}.xxxl\:hover\:to-blue-600:hover{--tw-gradient-to:#2563eb}.xxxl\:hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8}.xxxl\:hover\:to-blue-800:hover{--tw-gradient-to:#1e40af}.xxxl\:hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a}.xxxl\:hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.xxxl\:hover\:to-indigo-100:hover{--tw-gradient-to:#e0e7ff}.xxxl\:hover\:to-indigo-200:hover{--tw-gradient-to:#c7d2fe}.xxxl\:hover\:to-indigo-300:hover{--tw-gradient-to:#a5b4fc}.xxxl\:hover\:to-indigo-400:hover{--tw-gradient-to:#818cf8}.xxxl\:hover\:to-indigo-500:hover{--tw-gradient-to:#6366f1}.xxxl\:hover\:to-indigo-600:hover{--tw-gradient-to:#4f46e5}.xxxl\:hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.xxxl\:hover\:to-indigo-800:hover{--tw-gradient-to:#3730a3}.xxxl\:hover\:to-indigo-900:hover{--tw-gradient-to:#312e81}.xxxl\:hover\:to-purple-50:hover{--tw-gradient-to:#f5f3ff}.xxxl\:hover\:to-purple-100:hover{--tw-gradient-to:#ede9fe}.xxxl\:hover\:to-purple-200:hover{--tw-gradient-to:#ddd6fe}.xxxl\:hover\:to-purple-300:hover{--tw-gradient-to:#c4b5fd}.xxxl\:hover\:to-purple-400:hover{--tw-gradient-to:#a78bfa}.xxxl\:hover\:to-purple-500:hover{--tw-gradient-to:#8b5cf6}.xxxl\:hover\:to-purple-600:hover{--tw-gradient-to:#7c3aed}.xxxl\:hover\:to-purple-700:hover{--tw-gradient-to:#6d28d9}.xxxl\:hover\:to-purple-800:hover{--tw-gradient-to:#5b21b6}.xxxl\:hover\:to-purple-900:hover{--tw-gradient-to:#4c1d95}.xxxl\:hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8}.xxxl\:hover\:to-pink-100:hover{--tw-gradient-to:#fce7f3}.xxxl\:hover\:to-pink-200:hover{--tw-gradient-to:#fbcfe8}.xxxl\:hover\:to-pink-300:hover{--tw-gradient-to:#f9a8d4}.xxxl\:hover\:to-pink-400:hover{--tw-gradient-to:#f472b6}.xxxl\:hover\:to-pink-500:hover{--tw-gradient-to:#ec4899}.xxxl\:hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.xxxl\:hover\:to-pink-700:hover{--tw-gradient-to:#be185d}.xxxl\:hover\:to-pink-800:hover{--tw-gradient-to:#9d174d}.xxxl\:hover\:to-pink-900:hover{--tw-gradient-to:#831843}.xxxl\:focus\:from-transparent:focus{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:focus\:from-current:focus{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:focus\:from-black:focus{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:focus\:from-white:focus{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:focus\:from-gray-50:focus{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}.xxxl\:focus\:from-gray-100:focus{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))}.xxxl\:focus\:from-gray-200:focus{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,231,235,0))}.xxxl\:focus\:from-gray-300:focus{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,213,219,0))}.xxxl\:focus\:from-gray-400:focus{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(156,163,175,0))}.xxxl\:focus\:from-gray-500:focus{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(107,114,128,0))}.xxxl\:focus\:from-gray-600:focus{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(75,85,99,0))}.xxxl\:focus\:from-gray-700:focus{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,65,81,0))}.xxxl\:focus\:from-gray-800:focus{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.xxxl\:focus\:from-gray-900:focus{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}.xxxl\:focus\:from-red-50:focus{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,242,242,0))}.xxxl\:focus\:from-red-100:focus{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,226,226,0))}.xxxl\:focus\:from-red-200:focus{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,202,202,0))}.xxxl\:focus\:from-red-300:focus{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,165,165,0))}.xxxl\:focus\:from-red-400:focus{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(248,113,113,0))}.xxxl\:focus\:from-red-500:focus{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.xxxl\:focus\:from-red-600:focus{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(220,38,38,0))}.xxxl\:focus\:from-red-700:focus{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(185,28,28,0))}.xxxl\:focus\:from-red-800:focus{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,27,27,0))}.xxxl\:focus\:from-red-900:focus{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(127,29,29,0))}.xxxl\:focus\:from-yellow-50:focus{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,251,235,0))}.xxxl\:focus\:from-yellow-100:focus{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,243,199,0))}.xxxl\:focus\:from-yellow-200:focus{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,230,138,0))}.xxxl\:focus\:from-yellow-300:focus{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,211,77,0))}.xxxl\:focus\:from-yellow-400:focus{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}.xxxl\:focus\:from-yellow-500:focus{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}.xxxl\:focus\:from-yellow-600:focus{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}.xxxl\:focus\:from-yellow-700:focus{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(180,83,9,0))}.xxxl\:focus\:from-yellow-800:focus{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,64,14,0))}.xxxl\:focus\:from-yellow-900:focus{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(120,53,15,0))}.xxxl\:focus\:from-green-50:focus{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}.xxxl\:focus\:from-green-100:focus{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(209,250,229,0))}.xxxl\:focus\:from-green-200:focus{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,243,208,0))}.xxxl\:focus\:from-green-300:focus{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(110,231,183,0))}.xxxl\:focus\:from-green-400:focus{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}.xxxl\:focus\:from-green-500:focus{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.xxxl\:focus\:from-green-600:focus{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}.xxxl\:focus\:from-green-700:focus{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}.xxxl\:focus\:from-green-800:focus{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,95,70,0))}.xxxl\:focus\:from-green-900:focus{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(6,78,59,0))}.xxxl\:focus\:from-blue-50:focus{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.xxxl\:focus\:from-blue-100:focus{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,234,254,0))}.xxxl\:focus\:from-blue-200:focus{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))}.xxxl\:focus\:from-blue-300:focus{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(147,197,253,0))}.xxxl\:focus\:from-blue-400:focus{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))}.xxxl\:focus\:from-blue-500:focus{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.xxxl\:focus\:from-blue-600:focus{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.xxxl\:focus\:from-blue-700:focus{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}.xxxl\:focus\:from-blue-800:focus{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,64,175,0))}.xxxl\:focus\:from-blue-900:focus{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,138,0))}.xxxl\:focus\:from-indigo-50:focus{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,242,255,0))}.xxxl\:focus\:from-indigo-100:focus{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(224,231,255,0))}.xxxl\:focus\:from-indigo-200:focus{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(199,210,254,0))}.xxxl\:focus\:from-indigo-300:focus{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(165,180,252,0))}.xxxl\:focus\:from-indigo-400:focus{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))}.xxxl\:focus\:from-indigo-500:focus{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,102,241,0))}.xxxl\:focus\:from-indigo-600:focus{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(79,70,229,0))}.xxxl\:focus\:from-indigo-700:focus{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(67,56,202,0))}.xxxl\:focus\:from-indigo-800:focus{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(55,48,163,0))}.xxxl\:focus\:from-indigo-900:focus{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(49,46,129,0))}.xxxl\:focus\:from-purple-50:focus{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,243,255,0))}.xxxl\:focus\:from-purple-100:focus{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(237,233,254,0))}.xxxl\:focus\:from-purple-200:focus{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,214,254,0))}.xxxl\:focus\:from-purple-300:focus{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(196,181,253,0))}.xxxl\:focus\:from-purple-400:focus{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))}.xxxl\:focus\:from-purple-500:focus{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.xxxl\:focus\:from-purple-600:focus{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(124,58,237,0))}.xxxl\:focus\:from-purple-700:focus{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(109,40,217,0))}.xxxl\:focus\:from-purple-800:focus{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(91,33,182,0))}.xxxl\:focus\:from-purple-900:focus{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(76,29,149,0))}.xxxl\:focus\:from-pink-50:focus{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(253,242,248,0))}.xxxl\:focus\:from-pink-100:focus{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(252,231,243,0))}.xxxl\:focus\:from-pink-200:focus{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,207,232,0))}.xxxl\:focus\:from-pink-300:focus{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,168,212,0))}.xxxl\:focus\:from-pink-400:focus{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))}.xxxl\:focus\:from-pink-500:focus{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,72,153,0))}.xxxl\:focus\:from-pink-600:focus{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(219,39,119,0))}.xxxl\:focus\:from-pink-700:focus{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(190,24,93,0))}.xxxl\:focus\:from-pink-800:focus{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(157,23,77,0))}.xxxl\:focus\:from-pink-900:focus{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(131,24,67,0))}.xxxl\:focus\:via-transparent:focus{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:focus\:via-current:focus{--tw-gradient-stops:var(--tw-gradient-from),currentColor,var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:focus\:via-black:focus{--tw-gradient-stops:var(--tw-gradient-from),#000,var(--tw-gradient-to,rgba(0,0,0,0))}.xxxl\:focus\:via-white:focus{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgba(255,255,255,0))}.xxxl\:focus\:via-gray-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9fafb,var(--tw-gradient-to,rgba(249,250,251,0))}.xxxl\:focus\:via-gray-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#f3f4f6,var(--tw-gradient-to,rgba(243,244,246,0))}.xxxl\:focus\:via-gray-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb,var(--tw-gradient-to,rgba(229,231,235,0))}.xxxl\:focus\:via-gray-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to,rgba(209,213,219,0))}.xxxl\:focus\:via-gray-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to,rgba(156,163,175,0))}.xxxl\:focus\:via-gray-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6b7280,var(--tw-gradient-to,rgba(107,114,128,0))}.xxxl\:focus\:via-gray-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4b5563,var(--tw-gradient-to,rgba(75,85,99,0))}.xxxl\:focus\:via-gray-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to,rgba(55,65,81,0))}.xxxl\:focus\:via-gray-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to,rgba(31,41,55,0))}.xxxl\:focus\:via-gray-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#111827,var(--tw-gradient-to,rgba(17,24,39,0))}.xxxl\:focus\:via-red-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef2f2,var(--tw-gradient-to,rgba(254,242,242,0))}.xxxl\:focus\:via-red-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fee2e2,var(--tw-gradient-to,rgba(254,226,226,0))}.xxxl\:focus\:via-red-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fecaca,var(--tw-gradient-to,rgba(254,202,202,0))}.xxxl\:focus\:via-red-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fca5a5,var(--tw-gradient-to,rgba(252,165,165,0))}.xxxl\:focus\:via-red-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,rgba(248,113,113,0))}.xxxl\:focus\:via-red-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgba(239,68,68,0))}.xxxl\:focus\:via-red-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#dc2626,var(--tw-gradient-to,rgba(220,38,38,0))}.xxxl\:focus\:via-red-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b91c1c,var(--tw-gradient-to,rgba(185,28,28,0))}.xxxl\:focus\:via-red-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#991b1b,var(--tw-gradient-to,rgba(153,27,27,0))}.xxxl\:focus\:via-red-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}.xxxl\:focus\:via-yellow-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fffbeb,var(--tw-gradient-to,rgba(255,251,235,0))}.xxxl\:focus\:via-yellow-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fef3c7,var(--tw-gradient-to,rgba(254,243,199,0))}.xxxl\:focus\:via-yellow-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fde68a,var(--tw-gradient-to,rgba(253,230,138,0))}.xxxl\:focus\:via-yellow-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#fcd34d,var(--tw-gradient-to,rgba(252,211,77,0))}.xxxl\:focus\:via-yellow-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbbf24,var(--tw-gradient-to,rgba(251,191,36,0))}.xxxl\:focus\:via-yellow-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#f59e0b,var(--tw-gradient-to,rgba(245,158,11,0))}.xxxl\:focus\:via-yellow-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#d97706,var(--tw-gradient-to,rgba(217,119,6,0))}.xxxl\:focus\:via-yellow-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#b45309,var(--tw-gradient-to,rgba(180,83,9,0))}.xxxl\:focus\:via-yellow-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#92400e,var(--tw-gradient-to,rgba(146,64,14,0))}.xxxl\:focus\:via-yellow-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#78350f,var(--tw-gradient-to,rgba(120,53,15,0))}.xxxl\:focus\:via-green-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#ecfdf5,var(--tw-gradient-to,rgba(236,253,245,0))}.xxxl\:focus\:via-green-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#d1fae5,var(--tw-gradient-to,rgba(209,250,229,0))}.xxxl\:focus\:via-green-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#a7f3d0,var(--tw-gradient-to,rgba(167,243,208,0))}.xxxl\:focus\:via-green-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#6ee7b7,var(--tw-gradient-to,rgba(110,231,183,0))}.xxxl\:focus\:via-green-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#34d399,var(--tw-gradient-to,rgba(52,211,153,0))}.xxxl\:focus\:via-green-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#10b981,var(--tw-gradient-to,rgba(16,185,129,0))}.xxxl\:focus\:via-green-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#059669,var(--tw-gradient-to,rgba(5,150,105,0))}.xxxl\:focus\:via-green-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#047857,var(--tw-gradient-to,rgba(4,120,87,0))}.xxxl\:focus\:via-green-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#065f46,var(--tw-gradient-to,rgba(6,95,70,0))}.xxxl\:focus\:via-green-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#064e3b,var(--tw-gradient-to,rgba(6,78,59,0))}.xxxl\:focus\:via-blue-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eff6ff,var(--tw-gradient-to,rgba(239,246,255,0))}.xxxl\:focus\:via-blue-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#dbeafe,var(--tw-gradient-to,rgba(219,234,254,0))}.xxxl\:focus\:via-blue-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#bfdbfe,var(--tw-gradient-to,rgba(191,219,254,0))}.xxxl\:focus\:via-blue-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#93c5fd,var(--tw-gradient-to,rgba(147,197,253,0))}.xxxl\:focus\:via-blue-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to,rgba(96,165,250,0))}.xxxl\:focus\:via-blue-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#3b82f6,var(--tw-gradient-to,rgba(59,130,246,0))}.xxxl\:focus\:via-blue-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#2563eb,var(--tw-gradient-to,rgba(37,99,235,0))}.xxxl\:focus\:via-blue-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#1d4ed8,var(--tw-gradient-to,rgba(29,78,216,0))}.xxxl\:focus\:via-blue-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e40af,var(--tw-gradient-to,rgba(30,64,175,0))}.xxxl\:focus\:via-blue-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a,var(--tw-gradient-to,rgba(30,58,138,0))}.xxxl\:focus\:via-indigo-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to,rgba(238,242,255,0))}.xxxl\:focus\:via-indigo-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to,rgba(224,231,255,0))}.xxxl\:focus\:via-indigo-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#c7d2fe,var(--tw-gradient-to,rgba(199,210,254,0))}.xxxl\:focus\:via-indigo-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#a5b4fc,var(--tw-gradient-to,rgba(165,180,252,0))}.xxxl\:focus\:via-indigo-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to,rgba(129,140,248,0))}.xxxl\:focus\:via-indigo-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to,rgba(99,102,241,0))}.xxxl\:focus\:via-indigo-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgba(79,70,229,0))}.xxxl\:focus\:via-indigo-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#4338ca,var(--tw-gradient-to,rgba(67,56,202,0))}.xxxl\:focus\:via-indigo-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#3730a3,var(--tw-gradient-to,rgba(55,48,163,0))}.xxxl\:focus\:via-indigo-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#312e81,var(--tw-gradient-to,rgba(49,46,129,0))}.xxxl\:focus\:via-purple-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#f5f3ff,var(--tw-gradient-to,rgba(245,243,255,0))}.xxxl\:focus\:via-purple-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#ede9fe,var(--tw-gradient-to,rgba(237,233,254,0))}.xxxl\:focus\:via-purple-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#ddd6fe,var(--tw-gradient-to,rgba(221,214,254,0))}.xxxl\:focus\:via-purple-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#c4b5fd,var(--tw-gradient-to,rgba(196,181,253,0))}.xxxl\:focus\:via-purple-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#a78bfa,var(--tw-gradient-to,rgba(167,139,250,0))}.xxxl\:focus\:via-purple-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6,var(--tw-gradient-to,rgba(139,92,246,0))}.xxxl\:focus\:via-purple-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#7c3aed,var(--tw-gradient-to,rgba(124,58,237,0))}.xxxl\:focus\:via-purple-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#6d28d9,var(--tw-gradient-to,rgba(109,40,217,0))}.xxxl\:focus\:via-purple-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#5b21b6,var(--tw-gradient-to,rgba(91,33,182,0))}.xxxl\:focus\:via-purple-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#4c1d95,var(--tw-gradient-to,rgba(76,29,149,0))}.xxxl\:focus\:via-pink-50:focus{--tw-gradient-stops:var(--tw-gradient-from),#fdf2f8,var(--tw-gradient-to,rgba(253,242,248,0))}.xxxl\:focus\:via-pink-100:focus{--tw-gradient-stops:var(--tw-gradient-from),#fce7f3,var(--tw-gradient-to,rgba(252,231,243,0))}.xxxl\:focus\:via-pink-200:focus{--tw-gradient-stops:var(--tw-gradient-from),#fbcfe8,var(--tw-gradient-to,rgba(251,207,232,0))}.xxxl\:focus\:via-pink-300:focus{--tw-gradient-stops:var(--tw-gradient-from),#f9a8d4,var(--tw-gradient-to,rgba(249,168,212,0))}.xxxl\:focus\:via-pink-400:focus{--tw-gradient-stops:var(--tw-gradient-from),#f472b6,var(--tw-gradient-to,rgba(244,114,182,0))}.xxxl\:focus\:via-pink-500:focus{--tw-gradient-stops:var(--tw-gradient-from),#ec4899,var(--tw-gradient-to,rgba(236,72,153,0))}.xxxl\:focus\:via-pink-600:focus{--tw-gradient-stops:var(--tw-gradient-from),#db2777,var(--tw-gradient-to,rgba(219,39,119,0))}.xxxl\:focus\:via-pink-700:focus{--tw-gradient-stops:var(--tw-gradient-from),#be185d,var(--tw-gradient-to,rgba(190,24,93,0))}.xxxl\:focus\:via-pink-800:focus{--tw-gradient-stops:var(--tw-gradient-from),#9d174d,var(--tw-gradient-to,rgba(157,23,77,0))}.xxxl\:focus\:via-pink-900:focus{--tw-gradient-stops:var(--tw-gradient-from),#831843,var(--tw-gradient-to,rgba(131,24,67,0))}.xxxl\:focus\:to-transparent:focus{--tw-gradient-to:transparent}.xxxl\:focus\:to-current:focus{--tw-gradient-to:currentColor}.xxxl\:focus\:to-black:focus{--tw-gradient-to:#000}.xxxl\:focus\:to-white:focus{--tw-gradient-to:#fff}.xxxl\:focus\:to-gray-50:focus{--tw-gradient-to:#f9fafb}.xxxl\:focus\:to-gray-100:focus{--tw-gradient-to:#f3f4f6}.xxxl\:focus\:to-gray-200:focus{--tw-gradient-to:#e5e7eb}.xxxl\:focus\:to-gray-300:focus{--tw-gradient-to:#d1d5db}.xxxl\:focus\:to-gray-400:focus{--tw-gradient-to:#9ca3af}.xxxl\:focus\:to-gray-500:focus{--tw-gradient-to:#6b7280}.xxxl\:focus\:to-gray-600:focus{--tw-gradient-to:#4b5563}.xxxl\:focus\:to-gray-700:focus{--tw-gradient-to:#374151}.xxxl\:focus\:to-gray-800:focus{--tw-gradient-to:#1f2937}.xxxl\:focus\:to-gray-900:focus{--tw-gradient-to:#111827}.xxxl\:focus\:to-red-50:focus{--tw-gradient-to:#fef2f2}.xxxl\:focus\:to-red-100:focus{--tw-gradient-to:#fee2e2}.xxxl\:focus\:to-red-200:focus{--tw-gradient-to:#fecaca}.xxxl\:focus\:to-red-300:focus{--tw-gradient-to:#fca5a5}.xxxl\:focus\:to-red-400:focus{--tw-gradient-to:#f87171}.xxxl\:focus\:to-red-500:focus{--tw-gradient-to:#ef4444}.xxxl\:focus\:to-red-600:focus{--tw-gradient-to:#dc2626}.xxxl\:focus\:to-red-700:focus{--tw-gradient-to:#b91c1c}.xxxl\:focus\:to-red-800:focus{--tw-gradient-to:#991b1b}.xxxl\:focus\:to-red-900:focus{--tw-gradient-to:#7f1d1d}.xxxl\:focus\:to-yellow-50:focus{--tw-gradient-to:#fffbeb}.xxxl\:focus\:to-yellow-100:focus{--tw-gradient-to:#fef3c7}.xxxl\:focus\:to-yellow-200:focus{--tw-gradient-to:#fde68a}.xxxl\:focus\:to-yellow-300:focus{--tw-gradient-to:#fcd34d}.xxxl\:focus\:to-yellow-400:focus{--tw-gradient-to:#fbbf24}.xxxl\:focus\:to-yellow-500:focus{--tw-gradient-to:#f59e0b}.xxxl\:focus\:to-yellow-600:focus{--tw-gradient-to:#d97706}.xxxl\:focus\:to-yellow-700:focus{--tw-gradient-to:#b45309}.xxxl\:focus\:to-yellow-800:focus{--tw-gradient-to:#92400e}.xxxl\:focus\:to-yellow-900:focus{--tw-gradient-to:#78350f}.xxxl\:focus\:to-green-50:focus{--tw-gradient-to:#ecfdf5}.xxxl\:focus\:to-green-100:focus{--tw-gradient-to:#d1fae5}.xxxl\:focus\:to-green-200:focus{--tw-gradient-to:#a7f3d0}.xxxl\:focus\:to-green-300:focus{--tw-gradient-to:#6ee7b7}.xxxl\:focus\:to-green-400:focus{--tw-gradient-to:#34d399}.xxxl\:focus\:to-green-500:focus{--tw-gradient-to:#10b981}.xxxl\:focus\:to-green-600:focus{--tw-gradient-to:#059669}.xxxl\:focus\:to-green-700:focus{--tw-gradient-to:#047857}.xxxl\:focus\:to-green-800:focus{--tw-gradient-to:#065f46}.xxxl\:focus\:to-green-900:focus{--tw-gradient-to:#064e3b}.xxxl\:focus\:to-blue-50:focus{--tw-gradient-to:#eff6ff}.xxxl\:focus\:to-blue-100:focus{--tw-gradient-to:#dbeafe}.xxxl\:focus\:to-blue-200:focus{--tw-gradient-to:#bfdbfe}.xxxl\:focus\:to-blue-300:focus{--tw-gradient-to:#93c5fd}.xxxl\:focus\:to-blue-400:focus{--tw-gradient-to:#60a5fa}.xxxl\:focus\:to-blue-500:focus{--tw-gradient-to:#3b82f6}.xxxl\:focus\:to-blue-600:focus{--tw-gradient-to:#2563eb}.xxxl\:focus\:to-blue-700:focus{--tw-gradient-to:#1d4ed8}.xxxl\:focus\:to-blue-800:focus{--tw-gradient-to:#1e40af}.xxxl\:focus\:to-blue-900:focus{--tw-gradient-to:#1e3a8a}.xxxl\:focus\:to-indigo-50:focus{--tw-gradient-to:#eef2ff}.xxxl\:focus\:to-indigo-100:focus{--tw-gradient-to:#e0e7ff}.xxxl\:focus\:to-indigo-200:focus{--tw-gradient-to:#c7d2fe}.xxxl\:focus\:to-indigo-300:focus{--tw-gradient-to:#a5b4fc}.xxxl\:focus\:to-indigo-400:focus{--tw-gradient-to:#818cf8}.xxxl\:focus\:to-indigo-500:focus{--tw-gradient-to:#6366f1}.xxxl\:focus\:to-indigo-600:focus{--tw-gradient-to:#4f46e5}.xxxl\:focus\:to-indigo-700:focus{--tw-gradient-to:#4338ca}.xxxl\:focus\:to-indigo-800:focus{--tw-gradient-to:#3730a3}.xxxl\:focus\:to-indigo-900:focus{--tw-gradient-to:#312e81}.xxxl\:focus\:to-purple-50:focus{--tw-gradient-to:#f5f3ff}.xxxl\:focus\:to-purple-100:focus{--tw-gradient-to:#ede9fe}.xxxl\:focus\:to-purple-200:focus{--tw-gradient-to:#ddd6fe}.xxxl\:focus\:to-purple-300:focus{--tw-gradient-to:#c4b5fd}.xxxl\:focus\:to-purple-400:focus{--tw-gradient-to:#a78bfa}.xxxl\:focus\:to-purple-500:focus{--tw-gradient-to:#8b5cf6}.xxxl\:focus\:to-purple-600:focus{--tw-gradient-to:#7c3aed}.xxxl\:focus\:to-purple-700:focus{--tw-gradient-to:#6d28d9}.xxxl\:focus\:to-purple-800:focus{--tw-gradient-to:#5b21b6}.xxxl\:focus\:to-purple-900:focus{--tw-gradient-to:#4c1d95}.xxxl\:focus\:to-pink-50:focus{--tw-gradient-to:#fdf2f8}.xxxl\:focus\:to-pink-100:focus{--tw-gradient-to:#fce7f3}.xxxl\:focus\:to-pink-200:focus{--tw-gradient-to:#fbcfe8}.xxxl\:focus\:to-pink-300:focus{--tw-gradient-to:#f9a8d4}.xxxl\:focus\:to-pink-400:focus{--tw-gradient-to:#f472b6}.xxxl\:focus\:to-pink-500:focus{--tw-gradient-to:#ec4899}.xxxl\:focus\:to-pink-600:focus{--tw-gradient-to:#db2777}.xxxl\:focus\:to-pink-700:focus{--tw-gradient-to:#be185d}.xxxl\:focus\:to-pink-800:focus{--tw-gradient-to:#9d174d}.xxxl\:focus\:to-pink-900:focus{--tw-gradient-to:#831843}.xxxl\:bg-opacity-0{--tw-bg-opacity:0}.xxxl\:bg-opacity-5{--tw-bg-opacity:.05}.xxxl\:bg-opacity-10{--tw-bg-opacity:.1}.xxxl\:bg-opacity-20{--tw-bg-opacity:.2}.xxxl\:bg-opacity-25{--tw-bg-opacity:.25}.xxxl\:bg-opacity-30{--tw-bg-opacity:.3}.xxxl\:bg-opacity-40{--tw-bg-opacity:.4}.xxxl\:bg-opacity-50{--tw-bg-opacity:.5}.xxxl\:bg-opacity-60{--tw-bg-opacity:.6}.xxxl\:bg-opacity-70{--tw-bg-opacity:.7}.xxxl\:bg-opacity-75{--tw-bg-opacity:.75}.xxxl\:bg-opacity-80{--tw-bg-opacity:.8}.xxxl\:bg-opacity-90{--tw-bg-opacity:.9}.xxxl\:bg-opacity-95{--tw-bg-opacity:.95}.xxxl\:bg-opacity-100{--tw-bg-opacity:1}.group:hover .xxxl\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .xxxl\:group-hover\:bg-opacity-5{--tw-bg-opacity:.05}.group:hover .xxxl\:group-hover\:bg-opacity-10{--tw-bg-opacity:.1}.group:hover .xxxl\:group-hover\:bg-opacity-20{--tw-bg-opacity:.2}.group:hover .xxxl\:group-hover\:bg-opacity-25{--tw-bg-opacity:.25}.group:hover .xxxl\:group-hover\:bg-opacity-30{--tw-bg-opacity:.3}.group:hover .xxxl\:group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.group:hover .xxxl\:group-hover\:bg-opacity-50{--tw-bg-opacity:.5}.group:hover .xxxl\:group-hover\:bg-opacity-60{--tw-bg-opacity:.6}.group:hover .xxxl\:group-hover\:bg-opacity-70{--tw-bg-opacity:.7}.group:hover .xxxl\:group-hover\:bg-opacity-75{--tw-bg-opacity:.75}.group:hover .xxxl\:group-hover\:bg-opacity-80{--tw-bg-opacity:.8}.group:hover .xxxl\:group-hover\:bg-opacity-90{--tw-bg-opacity:.9}.group:hover .xxxl\:group-hover\:bg-opacity-95{--tw-bg-opacity:.95}.group:hover .xxxl\:group-hover\:bg-opacity-100{--tw-bg-opacity:1}.xxxl\:focus-within\:bg-opacity-0:focus-within{--tw-bg-opacity:0}.xxxl\:focus-within\:bg-opacity-5:focus-within{--tw-bg-opacity:.05}.xxxl\:focus-within\:bg-opacity-10:focus-within{--tw-bg-opacity:.1}.xxxl\:focus-within\:bg-opacity-20:focus-within{--tw-bg-opacity:.2}.xxxl\:focus-within\:bg-opacity-25:focus-within{--tw-bg-opacity:.25}.xxxl\:focus-within\:bg-opacity-30:focus-within{--tw-bg-opacity:.3}.xxxl\:focus-within\:bg-opacity-40:focus-within{--tw-bg-opacity:.4}.xxxl\:focus-within\:bg-opacity-50:focus-within{--tw-bg-opacity:.5}.xxxl\:focus-within\:bg-opacity-60:focus-within{--tw-bg-opacity:.6}.xxxl\:focus-within\:bg-opacity-70:focus-within{--tw-bg-opacity:.7}.xxxl\:focus-within\:bg-opacity-75:focus-within{--tw-bg-opacity:.75}.xxxl\:focus-within\:bg-opacity-80:focus-within{--tw-bg-opacity:.8}.xxxl\:focus-within\:bg-opacity-90:focus-within{--tw-bg-opacity:.9}.xxxl\:focus-within\:bg-opacity-95:focus-within{--tw-bg-opacity:.95}.xxxl\:focus-within\:bg-opacity-100:focus-within{--tw-bg-opacity:1}.xxxl\:hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.xxxl\:hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.xxxl\:hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.xxxl\:hover\:bg-opacity-20:hover{--tw-bg-opacity:.2}.xxxl\:hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.xxxl\:hover\:bg-opacity-30:hover{--tw-bg-opacity:.3}.xxxl\:hover\:bg-opacity-40:hover{--tw-bg-opacity:.4}.xxxl\:hover\:bg-opacity-50:hover{--tw-bg-opacity:.5}.xxxl\:hover\:bg-opacity-60:hover{--tw-bg-opacity:.6}.xxxl\:hover\:bg-opacity-70:hover{--tw-bg-opacity:.7}.xxxl\:hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.xxxl\:hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.xxxl\:hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.xxxl\:hover\:bg-opacity-95:hover{--tw-bg-opacity:.95}.xxxl\:hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.xxxl\:focus\:bg-opacity-0:focus{--tw-bg-opacity:0}.xxxl\:focus\:bg-opacity-5:focus{--tw-bg-opacity:.05}.xxxl\:focus\:bg-opacity-10:focus{--tw-bg-opacity:.1}.xxxl\:focus\:bg-opacity-20:focus{--tw-bg-opacity:.2}.xxxl\:focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.xxxl\:focus\:bg-opacity-30:focus{--tw-bg-opacity:.3}.xxxl\:focus\:bg-opacity-40:focus{--tw-bg-opacity:.4}.xxxl\:focus\:bg-opacity-50:focus{--tw-bg-opacity:.5}.xxxl\:focus\:bg-opacity-60:focus{--tw-bg-opacity:.6}.xxxl\:focus\:bg-opacity-70:focus{--tw-bg-opacity:.7}.xxxl\:focus\:bg-opacity-75:focus{--tw-bg-opacity:.75}.xxxl\:focus\:bg-opacity-80:focus{--tw-bg-opacity:.8}.xxxl\:focus\:bg-opacity-90:focus{--tw-bg-opacity:.9}.xxxl\:focus\:bg-opacity-95:focus{--tw-bg-opacity:.95}.xxxl\:focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.xxxl\:bg-bottom{background-position:bottom}.xxxl\:bg-center{background-position:center}.xxxl\:bg-left{background-position:left}.xxxl\:bg-left-bottom{background-position:left bottom}.xxxl\:bg-left-top{background-position:left top}.xxxl\:bg-right{background-position:right}.xxxl\:bg-right-bottom{background-position:right bottom}.xxxl\:bg-right-top{background-position:right top}.xxxl\:bg-top{background-position:top}.xxxl\:bg-repeat{background-repeat:repeat}.xxxl\:bg-no-repeat{background-repeat:no-repeat}.xxxl\:bg-repeat-x{background-repeat:repeat-x}.xxxl\:bg-repeat-y{background-repeat:repeat-y}.xxxl\:bg-repeat-round{background-repeat:round}.xxxl\:bg-repeat-space{background-repeat:space}.xxxl\:bg-auto{background-size:auto}.xxxl\:bg-cover{background-size:cover}.xxxl\:bg-contain{background-size:contain}.xxxl\:border-collapse{border-collapse:collapse}.xxxl\:border-separate{border-collapse:separate}.xxxl\:border-transparent{border-color:transparent}.xxxl\:border-current{border-color:currentColor}.xxxl\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxxl\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxxl\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxxl\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxxl\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxxl\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxxl\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxxl\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxxl\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxxl\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxxl\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxxl\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxxl\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxxl\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxxl\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxxl\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxxl\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxxl\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxxl\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxxl\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxxl\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxxl\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxxl\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxxl\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxxl\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxxl\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxxl\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxxl\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxxl\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxxl\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxxl\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxxl\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxxl\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxxl\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxxl\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxxl\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxxl\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxxl\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxxl\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxxl\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxxl\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxxl\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxxl\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxxl\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxxl\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxxl\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxxl\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxxl\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxxl\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxxl\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxxl\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxxl\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxxl\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxxl\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxxl\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxxl\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxxl\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxxl\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxxl\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxxl\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxxl\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxxl\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxxl\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxxl\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxxl\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxxl\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxxl\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxxl\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxxl\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxxl\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxxl\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxxl\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxxl\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxxl\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxxl\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxxl\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxxl\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxxl\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxxl\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxxl\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxxl\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxxl\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-transparent{border-color:transparent}.group:hover .xxxl\:group-hover\:border-current{border-color:currentColor}.group:hover .xxxl\:group-hover\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.group:hover .xxxl\:group-hover\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxxl\:focus-within\:border-transparent:focus-within{border-color:transparent}.xxxl\:focus-within\:border-current:focus-within{border-color:currentColor}.xxxl\:focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxxl\:focus-within\:border-white:focus-within{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-50:focus-within{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-100:focus-within{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-300:focus-within{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-500:focus-within{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-600:focus-within{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-700:focus-within{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-800:focus-within{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxxl\:focus-within\:border-gray-900:focus-within{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-50:focus-within{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-200:focus-within{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-400:focus-within{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-600:focus-within{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-700:focus-within{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-800:focus-within{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxxl\:focus-within\:border-red-900:focus-within{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-50:focus-within{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-100:focus-within{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-200:focus-within{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-300:focus-within{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-400:focus-within{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-500:focus-within{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-600:focus-within{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-700:focus-within{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-800:focus-within{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxxl\:focus-within\:border-yellow-900:focus-within{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-50:focus-within{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-100:focus-within{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-200:focus-within{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-300:focus-within{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-400:focus-within{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-600:focus-within{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-700:focus-within{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-800:focus-within{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxxl\:focus-within\:border-green-900:focus-within{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-50:focus-within{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-100:focus-within{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-200:focus-within{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-400:focus-within{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-600:focus-within{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-700:focus-within{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-800:focus-within{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxxl\:focus-within\:border-blue-900:focus-within{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-50:focus-within{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-100:focus-within{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-200:focus-within{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-300:focus-within{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-400:focus-within{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-700:focus-within{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-800:focus-within{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxxl\:focus-within\:border-indigo-900:focus-within{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-50:focus-within{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-100:focus-within{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-200:focus-within{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-300:focus-within{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-400:focus-within{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-500:focus-within{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-600:focus-within{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-700:focus-within{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-800:focus-within{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxxl\:focus-within\:border-purple-900:focus-within{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-50:focus-within{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-100:focus-within{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-200:focus-within{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-300:focus-within{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-400:focus-within{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-500:focus-within{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-600:focus-within{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-700:focus-within{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-800:focus-within{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxxl\:focus-within\:border-pink-900:focus-within{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxxl\:hover\:border-transparent:hover{border-color:transparent}.xxxl\:hover\:border-current:hover{border-color:currentColor}.xxxl\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxxl\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxxl\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxxl\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxxl\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxxl\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxxl\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxxl\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxxl\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxxl\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxxl\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxxl\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxxl\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxxl\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxxl\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxxl\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxxl\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxxl\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxxl\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxxl\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxxl\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxxl\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxxl\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxxl\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxxl\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxxl\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxxl\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxxl\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxxl\:focus\:border-transparent:focus{border-color:transparent}.xxxl\:focus\:border-current:focus{border-color:currentColor}.xxxl\:focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xxxl\:focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.xxxl\:focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.xxxl\:focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.xxxl\:focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.xxxl\:focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.xxxl\:focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.xxxl\:focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.xxxl\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.xxxl\:focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.xxxl\:focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.xxxl\:focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.xxxl\:focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.xxxl\:focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.xxxl\:focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.xxxl\:focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.xxxl\:focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.xxxl\:focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.xxxl\:focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.xxxl\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.xxxl\:focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.xxxl\:focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.xxxl\:focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.xxxl\:focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.xxxl\:focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.xxxl\:focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-50:focus{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-100:focus{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-200:focus{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-300:focus{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-700:focus{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-800:focus{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.xxxl\:focus\:border-purple-900:focus{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-50:focus{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-100:focus{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-200:focus{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-300:focus{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-600:focus{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-700:focus{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-800:focus{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.xxxl\:focus\:border-pink-900:focus{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.xxxl\:border-opacity-0{--tw-border-opacity:0}.xxxl\:border-opacity-5{--tw-border-opacity:.05}.xxxl\:border-opacity-10{--tw-border-opacity:.1}.xxxl\:border-opacity-20{--tw-border-opacity:.2}.xxxl\:border-opacity-25{--tw-border-opacity:.25}.xxxl\:border-opacity-30{--tw-border-opacity:.3}.xxxl\:border-opacity-40{--tw-border-opacity:.4}.xxxl\:border-opacity-50{--tw-border-opacity:.5}.xxxl\:border-opacity-60{--tw-border-opacity:.6}.xxxl\:border-opacity-70{--tw-border-opacity:.7}.xxxl\:border-opacity-75{--tw-border-opacity:.75}.xxxl\:border-opacity-80{--tw-border-opacity:.8}.xxxl\:border-opacity-90{--tw-border-opacity:.9}.xxxl\:border-opacity-95{--tw-border-opacity:.95}.xxxl\:border-opacity-100{--tw-border-opacity:1}.group:hover .xxxl\:group-hover\:border-opacity-0{--tw-border-opacity:0}.group:hover .xxxl\:group-hover\:border-opacity-5{--tw-border-opacity:.05}.group:hover .xxxl\:group-hover\:border-opacity-10{--tw-border-opacity:.1}.group:hover .xxxl\:group-hover\:border-opacity-20{--tw-border-opacity:.2}.group:hover .xxxl\:group-hover\:border-opacity-25{--tw-border-opacity:.25}.group:hover .xxxl\:group-hover\:border-opacity-30{--tw-border-opacity:.3}.group:hover .xxxl\:group-hover\:border-opacity-40{--tw-border-opacity:.4}.group:hover .xxxl\:group-hover\:border-opacity-50{--tw-border-opacity:.5}.group:hover .xxxl\:group-hover\:border-opacity-60{--tw-border-opacity:.6}.group:hover .xxxl\:group-hover\:border-opacity-70{--tw-border-opacity:.7}.group:hover .xxxl\:group-hover\:border-opacity-75{--tw-border-opacity:.75}.group:hover .xxxl\:group-hover\:border-opacity-80{--tw-border-opacity:.8}.group:hover .xxxl\:group-hover\:border-opacity-90{--tw-border-opacity:.9}.group:hover .xxxl\:group-hover\:border-opacity-95{--tw-border-opacity:.95}.group:hover .xxxl\:group-hover\:border-opacity-100{--tw-border-opacity:1}.xxxl\:focus-within\:border-opacity-0:focus-within{--tw-border-opacity:0}.xxxl\:focus-within\:border-opacity-5:focus-within{--tw-border-opacity:.05}.xxxl\:focus-within\:border-opacity-10:focus-within{--tw-border-opacity:.1}.xxxl\:focus-within\:border-opacity-20:focus-within{--tw-border-opacity:.2}.xxxl\:focus-within\:border-opacity-25:focus-within{--tw-border-opacity:.25}.xxxl\:focus-within\:border-opacity-30:focus-within{--tw-border-opacity:.3}.xxxl\:focus-within\:border-opacity-40:focus-within{--tw-border-opacity:.4}.xxxl\:focus-within\:border-opacity-50:focus-within{--tw-border-opacity:.5}.xxxl\:focus-within\:border-opacity-60:focus-within{--tw-border-opacity:.6}.xxxl\:focus-within\:border-opacity-70:focus-within{--tw-border-opacity:.7}.xxxl\:focus-within\:border-opacity-75:focus-within{--tw-border-opacity:.75}.xxxl\:focus-within\:border-opacity-80:focus-within{--tw-border-opacity:.8}.xxxl\:focus-within\:border-opacity-90:focus-within{--tw-border-opacity:.9}.xxxl\:focus-within\:border-opacity-95:focus-within{--tw-border-opacity:.95}.xxxl\:focus-within\:border-opacity-100:focus-within{--tw-border-opacity:1}.xxxl\:hover\:border-opacity-0:hover{--tw-border-opacity:0}.xxxl\:hover\:border-opacity-5:hover{--tw-border-opacity:.05}.xxxl\:hover\:border-opacity-10:hover{--tw-border-opacity:.1}.xxxl\:hover\:border-opacity-20:hover{--tw-border-opacity:.2}.xxxl\:hover\:border-opacity-25:hover{--tw-border-opacity:.25}.xxxl\:hover\:border-opacity-30:hover{--tw-border-opacity:.3}.xxxl\:hover\:border-opacity-40:hover{--tw-border-opacity:.4}.xxxl\:hover\:border-opacity-50:hover{--tw-border-opacity:.5}.xxxl\:hover\:border-opacity-60:hover{--tw-border-opacity:.6}.xxxl\:hover\:border-opacity-70:hover{--tw-border-opacity:.7}.xxxl\:hover\:border-opacity-75:hover{--tw-border-opacity:.75}.xxxl\:hover\:border-opacity-80:hover{--tw-border-opacity:.8}.xxxl\:hover\:border-opacity-90:hover{--tw-border-opacity:.9}.xxxl\:hover\:border-opacity-95:hover{--tw-border-opacity:.95}.xxxl\:hover\:border-opacity-100:hover{--tw-border-opacity:1}.xxxl\:focus\:border-opacity-0:focus{--tw-border-opacity:0}.xxxl\:focus\:border-opacity-5:focus{--tw-border-opacity:.05}.xxxl\:focus\:border-opacity-10:focus{--tw-border-opacity:.1}.xxxl\:focus\:border-opacity-20:focus{--tw-border-opacity:.2}.xxxl\:focus\:border-opacity-25:focus{--tw-border-opacity:.25}.xxxl\:focus\:border-opacity-30:focus{--tw-border-opacity:.3}.xxxl\:focus\:border-opacity-40:focus{--tw-border-opacity:.4}.xxxl\:focus\:border-opacity-50:focus{--tw-border-opacity:.5}.xxxl\:focus\:border-opacity-60:focus{--tw-border-opacity:.6}.xxxl\:focus\:border-opacity-70:focus{--tw-border-opacity:.7}.xxxl\:focus\:border-opacity-75:focus{--tw-border-opacity:.75}.xxxl\:focus\:border-opacity-80:focus{--tw-border-opacity:.8}.xxxl\:focus\:border-opacity-90:focus{--tw-border-opacity:.9}.xxxl\:focus\:border-opacity-95:focus{--tw-border-opacity:.95}.xxxl\:focus\:border-opacity-100:focus{--tw-border-opacity:1}.xxxl\:rounded-none{border-radius:0}.xxxl\:rounded-sm{border-radius:.125rem}.xxxl\:rounded{border-radius:.25rem}.xxxl\:rounded-md{border-radius:.375rem}.xxxl\:rounded-lg{border-radius:.5rem}.xxxl\:rounded-xl{border-radius:.75rem}.xxxl\:rounded-2xl{border-radius:1rem}.xxxl\:rounded-3xl{border-radius:1.5rem}.xxxl\:rounded-full{border-radius:9999px}.xxxl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.xxxl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.xxxl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.xxxl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.xxxl\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xxxl\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.xxxl\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.xxxl\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.xxxl\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.xxxl\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.xxxl\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.xxxl\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.xxxl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.xxxl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.xxxl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.xxxl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.xxxl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xxxl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.xxxl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.xxxl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.xxxl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.xxxl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.xxxl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.xxxl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.xxxl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.xxxl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.xxxl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.xxxl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.xxxl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.xxxl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.xxxl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.xxxl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.xxxl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.xxxl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.xxxl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.xxxl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.xxxl\:rounded-tl-none{border-top-left-radius:0}.xxxl\:rounded-tr-none{border-top-right-radius:0}.xxxl\:rounded-br-none{border-bottom-right-radius:0}.xxxl\:rounded-bl-none{border-bottom-left-radius:0}.xxxl\:rounded-tl-sm{border-top-left-radius:.125rem}.xxxl\:rounded-tr-sm{border-top-right-radius:.125rem}.xxxl\:rounded-br-sm{border-bottom-right-radius:.125rem}.xxxl\:rounded-bl-sm{border-bottom-left-radius:.125rem}.xxxl\:rounded-tl{border-top-left-radius:.25rem}.xxxl\:rounded-tr{border-top-right-radius:.25rem}.xxxl\:rounded-br{border-bottom-right-radius:.25rem}.xxxl\:rounded-bl{border-bottom-left-radius:.25rem}.xxxl\:rounded-tl-md{border-top-left-radius:.375rem}.xxxl\:rounded-tr-md{border-top-right-radius:.375rem}.xxxl\:rounded-br-md{border-bottom-right-radius:.375rem}.xxxl\:rounded-bl-md{border-bottom-left-radius:.375rem}.xxxl\:rounded-tl-lg{border-top-left-radius:.5rem}.xxxl\:rounded-tr-lg{border-top-right-radius:.5rem}.xxxl\:rounded-br-lg{border-bottom-right-radius:.5rem}.xxxl\:rounded-bl-lg{border-bottom-left-radius:.5rem}.xxxl\:rounded-tl-xl{border-top-left-radius:.75rem}.xxxl\:rounded-tr-xl{border-top-right-radius:.75rem}.xxxl\:rounded-br-xl{border-bottom-right-radius:.75rem}.xxxl\:rounded-bl-xl{border-bottom-left-radius:.75rem}.xxxl\:rounded-tl-2xl{border-top-left-radius:1rem}.xxxl\:rounded-tr-2xl{border-top-right-radius:1rem}.xxxl\:rounded-br-2xl{border-bottom-right-radius:1rem}.xxxl\:rounded-bl-2xl{border-bottom-left-radius:1rem}.xxxl\:rounded-tl-3xl{border-top-left-radius:1.5rem}.xxxl\:rounded-tr-3xl{border-top-right-radius:1.5rem}.xxxl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.xxxl\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.xxxl\:rounded-tl-full{border-top-left-radius:9999px}.xxxl\:rounded-tr-full{border-top-right-radius:9999px}.xxxl\:rounded-br-full{border-bottom-right-radius:9999px}.xxxl\:rounded-bl-full{border-bottom-left-radius:9999px}.xxxl\:border-solid{border-style:solid}.xxxl\:border-dashed{border-style:dashed}.xxxl\:border-dotted{border-style:dotted}.xxxl\:border-double{border-style:double}.xxxl\:border-none{border-style:none}.xxxl\:border-0{border-width:0}.xxxl\:border-2{border-width:2px}.xxxl\:border-4{border-width:4px}.xxxl\:border-8{border-width:8px}.xxxl\:border{border-width:1px}.xxxl\:border-t-0{border-top-width:0}.xxxl\:border-r-0{border-right-width:0}.xxxl\:border-b-0{border-bottom-width:0}.xxxl\:border-l-0{border-left-width:0}.xxxl\:border-t-2{border-top-width:2px}.xxxl\:border-r-2{border-right-width:2px}.xxxl\:border-b-2{border-bottom-width:2px}.xxxl\:border-l-2{border-left-width:2px}.xxxl\:border-t-4{border-top-width:4px}.xxxl\:border-r-4{border-right-width:4px}.xxxl\:border-b-4{border-bottom-width:4px}.xxxl\:border-l-4{border-left-width:4px}.xxxl\:border-t-8{border-top-width:8px}.xxxl\:border-r-8{border-right-width:8px}.xxxl\:border-b-8{border-bottom-width:8px}.xxxl\:border-l-8{border-left-width:8px}.xxxl\:border-t{border-top-width:1px}.xxxl\:border-r{border-right-width:1px}.xxxl\:border-b{border-bottom-width:1px}.xxxl\:border-l{border-left-width:1px}.xxxl\:box-border{box-sizing:border-box}.xxxl\:box-content{box-sizing:content-box}.xxxl\:cursor-auto{cursor:auto}.xxxl\:cursor-default{cursor:default}.xxxl\:cursor-pointer{cursor:pointer}.xxxl\:cursor-wait{cursor:wait}.xxxl\:cursor-text{cursor:text}.xxxl\:cursor-move{cursor:move}.xxxl\:cursor-help{cursor:help}.xxxl\:cursor-not-allowed{cursor:not-allowed}.xxxl\:block{display:block}.xxxl\:inline-block{display:inline-block}.xxxl\:inline{display:inline}.xxxl\:flex{display:flex}.xxxl\:inline-flex{display:inline-flex}.xxxl\:table{display:table}.xxxl\:table-caption{display:table-caption}.xxxl\:table-cell{display:table-cell}.xxxl\:table-column{display:table-column}.xxxl\:table-column-group{display:table-column-group}.xxxl\:table-footer-group{display:table-footer-group}.xxxl\:table-header-group{display:table-header-group}.xxxl\:table-row-group{display:table-row-group}.xxxl\:table-row{display:table-row}.xxxl\:flow-root{display:flow-root}.xxxl\:grid{display:grid}.xxxl\:inline-grid{display:inline-grid}.xxxl\:contents{display:contents}.xxxl\:hidden{display:none}.xxxl\:flex-row{flex-direction:row}.xxxl\:flex-row-reverse{flex-direction:row-reverse}.xxxl\:flex-col{flex-direction:column}.xxxl\:flex-col-reverse{flex-direction:column-reverse}.xxxl\:flex-wrap{flex-wrap:wrap}.xxxl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xxxl\:flex-nowrap{flex-wrap:nowrap}.xxxl\:place-items-auto{place-items:auto}.xxxl\:place-items-start{place-items:start}.xxxl\:place-items-end{place-items:end}.xxxl\:place-items-center{place-items:center}.xxxl\:place-items-stretch{place-items:stretch}.xxxl\:place-content-center{place-content:center}.xxxl\:place-content-start{place-content:start}.xxxl\:place-content-end{place-content:end}.xxxl\:place-content-between{place-content:space-between}.xxxl\:place-content-around{place-content:space-around}.xxxl\:place-content-evenly{place-content:space-evenly}.xxxl\:place-content-stretch{place-content:stretch}.xxxl\:place-self-auto{place-self:auto}.xxxl\:place-self-start{place-self:start}.xxxl\:place-self-end{place-self:end}.xxxl\:place-self-center{place-self:center}.xxxl\:place-self-stretch{place-self:stretch}.xxxl\:items-start{align-items:flex-start}.xxxl\:items-end{align-items:flex-end}.xxxl\:items-center{align-items:center}.xxxl\:items-baseline{align-items:baseline}.xxxl\:items-stretch{align-items:stretch}.xxxl\:content-center{align-content:center}.xxxl\:content-start{align-content:flex-start}.xxxl\:content-end{align-content:flex-end}.xxxl\:content-between{align-content:space-between}.xxxl\:content-around{align-content:space-around}.xxxl\:content-evenly{align-content:space-evenly}.xxxl\:self-auto{align-self:auto}.xxxl\:self-start{align-self:flex-start}.xxxl\:self-end{align-self:flex-end}.xxxl\:self-center{align-self:center}.xxxl\:self-stretch{align-self:stretch}.xxxl\:justify-items-auto{justify-items:auto}.xxxl\:justify-items-start{justify-items:start}.xxxl\:justify-items-end{justify-items:end}.xxxl\:justify-items-center{justify-items:center}.xxxl\:justify-items-stretch{justify-items:stretch}.xxxl\:justify-start{justify-content:flex-start}.xxxl\:justify-end{justify-content:flex-end}.xxxl\:justify-center{justify-content:center}.xxxl\:justify-between{justify-content:space-between}.xxxl\:justify-around{justify-content:space-around}.xxxl\:justify-evenly{justify-content:space-evenly}.xxxl\:justify-self-auto{justify-self:auto}.xxxl\:justify-self-start{justify-self:start}.xxxl\:justify-self-end{justify-self:end}.xxxl\:justify-self-center{justify-self:center}.xxxl\:justify-self-stretch{justify-self:stretch}.xxxl\:flex-1{flex:1 1 0%}.xxxl\:flex-auto{flex:1 1 auto}.xxxl\:flex-initial{flex:0 1 auto}.xxxl\:flex-none{flex:none}.xxxl\:flex-grow-0{flex-grow:0}.xxxl\:flex-grow{flex-grow:1}.xxxl\:flex-shrink-0{flex-shrink:0}.xxxl\:flex-shrink{flex-shrink:1}.xxxl\:order-1{order:1}.xxxl\:order-2{order:2}.xxxl\:order-3{order:3}.xxxl\:order-4{order:4}.xxxl\:order-5{order:5}.xxxl\:order-6{order:6}.xxxl\:order-7{order:7}.xxxl\:order-8{order:8}.xxxl\:order-9{order:9}.xxxl\:order-10{order:10}.xxxl\:order-11{order:11}.xxxl\:order-12{order:12}.xxxl\:order-first{order:-9999}.xxxl\:order-last{order:9999}.xxxl\:order-none{order:0}.xxxl\:float-right{float:right}.xxxl\:float-left{float:left}.xxxl\:float-none{float:none}.xxxl\:clear-left{clear:left}.xxxl\:clear-right{clear:right}.xxxl\:clear-both{clear:both}.xxxl\:clear-none{clear:none}.xxxl\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.xxxl\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.xxxl\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.xxxl\:font-thin{font-weight:100}.xxxl\:font-extralight{font-weight:200}.xxxl\:font-light{font-weight:300}.xxxl\:font-normal{font-weight:400}.xxxl\:font-medium{font-weight:500}.xxxl\:font-semibold{font-weight:600}.xxxl\:font-bold{font-weight:700}.xxxl\:font-extrabold{font-weight:800}.xxxl\:font-black{font-weight:900}.xxxl\:h-0{height:0}.xxxl\:h-1{height:.25rem}.xxxl\:h-2{height:.5rem}.xxxl\:h-3{height:.75rem}.xxxl\:h-4{height:1rem}.xxxl\:h-5{height:1.25rem}.xxxl\:h-6{height:1.5rem}.xxxl\:h-7{height:1.75rem}.xxxl\:h-8{height:2rem}.xxxl\:h-9{height:2.25rem}.xxxl\:h-10{height:2.5rem}.xxxl\:h-11{height:2.75rem}.xxxl\:h-12{height:3rem}.xxxl\:h-14{height:3.5rem}.xxxl\:h-16{height:4rem}.xxxl\:h-20{height:5rem}.xxxl\:h-24{height:6rem}.xxxl\:h-28{height:7rem}.xxxl\:h-32{height:8rem}.xxxl\:h-36{height:9rem}.xxxl\:h-40{height:10rem}.xxxl\:h-44{height:11rem}.xxxl\:h-48{height:12rem}.xxxl\:h-52{height:13rem}.xxxl\:h-56{height:14rem}.xxxl\:h-60{height:15rem}.xxxl\:h-64{height:16rem}.xxxl\:h-72{height:18rem}.xxxl\:h-80{height:20rem}.xxxl\:h-96{height:24rem}.xxxl\:h-auto{height:auto}.xxxl\:h-px{height:1px}.xxxl\:h-0\.5{height:.125rem}.xxxl\:h-1\.5{height:.375rem}.xxxl\:h-2\.5{height:.625rem}.xxxl\:h-3\.5{height:.875rem}.xxxl\:h-gutter-1{height:.625rem}.xxxl\:h-gutter-2{height:1.25rem}.xxxl\:h-1\/2{height:50%}.xxxl\:h-1\/3{height:33.333333%}.xxxl\:h-2\/3{height:66.666667%}.xxxl\:h-1\/4{height:25%}.xxxl\:h-2\/4{height:50%}.xxxl\:h-3\/4{height:75%}.xxxl\:h-1\/5{height:20%}.xxxl\:h-2\/5{height:40%}.xxxl\:h-3\/5{height:60%}.xxxl\:h-4\/5{height:80%}.xxxl\:h-1\/6{height:16.666667%}.xxxl\:h-2\/6{height:33.333333%}.xxxl\:h-3\/6{height:50%}.xxxl\:h-4\/6{height:66.666667%}.xxxl\:h-5\/6{height:83.333333%}.xxxl\:h-full{height:100%}.xxxl\:h-screen{height:100vh}.xxxl\:text-xs{font-size:.75rem;line-height:1rem}.xxxl\:text-sm{font-size:.875rem;line-height:1.25rem}.xxxl\:text-base{font-size:1rem;line-height:1.5rem}.xxxl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xxxl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xxxl\:text-2xl{font-size:1.5rem;line-height:2rem}.xxxl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xxxl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xxxl\:text-5xl{font-size:3rem;line-height:1}.xxxl\:text-6xl{font-size:3.75rem;line-height:1}.xxxl\:text-7xl{font-size:4.5rem;line-height:1}.xxxl\:text-8xl{font-size:6rem;line-height:1}.xxxl\:text-9xl{font-size:8rem;line-height:1}.xxxl\:leading-3{line-height:.75rem}.xxxl\:leading-4{line-height:1rem}.xxxl\:leading-5{line-height:1.25rem}.xxxl\:leading-6{line-height:1.5rem}.xxxl\:leading-7{line-height:1.75rem}.xxxl\:leading-8{line-height:2rem}.xxxl\:leading-9{line-height:2.25rem}.xxxl\:leading-10{line-height:2.5rem}.xxxl\:leading-none{line-height:1}.xxxl\:leading-tight{line-height:1.25}.xxxl\:leading-snug{line-height:1.375}.xxxl\:leading-normal{line-height:1.5}.xxxl\:leading-relaxed{line-height:1.625}.xxxl\:leading-loose{line-height:2}.xxxl\:list-inside{list-style-position:inside}.xxxl\:list-outside{list-style-position:outside}.xxxl\:list-none{list-style-type:none}.xxxl\:list-disc{list-style-type:disc}.xxxl\:list-decimal{list-style-type:decimal}.xxxl\:m-0{margin:0}.xxxl\:m-1{margin:.25rem}.xxxl\:m-2{margin:.5rem}.xxxl\:m-3{margin:.75rem}.xxxl\:m-4{margin:1rem}.xxxl\:m-5{margin:1.25rem}.xxxl\:m-6{margin:1.5rem}.xxxl\:m-7{margin:1.75rem}.xxxl\:m-8{margin:2rem}.xxxl\:m-9{margin:2.25rem}.xxxl\:m-10{margin:2.5rem}.xxxl\:m-11{margin:2.75rem}.xxxl\:m-12{margin:3rem}.xxxl\:m-14{margin:3.5rem}.xxxl\:m-16{margin:4rem}.xxxl\:m-20{margin:5rem}.xxxl\:m-24{margin:6rem}.xxxl\:m-28{margin:7rem}.xxxl\:m-32{margin:8rem}.xxxl\:m-36{margin:9rem}.xxxl\:m-40{margin:10rem}.xxxl\:m-44{margin:11rem}.xxxl\:m-48{margin:12rem}.xxxl\:m-52{margin:13rem}.xxxl\:m-56{margin:14rem}.xxxl\:m-60{margin:15rem}.xxxl\:m-64{margin:16rem}.xxxl\:m-72{margin:18rem}.xxxl\:m-80{margin:20rem}.xxxl\:m-96{margin:24rem}.xxxl\:m-auto{margin:auto}.xxxl\:m-px{margin:1px}.xxxl\:m-0\.5{margin:.125rem}.xxxl\:m-1\.5{margin:.375rem}.xxxl\:m-2\.5{margin:.625rem}.xxxl\:m-3\.5{margin:.875rem}.xxxl\:m-gutter-1{margin:.625rem}.xxxl\:m-gutter-2{margin:1.25rem}.xxxl\:-m-0{margin:0}.xxxl\:-m-1{margin:-.25rem}.xxxl\:-m-2{margin:-.5rem}.xxxl\:-m-3{margin:-.75rem}.xxxl\:-m-4{margin:-1rem}.xxxl\:-m-5{margin:-1.25rem}.xxxl\:-m-6{margin:-1.5rem}.xxxl\:-m-7{margin:-1.75rem}.xxxl\:-m-8{margin:-2rem}.xxxl\:-m-9{margin:-2.25rem}.xxxl\:-m-10{margin:-2.5rem}.xxxl\:-m-11{margin:-2.75rem}.xxxl\:-m-12{margin:-3rem}.xxxl\:-m-14{margin:-3.5rem}.xxxl\:-m-16{margin:-4rem}.xxxl\:-m-20{margin:-5rem}.xxxl\:-m-24{margin:-6rem}.xxxl\:-m-28{margin:-7rem}.xxxl\:-m-32{margin:-8rem}.xxxl\:-m-36{margin:-9rem}.xxxl\:-m-40{margin:-10rem}.xxxl\:-m-44{margin:-11rem}.xxxl\:-m-48{margin:-12rem}.xxxl\:-m-52{margin:-13rem}.xxxl\:-m-56{margin:-14rem}.xxxl\:-m-60{margin:-15rem}.xxxl\:-m-64{margin:-16rem}.xxxl\:-m-72{margin:-18rem}.xxxl\:-m-80{margin:-20rem}.xxxl\:-m-96{margin:-24rem}.xxxl\:-m-px{margin:-1px}.xxxl\:-m-0\.5{margin:-.125rem}.xxxl\:-m-1\.5{margin:-.375rem}.xxxl\:-m-2\.5{margin:-.625rem}.xxxl\:-m-3\.5{margin:-.875rem}.xxxl\:-m-gutter-1{margin:-.625rem}.xxxl\:-m-gutter-2{margin:-1.25rem}.xxxl\:my-0{margin-top:0;margin-bottom:0}.xxxl\:mx-0{margin-left:0;margin-right:0}.xxxl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xxxl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xxxl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xxxl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xxxl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xxxl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xxxl\:my-4{margin-top:1rem;margin-bottom:1rem}.xxxl\:mx-4{margin-left:1rem;margin-right:1rem}.xxxl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xxxl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xxxl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xxxl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xxxl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xxxl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xxxl\:my-8{margin-top:2rem;margin-bottom:2rem}.xxxl\:mx-8{margin-left:2rem;margin-right:2rem}.xxxl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xxxl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.xxxl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xxxl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xxxl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.xxxl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.xxxl\:my-12{margin-top:3rem;margin-bottom:3rem}.xxxl\:mx-12{margin-left:3rem;margin-right:3rem}.xxxl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xxxl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.xxxl\:my-16{margin-top:4rem;margin-bottom:4rem}.xxxl\:mx-16{margin-left:4rem;margin-right:4rem}.xxxl\:my-20{margin-top:5rem;margin-bottom:5rem}.xxxl\:mx-20{margin-left:5rem;margin-right:5rem}.xxxl\:my-24{margin-top:6rem;margin-bottom:6rem}.xxxl\:mx-24{margin-left:6rem;margin-right:6rem}.xxxl\:my-28{margin-top:7rem;margin-bottom:7rem}.xxxl\:mx-28{margin-left:7rem;margin-right:7rem}.xxxl\:my-32{margin-top:8rem;margin-bottom:8rem}.xxxl\:mx-32{margin-left:8rem;margin-right:8rem}.xxxl\:my-36{margin-top:9rem;margin-bottom:9rem}.xxxl\:mx-36{margin-left:9rem;margin-right:9rem}.xxxl\:my-40{margin-top:10rem;margin-bottom:10rem}.xxxl\:mx-40{margin-left:10rem;margin-right:10rem}.xxxl\:my-44{margin-top:11rem;margin-bottom:11rem}.xxxl\:mx-44{margin-left:11rem;margin-right:11rem}.xxxl\:my-48{margin-top:12rem;margin-bottom:12rem}.xxxl\:mx-48{margin-left:12rem;margin-right:12rem}.xxxl\:my-52{margin-top:13rem;margin-bottom:13rem}.xxxl\:mx-52{margin-left:13rem;margin-right:13rem}.xxxl\:my-56{margin-top:14rem;margin-bottom:14rem}.xxxl\:mx-56{margin-left:14rem;margin-right:14rem}.xxxl\:my-60{margin-top:15rem;margin-bottom:15rem}.xxxl\:mx-60{margin-left:15rem;margin-right:15rem}.xxxl\:my-64{margin-top:16rem;margin-bottom:16rem}.xxxl\:mx-64{margin-left:16rem;margin-right:16rem}.xxxl\:my-72{margin-top:18rem;margin-bottom:18rem}.xxxl\:mx-72{margin-left:18rem;margin-right:18rem}.xxxl\:my-80{margin-top:20rem;margin-bottom:20rem}.xxxl\:mx-80{margin-left:20rem;margin-right:20rem}.xxxl\:my-96{margin-top:24rem;margin-bottom:24rem}.xxxl\:mx-96{margin-left:24rem;margin-right:24rem}.xxxl\:my-auto{margin-top:auto;margin-bottom:auto}.xxxl\:mx-auto{margin-left:auto;margin-right:auto}.xxxl\:my-px{margin-top:1px;margin-bottom:1px}.xxxl\:mx-px{margin-left:1px;margin-right:1px}.xxxl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.xxxl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.xxxl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.xxxl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.xxxl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.xxxl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.xxxl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.xxxl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.xxxl\:my-gutter-1{margin-top:.625rem;margin-bottom:.625rem}.xxxl\:mx-gutter-1{margin-left:.625rem;margin-right:.625rem}.xxxl\:my-gutter-2{margin-top:1.25rem;margin-bottom:1.25rem}.xxxl\:mx-gutter-2{margin-left:1.25rem;margin-right:1.25rem}.xxxl\:-my-0{margin-top:0;margin-bottom:0}.xxxl\:-mx-0{margin-left:0;margin-right:0}.xxxl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xxxl\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.xxxl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xxxl\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.xxxl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xxxl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.xxxl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xxxl\:-mx-4{margin-left:-1rem;margin-right:-1rem}.xxxl\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.xxxl\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.xxxl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xxxl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.xxxl\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.xxxl\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.xxxl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xxxl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xxxl\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.xxxl\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.xxxl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xxxl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.xxxl\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.xxxl\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.xxxl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xxxl\:-mx-12{margin-left:-3rem;margin-right:-3rem}.xxxl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.xxxl\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.xxxl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xxxl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.xxxl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xxxl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.xxxl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xxxl\:-mx-24{margin-left:-6rem;margin-right:-6rem}.xxxl\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.xxxl\:-mx-28{margin-left:-7rem;margin-right:-7rem}.xxxl\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.xxxl\:-mx-32{margin-left:-8rem;margin-right:-8rem}.xxxl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.xxxl\:-mx-36{margin-left:-9rem;margin-right:-9rem}.xxxl\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.xxxl\:-mx-40{margin-left:-10rem;margin-right:-10rem}.xxxl\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.xxxl\:-mx-44{margin-left:-11rem;margin-right:-11rem}.xxxl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xxxl\:-mx-48{margin-left:-12rem;margin-right:-12rem}.xxxl\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.xxxl\:-mx-52{margin-left:-13rem;margin-right:-13rem}.xxxl\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.xxxl\:-mx-56{margin-left:-14rem;margin-right:-14rem}.xxxl\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.xxxl\:-mx-60{margin-left:-15rem;margin-right:-15rem}.xxxl\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.xxxl\:-mx-64{margin-left:-16rem;margin-right:-16rem}.xxxl\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.xxxl\:-mx-72{margin-left:-18rem;margin-right:-18rem}.xxxl\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.xxxl\:-mx-80{margin-left:-20rem;margin-right:-20rem}.xxxl\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.xxxl\:-mx-96{margin-left:-24rem;margin-right:-24rem}.xxxl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xxxl\:-mx-px{margin-left:-1px;margin-right:-1px}.xxxl\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.xxxl\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.xxxl\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.xxxl\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.xxxl\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.xxxl\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.xxxl\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.xxxl\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.xxxl\:-my-gutter-1{margin-top:-.625rem;margin-bottom:-.625rem}.xxxl\:-mx-gutter-1{margin-left:-.625rem;margin-right:-.625rem}.xxxl\:-my-gutter-2{margin-top:-1.25rem;margin-bottom:-1.25rem}.xxxl\:-mx-gutter-2{margin-left:-1.25rem;margin-right:-1.25rem}.xxxl\:mt-0{margin-top:0}.xxxl\:mr-0{margin-right:0}.xxxl\:mb-0{margin-bottom:0}.xxxl\:ml-0{margin-left:0}.xxxl\:mt-1{margin-top:.25rem}.xxxl\:mr-1{margin-right:.25rem}.xxxl\:mb-1{margin-bottom:.25rem}.xxxl\:ml-1{margin-left:.25rem}.xxxl\:mt-2{margin-top:.5rem}.xxxl\:mr-2{margin-right:.5rem}.xxxl\:mb-2{margin-bottom:.5rem}.xxxl\:ml-2{margin-left:.5rem}.xxxl\:mt-3{margin-top:.75rem}.xxxl\:mr-3{margin-right:.75rem}.xxxl\:mb-3{margin-bottom:.75rem}.xxxl\:ml-3{margin-left:.75rem}.xxxl\:mt-4{margin-top:1rem}.xxxl\:mr-4{margin-right:1rem}.xxxl\:mb-4{margin-bottom:1rem}.xxxl\:ml-4{margin-left:1rem}.xxxl\:mt-5{margin-top:1.25rem}.xxxl\:mr-5{margin-right:1.25rem}.xxxl\:mb-5{margin-bottom:1.25rem}.xxxl\:ml-5{margin-left:1.25rem}.xxxl\:mt-6{margin-top:1.5rem}.xxxl\:mr-6{margin-right:1.5rem}.xxxl\:mb-6{margin-bottom:1.5rem}.xxxl\:ml-6{margin-left:1.5rem}.xxxl\:mt-7{margin-top:1.75rem}.xxxl\:mr-7{margin-right:1.75rem}.xxxl\:mb-7{margin-bottom:1.75rem}.xxxl\:ml-7{margin-left:1.75rem}.xxxl\:mt-8{margin-top:2rem}.xxxl\:mr-8{margin-right:2rem}.xxxl\:mb-8{margin-bottom:2rem}.xxxl\:ml-8{margin-left:2rem}.xxxl\:mt-9{margin-top:2.25rem}.xxxl\:mr-9{margin-right:2.25rem}.xxxl\:mb-9{margin-bottom:2.25rem}.xxxl\:ml-9{margin-left:2.25rem}.xxxl\:mt-10{margin-top:2.5rem}.xxxl\:mr-10{margin-right:2.5rem}.xxxl\:mb-10{margin-bottom:2.5rem}.xxxl\:ml-10{margin-left:2.5rem}.xxxl\:mt-11{margin-top:2.75rem}.xxxl\:mr-11{margin-right:2.75rem}.xxxl\:mb-11{margin-bottom:2.75rem}.xxxl\:ml-11{margin-left:2.75rem}.xxxl\:mt-12{margin-top:3rem}.xxxl\:mr-12{margin-right:3rem}.xxxl\:mb-12{margin-bottom:3rem}.xxxl\:ml-12{margin-left:3rem}.xxxl\:mt-14{margin-top:3.5rem}.xxxl\:mr-14{margin-right:3.5rem}.xxxl\:mb-14{margin-bottom:3.5rem}.xxxl\:ml-14{margin-left:3.5rem}.xxxl\:mt-16{margin-top:4rem}.xxxl\:mr-16{margin-right:4rem}.xxxl\:mb-16{margin-bottom:4rem}.xxxl\:ml-16{margin-left:4rem}.xxxl\:mt-20{margin-top:5rem}.xxxl\:mr-20{margin-right:5rem}.xxxl\:mb-20{margin-bottom:5rem}.xxxl\:ml-20{margin-left:5rem}.xxxl\:mt-24{margin-top:6rem}.xxxl\:mr-24{margin-right:6rem}.xxxl\:mb-24{margin-bottom:6rem}.xxxl\:ml-24{margin-left:6rem}.xxxl\:mt-28{margin-top:7rem}.xxxl\:mr-28{margin-right:7rem}.xxxl\:mb-28{margin-bottom:7rem}.xxxl\:ml-28{margin-left:7rem}.xxxl\:mt-32{margin-top:8rem}.xxxl\:mr-32{margin-right:8rem}.xxxl\:mb-32{margin-bottom:8rem}.xxxl\:ml-32{margin-left:8rem}.xxxl\:mt-36{margin-top:9rem}.xxxl\:mr-36{margin-right:9rem}.xxxl\:mb-36{margin-bottom:9rem}.xxxl\:ml-36{margin-left:9rem}.xxxl\:mt-40{margin-top:10rem}.xxxl\:mr-40{margin-right:10rem}.xxxl\:mb-40{margin-bottom:10rem}.xxxl\:ml-40{margin-left:10rem}.xxxl\:mt-44{margin-top:11rem}.xxxl\:mr-44{margin-right:11rem}.xxxl\:mb-44{margin-bottom:11rem}.xxxl\:ml-44{margin-left:11rem}.xxxl\:mt-48{margin-top:12rem}.xxxl\:mr-48{margin-right:12rem}.xxxl\:mb-48{margin-bottom:12rem}.xxxl\:ml-48{margin-left:12rem}.xxxl\:mt-52{margin-top:13rem}.xxxl\:mr-52{margin-right:13rem}.xxxl\:mb-52{margin-bottom:13rem}.xxxl\:ml-52{margin-left:13rem}.xxxl\:mt-56{margin-top:14rem}.xxxl\:mr-56{margin-right:14rem}.xxxl\:mb-56{margin-bottom:14rem}.xxxl\:ml-56{margin-left:14rem}.xxxl\:mt-60{margin-top:15rem}.xxxl\:mr-60{margin-right:15rem}.xxxl\:mb-60{margin-bottom:15rem}.xxxl\:ml-60{margin-left:15rem}.xxxl\:mt-64{margin-top:16rem}.xxxl\:mr-64{margin-right:16rem}.xxxl\:mb-64{margin-bottom:16rem}.xxxl\:ml-64{margin-left:16rem}.xxxl\:mt-72{margin-top:18rem}.xxxl\:mr-72{margin-right:18rem}.xxxl\:mb-72{margin-bottom:18rem}.xxxl\:ml-72{margin-left:18rem}.xxxl\:mt-80{margin-top:20rem}.xxxl\:mr-80{margin-right:20rem}.xxxl\:mb-80{margin-bottom:20rem}.xxxl\:ml-80{margin-left:20rem}.xxxl\:mt-96{margin-top:24rem}.xxxl\:mr-96{margin-right:24rem}.xxxl\:mb-96{margin-bottom:24rem}.xxxl\:ml-96{margin-left:24rem}.xxxl\:mt-auto{margin-top:auto}.xxxl\:mr-auto{margin-right:auto}.xxxl\:mb-auto{margin-bottom:auto}.xxxl\:ml-auto{margin-left:auto}.xxxl\:mt-px{margin-top:1px}.xxxl\:mr-px{margin-right:1px}.xxxl\:mb-px{margin-bottom:1px}.xxxl\:ml-px{margin-left:1px}.xxxl\:mt-0\.5{margin-top:.125rem}.xxxl\:mr-0\.5{margin-right:.125rem}.xxxl\:mb-0\.5{margin-bottom:.125rem}.xxxl\:ml-0\.5{margin-left:.125rem}.xxxl\:mt-1\.5{margin-top:.375rem}.xxxl\:mr-1\.5{margin-right:.375rem}.xxxl\:mb-1\.5{margin-bottom:.375rem}.xxxl\:ml-1\.5{margin-left:.375rem}.xxxl\:mt-2\.5{margin-top:.625rem}.xxxl\:mr-2\.5{margin-right:.625rem}.xxxl\:mb-2\.5{margin-bottom:.625rem}.xxxl\:ml-2\.5{margin-left:.625rem}.xxxl\:mt-3\.5{margin-top:.875rem}.xxxl\:mr-3\.5{margin-right:.875rem}.xxxl\:mb-3\.5{margin-bottom:.875rem}.xxxl\:ml-3\.5{margin-left:.875rem}.xxxl\:mt-gutter-1{margin-top:.625rem}.xxxl\:mr-gutter-1{margin-right:.625rem}.xxxl\:mb-gutter-1{margin-bottom:.625rem}.xxxl\:ml-gutter-1{margin-left:.625rem}.xxxl\:mt-gutter-2{margin-top:1.25rem}.xxxl\:mr-gutter-2{margin-right:1.25rem}.xxxl\:mb-gutter-2{margin-bottom:1.25rem}.xxxl\:ml-gutter-2{margin-left:1.25rem}.xxxl\:-mt-0{margin-top:0}.xxxl\:-mr-0{margin-right:0}.xxxl\:-mb-0{margin-bottom:0}.xxxl\:-ml-0{margin-left:0}.xxxl\:-mt-1{margin-top:-.25rem}.xxxl\:-mr-1{margin-right:-.25rem}.xxxl\:-mb-1{margin-bottom:-.25rem}.xxxl\:-ml-1{margin-left:-.25rem}.xxxl\:-mt-2{margin-top:-.5rem}.xxxl\:-mr-2{margin-right:-.5rem}.xxxl\:-mb-2{margin-bottom:-.5rem}.xxxl\:-ml-2{margin-left:-.5rem}.xxxl\:-mt-3{margin-top:-.75rem}.xxxl\:-mr-3{margin-right:-.75rem}.xxxl\:-mb-3{margin-bottom:-.75rem}.xxxl\:-ml-3{margin-left:-.75rem}.xxxl\:-mt-4{margin-top:-1rem}.xxxl\:-mr-4{margin-right:-1rem}.xxxl\:-mb-4{margin-bottom:-1rem}.xxxl\:-ml-4{margin-left:-1rem}.xxxl\:-mt-5{margin-top:-1.25rem}.xxxl\:-mr-5{margin-right:-1.25rem}.xxxl\:-mb-5{margin-bottom:-1.25rem}.xxxl\:-ml-5{margin-left:-1.25rem}.xxxl\:-mt-6{margin-top:-1.5rem}.xxxl\:-mr-6{margin-right:-1.5rem}.xxxl\:-mb-6{margin-bottom:-1.5rem}.xxxl\:-ml-6{margin-left:-1.5rem}.xxxl\:-mt-7{margin-top:-1.75rem}.xxxl\:-mr-7{margin-right:-1.75rem}.xxxl\:-mb-7{margin-bottom:-1.75rem}.xxxl\:-ml-7{margin-left:-1.75rem}.xxxl\:-mt-8{margin-top:-2rem}.xxxl\:-mr-8{margin-right:-2rem}.xxxl\:-mb-8{margin-bottom:-2rem}.xxxl\:-ml-8{margin-left:-2rem}.xxxl\:-mt-9{margin-top:-2.25rem}.xxxl\:-mr-9{margin-right:-2.25rem}.xxxl\:-mb-9{margin-bottom:-2.25rem}.xxxl\:-ml-9{margin-left:-2.25rem}.xxxl\:-mt-10{margin-top:-2.5rem}.xxxl\:-mr-10{margin-right:-2.5rem}.xxxl\:-mb-10{margin-bottom:-2.5rem}.xxxl\:-ml-10{margin-left:-2.5rem}.xxxl\:-mt-11{margin-top:-2.75rem}.xxxl\:-mr-11{margin-right:-2.75rem}.xxxl\:-mb-11{margin-bottom:-2.75rem}.xxxl\:-ml-11{margin-left:-2.75rem}.xxxl\:-mt-12{margin-top:-3rem}.xxxl\:-mr-12{margin-right:-3rem}.xxxl\:-mb-12{margin-bottom:-3rem}.xxxl\:-ml-12{margin-left:-3rem}.xxxl\:-mt-14{margin-top:-3.5rem}.xxxl\:-mr-14{margin-right:-3.5rem}.xxxl\:-mb-14{margin-bottom:-3.5rem}.xxxl\:-ml-14{margin-left:-3.5rem}.xxxl\:-mt-16{margin-top:-4rem}.xxxl\:-mr-16{margin-right:-4rem}.xxxl\:-mb-16{margin-bottom:-4rem}.xxxl\:-ml-16{margin-left:-4rem}.xxxl\:-mt-20{margin-top:-5rem}.xxxl\:-mr-20{margin-right:-5rem}.xxxl\:-mb-20{margin-bottom:-5rem}.xxxl\:-ml-20{margin-left:-5rem}.xxxl\:-mt-24{margin-top:-6rem}.xxxl\:-mr-24{margin-right:-6rem}.xxxl\:-mb-24{margin-bottom:-6rem}.xxxl\:-ml-24{margin-left:-6rem}.xxxl\:-mt-28{margin-top:-7rem}.xxxl\:-mr-28{margin-right:-7rem}.xxxl\:-mb-28{margin-bottom:-7rem}.xxxl\:-ml-28{margin-left:-7rem}.xxxl\:-mt-32{margin-top:-8rem}.xxxl\:-mr-32{margin-right:-8rem}.xxxl\:-mb-32{margin-bottom:-8rem}.xxxl\:-ml-32{margin-left:-8rem}.xxxl\:-mt-36{margin-top:-9rem}.xxxl\:-mr-36{margin-right:-9rem}.xxxl\:-mb-36{margin-bottom:-9rem}.xxxl\:-ml-36{margin-left:-9rem}.xxxl\:-mt-40{margin-top:-10rem}.xxxl\:-mr-40{margin-right:-10rem}.xxxl\:-mb-40{margin-bottom:-10rem}.xxxl\:-ml-40{margin-left:-10rem}.xxxl\:-mt-44{margin-top:-11rem}.xxxl\:-mr-44{margin-right:-11rem}.xxxl\:-mb-44{margin-bottom:-11rem}.xxxl\:-ml-44{margin-left:-11rem}.xxxl\:-mt-48{margin-top:-12rem}.xxxl\:-mr-48{margin-right:-12rem}.xxxl\:-mb-48{margin-bottom:-12rem}.xxxl\:-ml-48{margin-left:-12rem}.xxxl\:-mt-52{margin-top:-13rem}.xxxl\:-mr-52{margin-right:-13rem}.xxxl\:-mb-52{margin-bottom:-13rem}.xxxl\:-ml-52{margin-left:-13rem}.xxxl\:-mt-56{margin-top:-14rem}.xxxl\:-mr-56{margin-right:-14rem}.xxxl\:-mb-56{margin-bottom:-14rem}.xxxl\:-ml-56{margin-left:-14rem}.xxxl\:-mt-60{margin-top:-15rem}.xxxl\:-mr-60{margin-right:-15rem}.xxxl\:-mb-60{margin-bottom:-15rem}.xxxl\:-ml-60{margin-left:-15rem}.xxxl\:-mt-64{margin-top:-16rem}.xxxl\:-mr-64{margin-right:-16rem}.xxxl\:-mb-64{margin-bottom:-16rem}.xxxl\:-ml-64{margin-left:-16rem}.xxxl\:-mt-72{margin-top:-18rem}.xxxl\:-mr-72{margin-right:-18rem}.xxxl\:-mb-72{margin-bottom:-18rem}.xxxl\:-ml-72{margin-left:-18rem}.xxxl\:-mt-80{margin-top:-20rem}.xxxl\:-mr-80{margin-right:-20rem}.xxxl\:-mb-80{margin-bottom:-20rem}.xxxl\:-ml-80{margin-left:-20rem}.xxxl\:-mt-96{margin-top:-24rem}.xxxl\:-mr-96{margin-right:-24rem}.xxxl\:-mb-96{margin-bottom:-24rem}.xxxl\:-ml-96{margin-left:-24rem}.xxxl\:-mt-px{margin-top:-1px}.xxxl\:-mr-px{margin-right:-1px}.xxxl\:-mb-px{margin-bottom:-1px}.xxxl\:-ml-px{margin-left:-1px}.xxxl\:-mt-0\.5{margin-top:-.125rem}.xxxl\:-mr-0\.5{margin-right:-.125rem}.xxxl\:-mb-0\.5{margin-bottom:-.125rem}.xxxl\:-ml-0\.5{margin-left:-.125rem}.xxxl\:-mt-1\.5{margin-top:-.375rem}.xxxl\:-mr-1\.5{margin-right:-.375rem}.xxxl\:-mb-1\.5{margin-bottom:-.375rem}.xxxl\:-ml-1\.5{margin-left:-.375rem}.xxxl\:-mt-2\.5{margin-top:-.625rem}.xxxl\:-mr-2\.5{margin-right:-.625rem}.xxxl\:-mb-2\.5{margin-bottom:-.625rem}.xxxl\:-ml-2\.5{margin-left:-.625rem}.xxxl\:-mt-3\.5{margin-top:-.875rem}.xxxl\:-mr-3\.5{margin-right:-.875rem}.xxxl\:-mb-3\.5{margin-bottom:-.875rem}.xxxl\:-ml-3\.5{margin-left:-.875rem}.xxxl\:-mt-gutter-1{margin-top:-.625rem}.xxxl\:-mr-gutter-1{margin-right:-.625rem}.xxxl\:-mb-gutter-1{margin-bottom:-.625rem}.xxxl\:-ml-gutter-1{margin-left:-.625rem}.xxxl\:-mt-gutter-2{margin-top:-1.25rem}.xxxl\:-mr-gutter-2{margin-right:-1.25rem}.xxxl\:-mb-gutter-2{margin-bottom:-1.25rem}.xxxl\:-ml-gutter-2{margin-left:-1.25rem}.xxxl\:max-h-0{max-height:0px}.xxxl\:max-h-1{max-height:.25rem}.xxxl\:max-h-2{max-height:.5rem}.xxxl\:max-h-3{max-height:.75rem}.xxxl\:max-h-4{max-height:1rem}.xxxl\:max-h-5{max-height:1.25rem}.xxxl\:max-h-6{max-height:1.5rem}.xxxl\:max-h-7{max-height:1.75rem}.xxxl\:max-h-8{max-height:2rem}.xxxl\:max-h-9{max-height:2.25rem}.xxxl\:max-h-10{max-height:2.5rem}.xxxl\:max-h-11{max-height:2.75rem}.xxxl\:max-h-12{max-height:3rem}.xxxl\:max-h-14{max-height:3.5rem}.xxxl\:max-h-16{max-height:4rem}.xxxl\:max-h-20{max-height:5rem}.xxxl\:max-h-24{max-height:6rem}.xxxl\:max-h-28{max-height:7rem}.xxxl\:max-h-32{max-height:8rem}.xxxl\:max-h-36{max-height:9rem}.xxxl\:max-h-40{max-height:10rem}.xxxl\:max-h-44{max-height:11rem}.xxxl\:max-h-48{max-height:12rem}.xxxl\:max-h-52{max-height:13rem}.xxxl\:max-h-56{max-height:14rem}.xxxl\:max-h-60{max-height:15rem}.xxxl\:max-h-64{max-height:16rem}.xxxl\:max-h-72{max-height:18rem}.xxxl\:max-h-80{max-height:20rem}.xxxl\:max-h-96{max-height:24rem}.xxxl\:max-h-px{max-height:1px}.xxxl\:max-h-0\.5{max-height:.125rem}.xxxl\:max-h-1\.5{max-height:.375rem}.xxxl\:max-h-2\.5{max-height:.625rem}.xxxl\:max-h-3\.5{max-height:.875rem}.xxxl\:max-h-gutter-1{max-height:.625rem}.xxxl\:max-h-gutter-2{max-height:1.25rem}.xxxl\:max-h-full{max-height:100%}.xxxl\:max-h-screen{max-height:100vh}.xxxl\:max-w-0{max-width:0}.xxxl\:max-w-none{max-width:none}.xxxl\:max-w-xs{max-width:20rem}.xxxl\:max-w-sm{max-width:24rem}.xxxl\:max-w-md{max-width:28rem}.xxxl\:max-w-lg{max-width:32rem}.xxxl\:max-w-xl{max-width:36rem}.xxxl\:max-w-2xl{max-width:42rem}.xxxl\:max-w-3xl{max-width:48rem}.xxxl\:max-w-4xl{max-width:56rem}.xxxl\:max-w-5xl{max-width:64rem}.xxxl\:max-w-6xl{max-width:72rem}.xxxl\:max-w-7xl{max-width:80rem}.xxxl\:max-w-full{max-width:100%}.xxxl\:max-w-min{max-width:-moz-min-content;max-width:min-content}.xxxl\:max-w-max{max-width:-moz-max-content;max-width:max-content}.xxxl\:max-w-prose{max-width:65ch}.xxxl\:max-w-screen-sm{max-width:576px}.xxxl\:max-w-screen-md{max-width:768px}.xxxl\:max-w-screen-lg{max-width:1024px}.xxxl\:max-w-screen-xl{max-width:1440px}.xxxl\:max-w-screen-xxl{max-width:1600px}.xxxl\:max-w-screen-xxxl{max-width:1920px}.xxxl\:min-h-0{min-height:0px}.xxxl\:min-h-full{min-height:100%}.xxxl\:min-h-screen{min-height:100vh}.xxxl\:min-w-0{min-width:0}.xxxl\:min-w-full{min-width:100%}.xxxl\:min-w-min{min-width:-moz-min-content;min-width:min-content}.xxxl\:min-w-max{min-width:-moz-max-content;min-width:max-content}.xxxl\:object-contain{-o-object-fit:contain;object-fit:contain}.xxxl\:object-cover{-o-object-fit:cover;object-fit:cover}.xxxl\:object-fill{-o-object-fit:fill;object-fit:fill}.xxxl\:object-none{-o-object-fit:none;object-fit:none}.xxxl\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.xxxl\:object-bottom{-o-object-position:bottom;object-position:bottom}.xxxl\:object-center{-o-object-position:center;object-position:center}.xxxl\:object-left{-o-object-position:left;object-position:left}.xxxl\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.xxxl\:object-left-top{-o-object-position:left top;object-position:left top}.xxxl\:object-right{-o-object-position:right;object-position:right}.xxxl\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.xxxl\:object-right-top{-o-object-position:right top;object-position:right top}.xxxl\:object-top{-o-object-position:top;object-position:top}.xxxl\:opacity-0{opacity:0}.xxxl\:opacity-5{opacity:.05}.xxxl\:opacity-10{opacity:.1}.xxxl\:opacity-20{opacity:.2}.xxxl\:opacity-25{opacity:.25}.xxxl\:opacity-30{opacity:.3}.xxxl\:opacity-40{opacity:.4}.xxxl\:opacity-50{opacity:.5}.xxxl\:opacity-60{opacity:.6}.xxxl\:opacity-70{opacity:.7}.xxxl\:opacity-75{opacity:.75}.xxxl\:opacity-80{opacity:.8}.xxxl\:opacity-90{opacity:.9}.xxxl\:opacity-95{opacity:.95}.xxxl\:opacity-100{opacity:1}.group:hover .xxxl\:group-hover\:opacity-0{opacity:0}.group:hover .xxxl\:group-hover\:opacity-5{opacity:.05}.group:hover .xxxl\:group-hover\:opacity-10{opacity:.1}.group:hover .xxxl\:group-hover\:opacity-20{opacity:.2}.group:hover .xxxl\:group-hover\:opacity-25{opacity:.25}.group:hover .xxxl\:group-hover\:opacity-30{opacity:.3}.group:hover .xxxl\:group-hover\:opacity-40{opacity:.4}.group:hover .xxxl\:group-hover\:opacity-50{opacity:.5}.group:hover .xxxl\:group-hover\:opacity-60{opacity:.6}.group:hover .xxxl\:group-hover\:opacity-70{opacity:.7}.group:hover .xxxl\:group-hover\:opacity-75{opacity:.75}.group:hover .xxxl\:group-hover\:opacity-80{opacity:.8}.group:hover .xxxl\:group-hover\:opacity-90{opacity:.9}.group:hover .xxxl\:group-hover\:opacity-95{opacity:.95}.group:hover .xxxl\:group-hover\:opacity-100{opacity:1}.xxxl\:focus-within\:opacity-0:focus-within{opacity:0}.xxxl\:focus-within\:opacity-5:focus-within{opacity:.05}.xxxl\:focus-within\:opacity-10:focus-within{opacity:.1}.xxxl\:focus-within\:opacity-20:focus-within{opacity:.2}.xxxl\:focus-within\:opacity-25:focus-within{opacity:.25}.xxxl\:focus-within\:opacity-30:focus-within{opacity:.3}.xxxl\:focus-within\:opacity-40:focus-within{opacity:.4}.xxxl\:focus-within\:opacity-50:focus-within{opacity:.5}.xxxl\:focus-within\:opacity-60:focus-within{opacity:.6}.xxxl\:focus-within\:opacity-70:focus-within{opacity:.7}.xxxl\:focus-within\:opacity-75:focus-within{opacity:.75}.xxxl\:focus-within\:opacity-80:focus-within{opacity:.8}.xxxl\:focus-within\:opacity-90:focus-within{opacity:.9}.xxxl\:focus-within\:opacity-95:focus-within{opacity:.95}.xxxl\:focus-within\:opacity-100:focus-within{opacity:1}.xxxl\:hover\:opacity-0:hover{opacity:0}.xxxl\:hover\:opacity-5:hover{opacity:.05}.xxxl\:hover\:opacity-10:hover{opacity:.1}.xxxl\:hover\:opacity-20:hover{opacity:.2}.xxxl\:hover\:opacity-25:hover{opacity:.25}.xxxl\:hover\:opacity-30:hover{opacity:.3}.xxxl\:hover\:opacity-40:hover{opacity:.4}.xxxl\:hover\:opacity-50:hover{opacity:.5}.xxxl\:hover\:opacity-60:hover{opacity:.6}.xxxl\:hover\:opacity-70:hover{opacity:.7}.xxxl\:hover\:opacity-75:hover{opacity:.75}.xxxl\:hover\:opacity-80:hover{opacity:.8}.xxxl\:hover\:opacity-90:hover{opacity:.9}.xxxl\:hover\:opacity-95:hover{opacity:.95}.xxxl\:hover\:opacity-100:hover{opacity:1}.xxxl\:focus\:opacity-0:focus{opacity:0}.xxxl\:focus\:opacity-5:focus{opacity:.05}.xxxl\:focus\:opacity-10:focus{opacity:.1}.xxxl\:focus\:opacity-20:focus{opacity:.2}.xxxl\:focus\:opacity-25:focus{opacity:.25}.xxxl\:focus\:opacity-30:focus{opacity:.3}.xxxl\:focus\:opacity-40:focus{opacity:.4}.xxxl\:focus\:opacity-50:focus{opacity:.5}.xxxl\:focus\:opacity-60:focus{opacity:.6}.xxxl\:focus\:opacity-70:focus{opacity:.7}.xxxl\:focus\:opacity-75:focus{opacity:.75}.xxxl\:focus\:opacity-80:focus{opacity:.8}.xxxl\:focus\:opacity-90:focus{opacity:.9}.xxxl\:focus\:opacity-95:focus{opacity:.95}.xxxl\:focus\:opacity-100:focus{opacity:1}.xxxl\:outline-none{outline:2px solid transparent;outline-offset:2px}.xxxl\:outline-white{outline:2px dotted #fff;outline-offset:2px}.xxxl\:outline-black{outline:2px dotted #000;outline-offset:2px}.xxxl\:focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.xxxl\:focus-within\:outline-white:focus-within{outline:2px dotted #fff;outline-offset:2px}.xxxl\:focus-within\:outline-black:focus-within{outline:2px dotted #000;outline-offset:2px}.xxxl\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.xxxl\:focus\:outline-white:focus{outline:2px dotted #fff;outline-offset:2px}.xxxl\:focus\:outline-black:focus{outline:2px dotted #000;outline-offset:2px}.xxxl\:overflow-auto{overflow:auto}.xxxl\:overflow-hidden{overflow:hidden}.xxxl\:overflow-visible{overflow:visible}.xxxl\:overflow-scroll{overflow:scroll}.xxxl\:overflow-x-auto{overflow-x:auto}.xxxl\:overflow-y-auto{overflow-y:auto}.xxxl\:overflow-x-hidden{overflow-x:hidden}.xxxl\:overflow-y-hidden{overflow-y:hidden}.xxxl\:overflow-x-visible{overflow-x:visible}.xxxl\:overflow-y-visible{overflow-y:visible}.xxxl\:overflow-x-scroll{overflow-x:scroll}.xxxl\:overflow-y-scroll{overflow-y:scroll}.xxxl\:overscroll-auto{overscroll-behavior:auto}.xxxl\:overscroll-contain{overscroll-behavior:contain}.xxxl\:overscroll-none{overscroll-behavior:none}.xxxl\:overscroll-y-auto{overscroll-behavior-y:auto}.xxxl\:overscroll-y-contain{overscroll-behavior-y:contain}.xxxl\:overscroll-y-none{overscroll-behavior-y:none}.xxxl\:overscroll-x-auto{overscroll-behavior-x:auto}.xxxl\:overscroll-x-contain{overscroll-behavior-x:contain}.xxxl\:overscroll-x-none{overscroll-behavior-x:none}.xxxl\:p-0{padding:0}.xxxl\:p-1{padding:.25rem}.xxxl\:p-2{padding:.5rem}.xxxl\:p-3{padding:.75rem}.xxxl\:p-4{padding:1rem}.xxxl\:p-5{padding:1.25rem}.xxxl\:p-6{padding:1.5rem}.xxxl\:p-7{padding:1.75rem}.xxxl\:p-8{padding:2rem}.xxxl\:p-9{padding:2.25rem}.xxxl\:p-10{padding:2.5rem}.xxxl\:p-11{padding:2.75rem}.xxxl\:p-12{padding:3rem}.xxxl\:p-14{padding:3.5rem}.xxxl\:p-16{padding:4rem}.xxxl\:p-20{padding:5rem}.xxxl\:p-24{padding:6rem}.xxxl\:p-28{padding:7rem}.xxxl\:p-32{padding:8rem}.xxxl\:p-36{padding:9rem}.xxxl\:p-40{padding:10rem}.xxxl\:p-44{padding:11rem}.xxxl\:p-48{padding:12rem}.xxxl\:p-52{padding:13rem}.xxxl\:p-56{padding:14rem}.xxxl\:p-60{padding:15rem}.xxxl\:p-64{padding:16rem}.xxxl\:p-72{padding:18rem}.xxxl\:p-80{padding:20rem}.xxxl\:p-96{padding:24rem}.xxxl\:p-px{padding:1px}.xxxl\:p-0\.5{padding:.125rem}.xxxl\:p-1\.5{padding:.375rem}.xxxl\:p-2\.5{padding:.625rem}.xxxl\:p-3\.5{padding:.875rem}.xxxl\:p-gutter-1{padding:.625rem}.xxxl\:p-gutter-2{padding:1.25rem}.xxxl\:py-0{padding-top:0;padding-bottom:0}.xxxl\:px-0{padding-left:0;padding-right:0}.xxxl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xxxl\:px-1{padding-left:.25rem;padding-right:.25rem}.xxxl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xxxl\:px-2{padding-left:.5rem;padding-right:.5rem}.xxxl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xxxl\:px-3{padding-left:.75rem;padding-right:.75rem}.xxxl\:py-4{padding-top:1rem;padding-bottom:1rem}.xxxl\:px-4{padding-left:1rem;padding-right:1rem}.xxxl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.xxxl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xxxl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xxxl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xxxl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.xxxl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xxxl\:py-8{padding-top:2rem;padding-bottom:2rem}.xxxl\:px-8{padding-left:2rem;padding-right:2rem}.xxxl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.xxxl\:px-9{padding-left:2.25rem;padding-right:2.25rem}.xxxl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xxxl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xxxl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.xxxl\:px-11{padding-left:2.75rem;padding-right:2.75rem}.xxxl\:py-12{padding-top:3rem;padding-bottom:3rem}.xxxl\:px-12{padding-left:3rem;padding-right:3rem}.xxxl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.xxxl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xxxl\:py-16{padding-top:4rem;padding-bottom:4rem}.xxxl\:px-16{padding-left:4rem;padding-right:4rem}.xxxl\:py-20{padding-top:5rem;padding-bottom:5rem}.xxxl\:px-20{padding-left:5rem;padding-right:5rem}.xxxl\:py-24{padding-top:6rem;padding-bottom:6rem}.xxxl\:px-24{padding-left:6rem;padding-right:6rem}.xxxl\:py-28{padding-top:7rem;padding-bottom:7rem}.xxxl\:px-28{padding-left:7rem;padding-right:7rem}.xxxl\:py-32{padding-top:8rem;padding-bottom:8rem}.xxxl\:px-32{padding-left:8rem;padding-right:8rem}.xxxl\:py-36{padding-top:9rem;padding-bottom:9rem}.xxxl\:px-36{padding-left:9rem;padding-right:9rem}.xxxl\:py-40{padding-top:10rem;padding-bottom:10rem}.xxxl\:px-40{padding-left:10rem;padding-right:10rem}.xxxl\:py-44{padding-top:11rem;padding-bottom:11rem}.xxxl\:px-44{padding-left:11rem;padding-right:11rem}.xxxl\:py-48{padding-top:12rem;padding-bottom:12rem}.xxxl\:px-48{padding-left:12rem;padding-right:12rem}.xxxl\:py-52{padding-top:13rem;padding-bottom:13rem}.xxxl\:px-52{padding-left:13rem;padding-right:13rem}.xxxl\:py-56{padding-top:14rem;padding-bottom:14rem}.xxxl\:px-56{padding-left:14rem;padding-right:14rem}.xxxl\:py-60{padding-top:15rem;padding-bottom:15rem}.xxxl\:px-60{padding-left:15rem;padding-right:15rem}.xxxl\:py-64{padding-top:16rem;padding-bottom:16rem}.xxxl\:px-64{padding-left:16rem;padding-right:16rem}.xxxl\:py-72{padding-top:18rem;padding-bottom:18rem}.xxxl\:px-72{padding-left:18rem;padding-right:18rem}.xxxl\:py-80{padding-top:20rem;padding-bottom:20rem}.xxxl\:px-80{padding-left:20rem;padding-right:20rem}.xxxl\:py-96{padding-top:24rem;padding-bottom:24rem}.xxxl\:px-96{padding-left:24rem;padding-right:24rem}.xxxl\:py-px{padding-top:1px;padding-bottom:1px}.xxxl\:px-px{padding-left:1px;padding-right:1px}.xxxl\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.xxxl\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.xxxl\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.xxxl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.xxxl\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.xxxl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xxxl\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.xxxl\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.xxxl\:py-gutter-1{padding-top:.625rem;padding-bottom:.625rem}.xxxl\:px-gutter-1{padding-left:.625rem;padding-right:.625rem}.xxxl\:py-gutter-2{padding-top:1.25rem;padding-bottom:1.25rem}.xxxl\:px-gutter-2{padding-left:1.25rem;padding-right:1.25rem}.xxxl\:pt-0{padding-top:0}.xxxl\:pr-0{padding-right:0}.xxxl\:pb-0{padding-bottom:0}.xxxl\:pl-0{padding-left:0}.xxxl\:pt-1{padding-top:.25rem}.xxxl\:pr-1{padding-right:.25rem}.xxxl\:pb-1{padding-bottom:.25rem}.xxxl\:pl-1{padding-left:.25rem}.xxxl\:pt-2{padding-top:.5rem}.xxxl\:pr-2{padding-right:.5rem}.xxxl\:pb-2{padding-bottom:.5rem}.xxxl\:pl-2{padding-left:.5rem}.xxxl\:pt-3{padding-top:.75rem}.xxxl\:pr-3{padding-right:.75rem}.xxxl\:pb-3{padding-bottom:.75rem}.xxxl\:pl-3{padding-left:.75rem}.xxxl\:pt-4{padding-top:1rem}.xxxl\:pr-4{padding-right:1rem}.xxxl\:pb-4{padding-bottom:1rem}.xxxl\:pl-4{padding-left:1rem}.xxxl\:pt-5{padding-top:1.25rem}.xxxl\:pr-5{padding-right:1.25rem}.xxxl\:pb-5{padding-bottom:1.25rem}.xxxl\:pl-5{padding-left:1.25rem}.xxxl\:pt-6{padding-top:1.5rem}.xxxl\:pr-6{padding-right:1.5rem}.xxxl\:pb-6{padding-bottom:1.5rem}.xxxl\:pl-6{padding-left:1.5rem}.xxxl\:pt-7{padding-top:1.75rem}.xxxl\:pr-7{padding-right:1.75rem}.xxxl\:pb-7{padding-bottom:1.75rem}.xxxl\:pl-7{padding-left:1.75rem}.xxxl\:pt-8{padding-top:2rem}.xxxl\:pr-8{padding-right:2rem}.xxxl\:pb-8{padding-bottom:2rem}.xxxl\:pl-8{padding-left:2rem}.xxxl\:pt-9{padding-top:2.25rem}.xxxl\:pr-9{padding-right:2.25rem}.xxxl\:pb-9{padding-bottom:2.25rem}.xxxl\:pl-9{padding-left:2.25rem}.xxxl\:pt-10{padding-top:2.5rem}.xxxl\:pr-10{padding-right:2.5rem}.xxxl\:pb-10{padding-bottom:2.5rem}.xxxl\:pl-10{padding-left:2.5rem}.xxxl\:pt-11{padding-top:2.75rem}.xxxl\:pr-11{padding-right:2.75rem}.xxxl\:pb-11{padding-bottom:2.75rem}.xxxl\:pl-11{padding-left:2.75rem}.xxxl\:pt-12{padding-top:3rem}.xxxl\:pr-12{padding-right:3rem}.xxxl\:pb-12{padding-bottom:3rem}.xxxl\:pl-12{padding-left:3rem}.xxxl\:pt-14{padding-top:3.5rem}.xxxl\:pr-14{padding-right:3.5rem}.xxxl\:pb-14{padding-bottom:3.5rem}.xxxl\:pl-14{padding-left:3.5rem}.xxxl\:pt-16{padding-top:4rem}.xxxl\:pr-16{padding-right:4rem}.xxxl\:pb-16{padding-bottom:4rem}.xxxl\:pl-16{padding-left:4rem}.xxxl\:pt-20{padding-top:5rem}.xxxl\:pr-20{padding-right:5rem}.xxxl\:pb-20{padding-bottom:5rem}.xxxl\:pl-20{padding-left:5rem}.xxxl\:pt-24{padding-top:6rem}.xxxl\:pr-24{padding-right:6rem}.xxxl\:pb-24{padding-bottom:6rem}.xxxl\:pl-24{padding-left:6rem}.xxxl\:pt-28{padding-top:7rem}.xxxl\:pr-28{padding-right:7rem}.xxxl\:pb-28{padding-bottom:7rem}.xxxl\:pl-28{padding-left:7rem}.xxxl\:pt-32{padding-top:8rem}.xxxl\:pr-32{padding-right:8rem}.xxxl\:pb-32{padding-bottom:8rem}.xxxl\:pl-32{padding-left:8rem}.xxxl\:pt-36{padding-top:9rem}.xxxl\:pr-36{padding-right:9rem}.xxxl\:pb-36{padding-bottom:9rem}.xxxl\:pl-36{padding-left:9rem}.xxxl\:pt-40{padding-top:10rem}.xxxl\:pr-40{padding-right:10rem}.xxxl\:pb-40{padding-bottom:10rem}.xxxl\:pl-40{padding-left:10rem}.xxxl\:pt-44{padding-top:11rem}.xxxl\:pr-44{padding-right:11rem}.xxxl\:pb-44{padding-bottom:11rem}.xxxl\:pl-44{padding-left:11rem}.xxxl\:pt-48{padding-top:12rem}.xxxl\:pr-48{padding-right:12rem}.xxxl\:pb-48{padding-bottom:12rem}.xxxl\:pl-48{padding-left:12rem}.xxxl\:pt-52{padding-top:13rem}.xxxl\:pr-52{padding-right:13rem}.xxxl\:pb-52{padding-bottom:13rem}.xxxl\:pl-52{padding-left:13rem}.xxxl\:pt-56{padding-top:14rem}.xxxl\:pr-56{padding-right:14rem}.xxxl\:pb-56{padding-bottom:14rem}.xxxl\:pl-56{padding-left:14rem}.xxxl\:pt-60{padding-top:15rem}.xxxl\:pr-60{padding-right:15rem}.xxxl\:pb-60{padding-bottom:15rem}.xxxl\:pl-60{padding-left:15rem}.xxxl\:pt-64{padding-top:16rem}.xxxl\:pr-64{padding-right:16rem}.xxxl\:pb-64{padding-bottom:16rem}.xxxl\:pl-64{padding-left:16rem}.xxxl\:pt-72{padding-top:18rem}.xxxl\:pr-72{padding-right:18rem}.xxxl\:pb-72{padding-bottom:18rem}.xxxl\:pl-72{padding-left:18rem}.xxxl\:pt-80{padding-top:20rem}.xxxl\:pr-80{padding-right:20rem}.xxxl\:pb-80{padding-bottom:20rem}.xxxl\:pl-80{padding-left:20rem}.xxxl\:pt-96{padding-top:24rem}.xxxl\:pr-96{padding-right:24rem}.xxxl\:pb-96{padding-bottom:24rem}.xxxl\:pl-96{padding-left:24rem}.xxxl\:pt-px{padding-top:1px}.xxxl\:pr-px{padding-right:1px}.xxxl\:pb-px{padding-bottom:1px}.xxxl\:pl-px{padding-left:1px}.xxxl\:pt-0\.5{padding-top:.125rem}.xxxl\:pr-0\.5{padding-right:.125rem}.xxxl\:pb-0\.5{padding-bottom:.125rem}.xxxl\:pl-0\.5{padding-left:.125rem}.xxxl\:pt-1\.5{padding-top:.375rem}.xxxl\:pr-1\.5{padding-right:.375rem}.xxxl\:pb-1\.5{padding-bottom:.375rem}.xxxl\:pl-1\.5{padding-left:.375rem}.xxxl\:pt-2\.5{padding-top:.625rem}.xxxl\:pr-2\.5{padding-right:.625rem}.xxxl\:pb-2\.5{padding-bottom:.625rem}.xxxl\:pl-2\.5{padding-left:.625rem}.xxxl\:pt-3\.5{padding-top:.875rem}.xxxl\:pr-3\.5{padding-right:.875rem}.xxxl\:pb-3\.5{padding-bottom:.875rem}.xxxl\:pl-3\.5{padding-left:.875rem}.xxxl\:pt-gutter-1{padding-top:.625rem}.xxxl\:pr-gutter-1{padding-right:.625rem}.xxxl\:pb-gutter-1{padding-bottom:.625rem}.xxxl\:pl-gutter-1{padding-left:.625rem}.xxxl\:pt-gutter-2{padding-top:1.25rem}.xxxl\:pr-gutter-2{padding-right:1.25rem}.xxxl\:pb-gutter-2{padding-bottom:1.25rem}.xxxl\:pl-gutter-2{padding-left:1.25rem}.xxxl\:placeholder-transparent::-moz-placeholder{color:transparent}.xxxl\:placeholder-transparent::placeholder{color:transparent}.xxxl\:placeholder-current::-moz-placeholder{color:currentColor}.xxxl\:placeholder-current::placeholder{color:currentColor}.xxxl\:placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxxl\:placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxxl\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-50::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-100::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-200::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-800::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxxl\:placeholder-gray-900::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxxl\:placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxxl\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-50::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-100::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-200::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-300::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-600::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-800::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxxl\:placeholder-green-900::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-50::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-100::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-200::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-300::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-400::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-500::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-600::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-700::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-800::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxxl\:placeholder-blue-900::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-50::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-100::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-300::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-400::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-500::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-600::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-700::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-800::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxxl\:placeholder-indigo-900::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-50::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-100::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-200::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-300::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-400::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-500::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-600::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-700::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-800::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxxl\:placeholder-purple-900::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-50::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-100::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-200::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-300::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-400::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-500::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-600::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-700::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-800::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxxl\:placeholder-pink-900::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.xxxl\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.xxxl\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.xxxl\:focus\:placeholder-current:focus::placeholder{color:currentColor}.xxxl\:focus\:placeholder-black:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-black:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-white:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-white:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,250,251,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(243,244,246,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(229,231,235,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,213,219,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(156,163,175,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(107,114,128,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(75,85,99,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,65,81,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(31,41,55,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(17,24,39,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,242,242,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,226,226,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,202,202,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,165,165,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(248,113,113,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,68,68,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(220,38,38,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(185,28,28,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(153,27,27,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(127,29,29,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(255,251,235,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(254,243,199,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,230,138,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,211,77,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,191,36,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,158,11,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(217,119,6,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(180,83,9,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(146,64,14,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-yellow-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(120,53,15,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,253,245,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(209,250,229,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,243,208,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(110,231,183,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(52,211,153,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(16,185,129,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(5,150,105,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(4,120,87,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,95,70,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(6,78,59,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(239,246,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,234,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(191,219,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(147,197,253,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(96,165,250,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(59,130,246,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(37,99,235,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(29,78,216,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,64,175,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(30,58,138,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(238,242,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(224,231,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(199,210,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(165,180,252,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(129,140,248,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(99,102,241,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(79,70,229,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(67,56,202,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(55,48,163,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-indigo-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(49,46,129,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(245,243,255,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(237,233,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(221,214,254,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(196,181,253,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(167,139,250,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(139,92,246,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(124,58,237,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(109,40,217,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(91,33,182,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(76,29,149,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(253,242,248,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(252,231,243,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(251,207,232,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(249,168,212,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(244,114,182,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(236,72,153,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(219,39,119,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(190,24,93,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(157,23,77,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxxl\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity:1;color:rgba(131,24,67,var(--tw-placeholder-opacity))}.xxxl\:placeholder-opacity-0::-moz-placeholder{--tw-placeholder-opacity:0}.xxxl\:placeholder-opacity-0::placeholder{--tw-placeholder-opacity:0}.xxxl\:placeholder-opacity-5::-moz-placeholder{--tw-placeholder-opacity:.05}.xxxl\:placeholder-opacity-5::placeholder{--tw-placeholder-opacity:.05}.xxxl\:placeholder-opacity-10::-moz-placeholder{--tw-placeholder-opacity:.1}.xxxl\:placeholder-opacity-10::placeholder{--tw-placeholder-opacity:.1}.xxxl\:placeholder-opacity-20::-moz-placeholder{--tw-placeholder-opacity:.2}.xxxl\:placeholder-opacity-20::placeholder{--tw-placeholder-opacity:.2}.xxxl\:placeholder-opacity-25::-moz-placeholder{--tw-placeholder-opacity:.25}.xxxl\:placeholder-opacity-25::placeholder{--tw-placeholder-opacity:.25}.xxxl\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.xxxl\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.xxxl\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.xxxl\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.xxxl\:placeholder-opacity-50::-moz-placeholder{--tw-placeholder-opacity:.5}.xxxl\:placeholder-opacity-50::placeholder{--tw-placeholder-opacity:.5}.xxxl\:placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity:.6}.xxxl\:placeholder-opacity-60::placeholder{--tw-placeholder-opacity:.6}.xxxl\:placeholder-opacity-70::-moz-placeholder{--tw-placeholder-opacity:.7}.xxxl\:placeholder-opacity-70::placeholder{--tw-placeholder-opacity:.7}.xxxl\:placeholder-opacity-75::-moz-placeholder{--tw-placeholder-opacity:.75}.xxxl\:placeholder-opacity-75::placeholder{--tw-placeholder-opacity:.75}.xxxl\:placeholder-opacity-80::-moz-placeholder{--tw-placeholder-opacity:.8}.xxxl\:placeholder-opacity-80::placeholder{--tw-placeholder-opacity:.8}.xxxl\:placeholder-opacity-90::-moz-placeholder{--tw-placeholder-opacity:.9}.xxxl\:placeholder-opacity-90::placeholder{--tw-placeholder-opacity:.9}.xxxl\:placeholder-opacity-95::-moz-placeholder{--tw-placeholder-opacity:.95}.xxxl\:placeholder-opacity-95::placeholder{--tw-placeholder-opacity:.95}.xxxl\:placeholder-opacity-100::-moz-placeholder{--tw-placeholder-opacity:1}.xxxl\:placeholder-opacity-100::placeholder{--tw-placeholder-opacity:1}.xxxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--tw-placeholder-opacity:0}.xxxl\:focus\:placeholder-opacity-0:focus::placeholder{--tw-placeholder-opacity:0}.xxxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{--tw-placeholder-opacity:.05}.xxxl\:focus\:placeholder-opacity-5:focus::placeholder{--tw-placeholder-opacity:.05}.xxxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--tw-placeholder-opacity:.1}.xxxl\:focus\:placeholder-opacity-10:focus::placeholder{--tw-placeholder-opacity:.1}.xxxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{--tw-placeholder-opacity:.2}.xxxl\:focus\:placeholder-opacity-20:focus::placeholder{--tw-placeholder-opacity:.2}.xxxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--tw-placeholder-opacity:.25}.xxxl\:focus\:placeholder-opacity-25:focus::placeholder{--tw-placeholder-opacity:.25}.xxxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{--tw-placeholder-opacity:.3}.xxxl\:focus\:placeholder-opacity-30:focus::placeholder{--tw-placeholder-opacity:.3}.xxxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{--tw-placeholder-opacity:.4}.xxxl\:focus\:placeholder-opacity-40:focus::placeholder{--tw-placeholder-opacity:.4}.xxxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--tw-placeholder-opacity:.5}.xxxl\:focus\:placeholder-opacity-50:focus::placeholder{--tw-placeholder-opacity:.5}.xxxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{--tw-placeholder-opacity:.6}.xxxl\:focus\:placeholder-opacity-60:focus::placeholder{--tw-placeholder-opacity:.6}.xxxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{--tw-placeholder-opacity:.7}.xxxl\:focus\:placeholder-opacity-70:focus::placeholder{--tw-placeholder-opacity:.7}.xxxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--tw-placeholder-opacity:.75}.xxxl\:focus\:placeholder-opacity-75:focus::placeholder{--tw-placeholder-opacity:.75}.xxxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{--tw-placeholder-opacity:.8}.xxxl\:focus\:placeholder-opacity-80:focus::placeholder{--tw-placeholder-opacity:.8}.xxxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{--tw-placeholder-opacity:.9}.xxxl\:focus\:placeholder-opacity-90:focus::placeholder{--tw-placeholder-opacity:.9}.xxxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{--tw-placeholder-opacity:.95}.xxxl\:focus\:placeholder-opacity-95:focus::placeholder{--tw-placeholder-opacity:.95}.xxxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--tw-placeholder-opacity:1}.xxxl\:focus\:placeholder-opacity-100:focus::placeholder{--tw-placeholder-opacity:1}.xxxl\:pointer-events-none{pointer-events:none}.xxxl\:pointer-events-auto{pointer-events:auto}.xxxl\:static{position:static}.xxxl\:fixed{position:fixed}.xxxl\:absolute{position:absolute}.xxxl\:relative{position:relative}.xxxl\:sticky{position:sticky}.xxxl\:inset-0{top:0;right:0;bottom:0;left:0}.xxxl\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.xxxl\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.xxxl\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.xxxl\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.xxxl\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xxxl\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.xxxl\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.xxxl\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.xxxl\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.xxxl\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.xxxl\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.xxxl\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.xxxl\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.xxxl\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.xxxl\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.xxxl\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.xxxl\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.xxxl\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.xxxl\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.xxxl\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.xxxl\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.xxxl\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.xxxl\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.xxxl\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.xxxl\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.xxxl\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.xxxl\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.xxxl\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.xxxl\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.xxxl\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.xxxl\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.xxxl\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.xxxl\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.xxxl\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xxxl\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.xxxl\:inset-gutter-1{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xxxl\:inset-gutter-2{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xxxl\:-inset-0{top:0;right:0;bottom:0;left:0}.xxxl\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.xxxl\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.xxxl\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.xxxl\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.xxxl\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.xxxl\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.xxxl\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.xxxl\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.xxxl\:-inset-9{top:-2.25rem;right:-2.25rem;bottom:-2.25rem;left:-2.25rem}.xxxl\:-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.xxxl\:-inset-11{top:-2.75rem;right:-2.75rem;bottom:-2.75rem;left:-2.75rem}.xxxl\:-inset-12{top:-3rem;right:-3rem;bottom:-3rem;left:-3rem}.xxxl\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.xxxl\:-inset-16{top:-4rem;right:-4rem;bottom:-4rem;left:-4rem}.xxxl\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.xxxl\:-inset-24{top:-6rem;right:-6rem;bottom:-6rem;left:-6rem}.xxxl\:-inset-28{top:-7rem;right:-7rem;bottom:-7rem;left:-7rem}.xxxl\:-inset-32{top:-8rem;right:-8rem;bottom:-8rem;left:-8rem}.xxxl\:-inset-36{top:-9rem;right:-9rem;bottom:-9rem;left:-9rem}.xxxl\:-inset-40{top:-10rem;right:-10rem;bottom:-10rem;left:-10rem}.xxxl\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.xxxl\:-inset-48{top:-12rem;right:-12rem;bottom:-12rem;left:-12rem}.xxxl\:-inset-52{top:-13rem;right:-13rem;bottom:-13rem;left:-13rem}.xxxl\:-inset-56{top:-14rem;right:-14rem;bottom:-14rem;left:-14rem}.xxxl\:-inset-60{top:-15rem;right:-15rem;bottom:-15rem;left:-15rem}.xxxl\:-inset-64{top:-16rem;right:-16rem;bottom:-16rem;left:-16rem}.xxxl\:-inset-72{top:-18rem;right:-18rem;bottom:-18rem;left:-18rem}.xxxl\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.xxxl\:-inset-96{top:-24rem;right:-24rem;bottom:-24rem;left:-24rem}.xxxl\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.xxxl\:-inset-0\.5{top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem}.xxxl\:-inset-1\.5{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.xxxl\:-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.xxxl\:-inset-3\.5{top:-.875rem;right:-.875rem;bottom:-.875rem;left:-.875rem}.xxxl\:-inset-gutter-1{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.xxxl\:-inset-gutter-2{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.xxxl\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.xxxl\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.xxxl\:inset-2\/3{top:66.666667%;right:66.666667%;bottom:66.666667%;left:66.666667%}.xxxl\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.xxxl\:inset-2\/4{top:50%;right:50%;bottom:50%;left:50%}.xxxl\:inset-3\/4{top:75%;right:75%;bottom:75%;left:75%}.xxxl\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.xxxl\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.xxxl\:-inset-1\/3{top:-33.333333%;right:-33.333333%;bottom:-33.333333%;left:-33.333333%}.xxxl\:-inset-2\/3{top:-66.666667%;right:-66.666667%;bottom:-66.666667%;left:-66.666667%}.xxxl\:-inset-1\/4{top:-25%;right:-25%;bottom:-25%;left:-25%}.xxxl\:-inset-2\/4{top:-50%;right:-50%;bottom:-50%;left:-50%}.xxxl\:-inset-3\/4{top:-75%;right:-75%;bottom:-75%;left:-75%}.xxxl\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.xxxl\:inset-y-0{top:0;bottom:0}.xxxl\:inset-x-0{right:0;left:0}.xxxl\:inset-y-1{top:.25rem;bottom:.25rem}.xxxl\:inset-x-1{right:.25rem;left:.25rem}.xxxl\:inset-y-2{top:.5rem;bottom:.5rem}.xxxl\:inset-x-2{right:.5rem;left:.5rem}.xxxl\:inset-y-3{top:.75rem;bottom:.75rem}.xxxl\:inset-x-3{right:.75rem;left:.75rem}.xxxl\:inset-y-4{top:1rem;bottom:1rem}.xxxl\:inset-x-4{right:1rem;left:1rem}.xxxl\:inset-y-5{top:1.25rem;bottom:1.25rem}.xxxl\:inset-x-5{right:1.25rem;left:1.25rem}.xxxl\:inset-y-6{top:1.5rem;bottom:1.5rem}.xxxl\:inset-x-6{right:1.5rem;left:1.5rem}.xxxl\:inset-y-7{top:1.75rem;bottom:1.75rem}.xxxl\:inset-x-7{right:1.75rem;left:1.75rem}.xxxl\:inset-y-8{top:2rem;bottom:2rem}.xxxl\:inset-x-8{right:2rem;left:2rem}.xxxl\:inset-y-9{top:2.25rem;bottom:2.25rem}.xxxl\:inset-x-9{right:2.25rem;left:2.25rem}.xxxl\:inset-y-10{top:2.5rem;bottom:2.5rem}.xxxl\:inset-x-10{right:2.5rem;left:2.5rem}.xxxl\:inset-y-11{top:2.75rem;bottom:2.75rem}.xxxl\:inset-x-11{right:2.75rem;left:2.75rem}.xxxl\:inset-y-12{top:3rem;bottom:3rem}.xxxl\:inset-x-12{right:3rem;left:3rem}.xxxl\:inset-y-14{top:3.5rem;bottom:3.5rem}.xxxl\:inset-x-14{right:3.5rem;left:3.5rem}.xxxl\:inset-y-16{top:4rem;bottom:4rem}.xxxl\:inset-x-16{right:4rem;left:4rem}.xxxl\:inset-y-20{top:5rem;bottom:5rem}.xxxl\:inset-x-20{right:5rem;left:5rem}.xxxl\:inset-y-24{top:6rem;bottom:6rem}.xxxl\:inset-x-24{right:6rem;left:6rem}.xxxl\:inset-y-28{top:7rem;bottom:7rem}.xxxl\:inset-x-28{right:7rem;left:7rem}.xxxl\:inset-y-32{top:8rem;bottom:8rem}.xxxl\:inset-x-32{right:8rem;left:8rem}.xxxl\:inset-y-36{top:9rem;bottom:9rem}.xxxl\:inset-x-36{right:9rem;left:9rem}.xxxl\:inset-y-40{top:10rem;bottom:10rem}.xxxl\:inset-x-40{right:10rem;left:10rem}.xxxl\:inset-y-44{top:11rem;bottom:11rem}.xxxl\:inset-x-44{right:11rem;left:11rem}.xxxl\:inset-y-48{top:12rem;bottom:12rem}.xxxl\:inset-x-48{right:12rem;left:12rem}.xxxl\:inset-y-52{top:13rem;bottom:13rem}.xxxl\:inset-x-52{right:13rem;left:13rem}.xxxl\:inset-y-56{top:14rem;bottom:14rem}.xxxl\:inset-x-56{right:14rem;left:14rem}.xxxl\:inset-y-60{top:15rem;bottom:15rem}.xxxl\:inset-x-60{right:15rem;left:15rem}.xxxl\:inset-y-64{top:16rem;bottom:16rem}.xxxl\:inset-x-64{right:16rem;left:16rem}.xxxl\:inset-y-72{top:18rem;bottom:18rem}.xxxl\:inset-x-72{right:18rem;left:18rem}.xxxl\:inset-y-80{top:20rem;bottom:20rem}.xxxl\:inset-x-80{right:20rem;left:20rem}.xxxl\:inset-y-96{top:24rem;bottom:24rem}.xxxl\:inset-x-96{right:24rem;left:24rem}.xxxl\:inset-y-auto{top:auto;bottom:auto}.xxxl\:inset-x-auto{right:auto;left:auto}.xxxl\:inset-y-px{top:1px;bottom:1px}.xxxl\:inset-x-px{right:1px;left:1px}.xxxl\:inset-y-0\.5{top:.125rem;bottom:.125rem}.xxxl\:inset-x-0\.5{right:.125rem;left:.125rem}.xxxl\:inset-y-1\.5{top:.375rem;bottom:.375rem}.xxxl\:inset-x-1\.5{right:.375rem;left:.375rem}.xxxl\:inset-y-2\.5{top:.625rem;bottom:.625rem}.xxxl\:inset-x-2\.5{right:.625rem;left:.625rem}.xxxl\:inset-y-3\.5{top:.875rem;bottom:.875rem}.xxxl\:inset-x-3\.5{right:.875rem;left:.875rem}.xxxl\:inset-y-gutter-1{top:.625rem;bottom:.625rem}.xxxl\:inset-x-gutter-1{right:.625rem;left:.625rem}.xxxl\:inset-y-gutter-2{top:1.25rem;bottom:1.25rem}.xxxl\:inset-x-gutter-2{right:1.25rem;left:1.25rem}.xxxl\:-inset-y-0{top:0;bottom:0}.xxxl\:-inset-x-0{right:0;left:0}.xxxl\:-inset-y-1{top:-.25rem;bottom:-.25rem}.xxxl\:-inset-x-1{right:-.25rem;left:-.25rem}.xxxl\:-inset-y-2{top:-.5rem;bottom:-.5rem}.xxxl\:-inset-x-2{right:-.5rem;left:-.5rem}.xxxl\:-inset-y-3{top:-.75rem;bottom:-.75rem}.xxxl\:-inset-x-3{right:-.75rem;left:-.75rem}.xxxl\:-inset-y-4{top:-1rem;bottom:-1rem}.xxxl\:-inset-x-4{right:-1rem;left:-1rem}.xxxl\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.xxxl\:-inset-x-5{right:-1.25rem;left:-1.25rem}.xxxl\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.xxxl\:-inset-x-6{right:-1.5rem;left:-1.5rem}.xxxl\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.xxxl\:-inset-x-7{right:-1.75rem;left:-1.75rem}.xxxl\:-inset-y-8{top:-2rem;bottom:-2rem}.xxxl\:-inset-x-8{right:-2rem;left:-2rem}.xxxl\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.xxxl\:-inset-x-9{right:-2.25rem;left:-2.25rem}.xxxl\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.xxxl\:-inset-x-10{right:-2.5rem;left:-2.5rem}.xxxl\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.xxxl\:-inset-x-11{right:-2.75rem;left:-2.75rem}.xxxl\:-inset-y-12{top:-3rem;bottom:-3rem}.xxxl\:-inset-x-12{right:-3rem;left:-3rem}.xxxl\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.xxxl\:-inset-x-14{right:-3.5rem;left:-3.5rem}.xxxl\:-inset-y-16{top:-4rem;bottom:-4rem}.xxxl\:-inset-x-16{right:-4rem;left:-4rem}.xxxl\:-inset-y-20{top:-5rem;bottom:-5rem}.xxxl\:-inset-x-20{right:-5rem;left:-5rem}.xxxl\:-inset-y-24{top:-6rem;bottom:-6rem}.xxxl\:-inset-x-24{right:-6rem;left:-6rem}.xxxl\:-inset-y-28{top:-7rem;bottom:-7rem}.xxxl\:-inset-x-28{right:-7rem;left:-7rem}.xxxl\:-inset-y-32{top:-8rem;bottom:-8rem}.xxxl\:-inset-x-32{right:-8rem;left:-8rem}.xxxl\:-inset-y-36{top:-9rem;bottom:-9rem}.xxxl\:-inset-x-36{right:-9rem;left:-9rem}.xxxl\:-inset-y-40{top:-10rem;bottom:-10rem}.xxxl\:-inset-x-40{right:-10rem;left:-10rem}.xxxl\:-inset-y-44{top:-11rem;bottom:-11rem}.xxxl\:-inset-x-44{right:-11rem;left:-11rem}.xxxl\:-inset-y-48{top:-12rem;bottom:-12rem}.xxxl\:-inset-x-48{right:-12rem;left:-12rem}.xxxl\:-inset-y-52{top:-13rem;bottom:-13rem}.xxxl\:-inset-x-52{right:-13rem;left:-13rem}.xxxl\:-inset-y-56{top:-14rem;bottom:-14rem}.xxxl\:-inset-x-56{right:-14rem;left:-14rem}.xxxl\:-inset-y-60{top:-15rem;bottom:-15rem}.xxxl\:-inset-x-60{right:-15rem;left:-15rem}.xxxl\:-inset-y-64{top:-16rem;bottom:-16rem}.xxxl\:-inset-x-64{right:-16rem;left:-16rem}.xxxl\:-inset-y-72{top:-18rem;bottom:-18rem}.xxxl\:-inset-x-72{right:-18rem;left:-18rem}.xxxl\:-inset-y-80{top:-20rem;bottom:-20rem}.xxxl\:-inset-x-80{right:-20rem;left:-20rem}.xxxl\:-inset-y-96{top:-24rem;bottom:-24rem}.xxxl\:-inset-x-96{right:-24rem;left:-24rem}.xxxl\:-inset-y-px{top:-1px;bottom:-1px}.xxxl\:-inset-x-px{right:-1px;left:-1px}.xxxl\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.xxxl\:-inset-x-0\.5{right:-.125rem;left:-.125rem}.xxxl\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.xxxl\:-inset-x-1\.5{right:-.375rem;left:-.375rem}.xxxl\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.xxxl\:-inset-x-2\.5{right:-.625rem;left:-.625rem}.xxxl\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.xxxl\:-inset-x-3\.5{right:-.875rem;left:-.875rem}.xxxl\:-inset-y-gutter-1{top:-.625rem;bottom:-.625rem}.xxxl\:-inset-x-gutter-1{right:-.625rem;left:-.625rem}.xxxl\:-inset-y-gutter-2{top:-1.25rem;bottom:-1.25rem}.xxxl\:-inset-x-gutter-2{right:-1.25rem;left:-1.25rem}.xxxl\:inset-y-1\/2{top:50%;bottom:50%}.xxxl\:inset-x-1\/2{right:50%;left:50%}.xxxl\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.xxxl\:inset-x-1\/3{right:33.333333%;left:33.333333%}.xxxl\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.xxxl\:inset-x-2\/3{right:66.666667%;left:66.666667%}.xxxl\:inset-y-1\/4{top:25%;bottom:25%}.xxxl\:inset-x-1\/4{right:25%;left:25%}.xxxl\:inset-y-2\/4{top:50%;bottom:50%}.xxxl\:inset-x-2\/4{right:50%;left:50%}.xxxl\:inset-y-3\/4{top:75%;bottom:75%}.xxxl\:inset-x-3\/4{right:75%;left:75%}.xxxl\:inset-y-full{top:100%;bottom:100%}.xxxl\:inset-x-full{right:100%;left:100%}.xxxl\:-inset-y-1\/2{top:-50%;bottom:-50%}.xxxl\:-inset-x-1\/2{right:-50%;left:-50%}.xxxl\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.xxxl\:-inset-x-1\/3{right:-33.333333%;left:-33.333333%}.xxxl\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.xxxl\:-inset-x-2\/3{right:-66.666667%;left:-66.666667%}.xxxl\:-inset-y-1\/4{top:-25%;bottom:-25%}.xxxl\:-inset-x-1\/4{right:-25%;left:-25%}.xxxl\:-inset-y-2\/4{top:-50%;bottom:-50%}.xxxl\:-inset-x-2\/4{right:-50%;left:-50%}.xxxl\:-inset-y-3\/4{top:-75%;bottom:-75%}.xxxl\:-inset-x-3\/4{right:-75%;left:-75%}.xxxl\:-inset-y-full{top:-100%;bottom:-100%}.xxxl\:-inset-x-full{right:-100%;left:-100%}.xxxl\:top-0{top:0}.xxxl\:right-0{right:0}.xxxl\:bottom-0{bottom:0}.xxxl\:left-0{left:0}.xxxl\:top-1{top:.25rem}.xxxl\:right-1{right:.25rem}.xxxl\:bottom-1{bottom:.25rem}.xxxl\:left-1{left:.25rem}.xxxl\:top-2{top:.5rem}.xxxl\:right-2{right:.5rem}.xxxl\:bottom-2{bottom:.5rem}.xxxl\:left-2{left:.5rem}.xxxl\:top-3{top:.75rem}.xxxl\:right-3{right:.75rem}.xxxl\:bottom-3{bottom:.75rem}.xxxl\:left-3{left:.75rem}.xxxl\:top-4{top:1rem}.xxxl\:right-4{right:1rem}.xxxl\:bottom-4{bottom:1rem}.xxxl\:left-4{left:1rem}.xxxl\:top-5{top:1.25rem}.xxxl\:right-5{right:1.25rem}.xxxl\:bottom-5{bottom:1.25rem}.xxxl\:left-5{left:1.25rem}.xxxl\:top-6{top:1.5rem}.xxxl\:right-6{right:1.5rem}.xxxl\:bottom-6{bottom:1.5rem}.xxxl\:left-6{left:1.5rem}.xxxl\:top-7{top:1.75rem}.xxxl\:right-7{right:1.75rem}.xxxl\:bottom-7{bottom:1.75rem}.xxxl\:left-7{left:1.75rem}.xxxl\:top-8{top:2rem}.xxxl\:right-8{right:2rem}.xxxl\:bottom-8{bottom:2rem}.xxxl\:left-8{left:2rem}.xxxl\:top-9{top:2.25rem}.xxxl\:right-9{right:2.25rem}.xxxl\:bottom-9{bottom:2.25rem}.xxxl\:left-9{left:2.25rem}.xxxl\:top-10{top:2.5rem}.xxxl\:right-10{right:2.5rem}.xxxl\:bottom-10{bottom:2.5rem}.xxxl\:left-10{left:2.5rem}.xxxl\:top-11{top:2.75rem}.xxxl\:right-11{right:2.75rem}.xxxl\:bottom-11{bottom:2.75rem}.xxxl\:left-11{left:2.75rem}.xxxl\:top-12{top:3rem}.xxxl\:right-12{right:3rem}.xxxl\:bottom-12{bottom:3rem}.xxxl\:left-12{left:3rem}.xxxl\:top-14{top:3.5rem}.xxxl\:right-14{right:3.5rem}.xxxl\:bottom-14{bottom:3.5rem}.xxxl\:left-14{left:3.5rem}.xxxl\:top-16{top:4rem}.xxxl\:right-16{right:4rem}.xxxl\:bottom-16{bottom:4rem}.xxxl\:left-16{left:4rem}.xxxl\:top-20{top:5rem}.xxxl\:right-20{right:5rem}.xxxl\:bottom-20{bottom:5rem}.xxxl\:left-20{left:5rem}.xxxl\:top-24{top:6rem}.xxxl\:right-24{right:6rem}.xxxl\:bottom-24{bottom:6rem}.xxxl\:left-24{left:6rem}.xxxl\:top-28{top:7rem}.xxxl\:right-28{right:7rem}.xxxl\:bottom-28{bottom:7rem}.xxxl\:left-28{left:7rem}.xxxl\:top-32{top:8rem}.xxxl\:right-32{right:8rem}.xxxl\:bottom-32{bottom:8rem}.xxxl\:left-32{left:8rem}.xxxl\:top-36{top:9rem}.xxxl\:right-36{right:9rem}.xxxl\:bottom-36{bottom:9rem}.xxxl\:left-36{left:9rem}.xxxl\:top-40{top:10rem}.xxxl\:right-40{right:10rem}.xxxl\:bottom-40{bottom:10rem}.xxxl\:left-40{left:10rem}.xxxl\:top-44{top:11rem}.xxxl\:right-44{right:11rem}.xxxl\:bottom-44{bottom:11rem}.xxxl\:left-44{left:11rem}.xxxl\:top-48{top:12rem}.xxxl\:right-48{right:12rem}.xxxl\:bottom-48{bottom:12rem}.xxxl\:left-48{left:12rem}.xxxl\:top-52{top:13rem}.xxxl\:right-52{right:13rem}.xxxl\:bottom-52{bottom:13rem}.xxxl\:left-52{left:13rem}.xxxl\:top-56{top:14rem}.xxxl\:right-56{right:14rem}.xxxl\:bottom-56{bottom:14rem}.xxxl\:left-56{left:14rem}.xxxl\:top-60{top:15rem}.xxxl\:right-60{right:15rem}.xxxl\:bottom-60{bottom:15rem}.xxxl\:left-60{left:15rem}.xxxl\:top-64{top:16rem}.xxxl\:right-64{right:16rem}.xxxl\:bottom-64{bottom:16rem}.xxxl\:left-64{left:16rem}.xxxl\:top-72{top:18rem}.xxxl\:right-72{right:18rem}.xxxl\:bottom-72{bottom:18rem}.xxxl\:left-72{left:18rem}.xxxl\:top-80{top:20rem}.xxxl\:right-80{right:20rem}.xxxl\:bottom-80{bottom:20rem}.xxxl\:left-80{left:20rem}.xxxl\:top-96{top:24rem}.xxxl\:right-96{right:24rem}.xxxl\:bottom-96{bottom:24rem}.xxxl\:left-96{left:24rem}.xxxl\:top-auto{top:auto}.xxxl\:right-auto{right:auto}.xxxl\:bottom-auto{bottom:auto}.xxxl\:left-auto{left:auto}.xxxl\:top-px{top:1px}.xxxl\:right-px{right:1px}.xxxl\:bottom-px{bottom:1px}.xxxl\:left-px{left:1px}.xxxl\:top-0\.5{top:.125rem}.xxxl\:right-0\.5{right:.125rem}.xxxl\:bottom-0\.5{bottom:.125rem}.xxxl\:left-0\.5{left:.125rem}.xxxl\:top-1\.5{top:.375rem}.xxxl\:right-1\.5{right:.375rem}.xxxl\:bottom-1\.5{bottom:.375rem}.xxxl\:left-1\.5{left:.375rem}.xxxl\:top-2\.5{top:.625rem}.xxxl\:right-2\.5{right:.625rem}.xxxl\:bottom-2\.5{bottom:.625rem}.xxxl\:left-2\.5{left:.625rem}.xxxl\:top-3\.5{top:.875rem}.xxxl\:right-3\.5{right:.875rem}.xxxl\:bottom-3\.5{bottom:.875rem}.xxxl\:left-3\.5{left:.875rem}.xxxl\:top-gutter-1{top:.625rem}.xxxl\:right-gutter-1{right:.625rem}.xxxl\:bottom-gutter-1{bottom:.625rem}.xxxl\:left-gutter-1{left:.625rem}.xxxl\:top-gutter-2{top:1.25rem}.xxxl\:right-gutter-2{right:1.25rem}.xxxl\:bottom-gutter-2{bottom:1.25rem}.xxxl\:left-gutter-2{left:1.25rem}.xxxl\:-top-0{top:0}.xxxl\:-right-0{right:0}.xxxl\:-bottom-0{bottom:0}.xxxl\:-left-0{left:0}.xxxl\:-top-1{top:-.25rem}.xxxl\:-right-1{right:-.25rem}.xxxl\:-bottom-1{bottom:-.25rem}.xxxl\:-left-1{left:-.25rem}.xxxl\:-top-2{top:-.5rem}.xxxl\:-right-2{right:-.5rem}.xxxl\:-bottom-2{bottom:-.5rem}.xxxl\:-left-2{left:-.5rem}.xxxl\:-top-3{top:-.75rem}.xxxl\:-right-3{right:-.75rem}.xxxl\:-bottom-3{bottom:-.75rem}.xxxl\:-left-3{left:-.75rem}.xxxl\:-top-4{top:-1rem}.xxxl\:-right-4{right:-1rem}.xxxl\:-bottom-4{bottom:-1rem}.xxxl\:-left-4{left:-1rem}.xxxl\:-top-5{top:-1.25rem}.xxxl\:-right-5{right:-1.25rem}.xxxl\:-bottom-5{bottom:-1.25rem}.xxxl\:-left-5{left:-1.25rem}.xxxl\:-top-6{top:-1.5rem}.xxxl\:-right-6{right:-1.5rem}.xxxl\:-bottom-6{bottom:-1.5rem}.xxxl\:-left-6{left:-1.5rem}.xxxl\:-top-7{top:-1.75rem}.xxxl\:-right-7{right:-1.75rem}.xxxl\:-bottom-7{bottom:-1.75rem}.xxxl\:-left-7{left:-1.75rem}.xxxl\:-top-8{top:-2rem}.xxxl\:-right-8{right:-2rem}.xxxl\:-bottom-8{bottom:-2rem}.xxxl\:-left-8{left:-2rem}.xxxl\:-top-9{top:-2.25rem}.xxxl\:-right-9{right:-2.25rem}.xxxl\:-bottom-9{bottom:-2.25rem}.xxxl\:-left-9{left:-2.25rem}.xxxl\:-top-10{top:-2.5rem}.xxxl\:-right-10{right:-2.5rem}.xxxl\:-bottom-10{bottom:-2.5rem}.xxxl\:-left-10{left:-2.5rem}.xxxl\:-top-11{top:-2.75rem}.xxxl\:-right-11{right:-2.75rem}.xxxl\:-bottom-11{bottom:-2.75rem}.xxxl\:-left-11{left:-2.75rem}.xxxl\:-top-12{top:-3rem}.xxxl\:-right-12{right:-3rem}.xxxl\:-bottom-12{bottom:-3rem}.xxxl\:-left-12{left:-3rem}.xxxl\:-top-14{top:-3.5rem}.xxxl\:-right-14{right:-3.5rem}.xxxl\:-bottom-14{bottom:-3.5rem}.xxxl\:-left-14{left:-3.5rem}.xxxl\:-top-16{top:-4rem}.xxxl\:-right-16{right:-4rem}.xxxl\:-bottom-16{bottom:-4rem}.xxxl\:-left-16{left:-4rem}.xxxl\:-top-20{top:-5rem}.xxxl\:-right-20{right:-5rem}.xxxl\:-bottom-20{bottom:-5rem}.xxxl\:-left-20{left:-5rem}.xxxl\:-top-24{top:-6rem}.xxxl\:-right-24{right:-6rem}.xxxl\:-bottom-24{bottom:-6rem}.xxxl\:-left-24{left:-6rem}.xxxl\:-top-28{top:-7rem}.xxxl\:-right-28{right:-7rem}.xxxl\:-bottom-28{bottom:-7rem}.xxxl\:-left-28{left:-7rem}.xxxl\:-top-32{top:-8rem}.xxxl\:-right-32{right:-8rem}.xxxl\:-bottom-32{bottom:-8rem}.xxxl\:-left-32{left:-8rem}.xxxl\:-top-36{top:-9rem}.xxxl\:-right-36{right:-9rem}.xxxl\:-bottom-36{bottom:-9rem}.xxxl\:-left-36{left:-9rem}.xxxl\:-top-40{top:-10rem}.xxxl\:-right-40{right:-10rem}.xxxl\:-bottom-40{bottom:-10rem}.xxxl\:-left-40{left:-10rem}.xxxl\:-top-44{top:-11rem}.xxxl\:-right-44{right:-11rem}.xxxl\:-bottom-44{bottom:-11rem}.xxxl\:-left-44{left:-11rem}.xxxl\:-top-48{top:-12rem}.xxxl\:-right-48{right:-12rem}.xxxl\:-bottom-48{bottom:-12rem}.xxxl\:-left-48{left:-12rem}.xxxl\:-top-52{top:-13rem}.xxxl\:-right-52{right:-13rem}.xxxl\:-bottom-52{bottom:-13rem}.xxxl\:-left-52{left:-13rem}.xxxl\:-top-56{top:-14rem}.xxxl\:-right-56{right:-14rem}.xxxl\:-bottom-56{bottom:-14rem}.xxxl\:-left-56{left:-14rem}.xxxl\:-top-60{top:-15rem}.xxxl\:-right-60{right:-15rem}.xxxl\:-bottom-60{bottom:-15rem}.xxxl\:-left-60{left:-15rem}.xxxl\:-top-64{top:-16rem}.xxxl\:-right-64{right:-16rem}.xxxl\:-bottom-64{bottom:-16rem}.xxxl\:-left-64{left:-16rem}.xxxl\:-top-72{top:-18rem}.xxxl\:-right-72{right:-18rem}.xxxl\:-bottom-72{bottom:-18rem}.xxxl\:-left-72{left:-18rem}.xxxl\:-top-80{top:-20rem}.xxxl\:-right-80{right:-20rem}.xxxl\:-bottom-80{bottom:-20rem}.xxxl\:-left-80{left:-20rem}.xxxl\:-top-96{top:-24rem}.xxxl\:-right-96{right:-24rem}.xxxl\:-bottom-96{bottom:-24rem}.xxxl\:-left-96{left:-24rem}.xxxl\:-top-px{top:-1px}.xxxl\:-right-px{right:-1px}.xxxl\:-bottom-px{bottom:-1px}.xxxl\:-left-px{left:-1px}.xxxl\:-top-0\.5{top:-.125rem}.xxxl\:-right-0\.5{right:-.125rem}.xxxl\:-bottom-0\.5{bottom:-.125rem}.xxxl\:-left-0\.5{left:-.125rem}.xxxl\:-top-1\.5{top:-.375rem}.xxxl\:-right-1\.5{right:-.375rem}.xxxl\:-bottom-1\.5{bottom:-.375rem}.xxxl\:-left-1\.5{left:-.375rem}.xxxl\:-top-2\.5{top:-.625rem}.xxxl\:-right-2\.5{right:-.625rem}.xxxl\:-bottom-2\.5{bottom:-.625rem}.xxxl\:-left-2\.5{left:-.625rem}.xxxl\:-top-3\.5{top:-.875rem}.xxxl\:-right-3\.5{right:-.875rem}.xxxl\:-bottom-3\.5{bottom:-.875rem}.xxxl\:-left-3\.5{left:-.875rem}.xxxl\:-top-gutter-1{top:-.625rem}.xxxl\:-right-gutter-1{right:-.625rem}.xxxl\:-bottom-gutter-1{bottom:-.625rem}.xxxl\:-left-gutter-1{left:-.625rem}.xxxl\:-top-gutter-2{top:-1.25rem}.xxxl\:-right-gutter-2{right:-1.25rem}.xxxl\:-bottom-gutter-2{bottom:-1.25rem}.xxxl\:-left-gutter-2{left:-1.25rem}.xxxl\:top-1\/2{top:50%}.xxxl\:right-1\/2{right:50%}.xxxl\:bottom-1\/2{bottom:50%}.xxxl\:left-1\/2{left:50%}.xxxl\:top-1\/3{top:33.333333%}.xxxl\:right-1\/3{right:33.333333%}.xxxl\:bottom-1\/3{bottom:33.333333%}.xxxl\:left-1\/3{left:33.333333%}.xxxl\:top-2\/3{top:66.666667%}.xxxl\:right-2\/3{right:66.666667%}.xxxl\:bottom-2\/3{bottom:66.666667%}.xxxl\:left-2\/3{left:66.666667%}.xxxl\:top-1\/4{top:25%}.xxxl\:right-1\/4{right:25%}.xxxl\:bottom-1\/4{bottom:25%}.xxxl\:left-1\/4{left:25%}.xxxl\:top-2\/4{top:50%}.xxxl\:right-2\/4{right:50%}.xxxl\:bottom-2\/4{bottom:50%}.xxxl\:left-2\/4{left:50%}.xxxl\:top-3\/4{top:75%}.xxxl\:right-3\/4{right:75%}.xxxl\:bottom-3\/4{bottom:75%}.xxxl\:left-3\/4{left:75%}.xxxl\:top-full{top:100%}.xxxl\:right-full{right:100%}.xxxl\:bottom-full{bottom:100%}.xxxl\:left-full{left:100%}.xxxl\:-top-1\/2{top:-50%}.xxxl\:-right-1\/2{right:-50%}.xxxl\:-bottom-1\/2{bottom:-50%}.xxxl\:-left-1\/2{left:-50%}.xxxl\:-top-1\/3{top:-33.333333%}.xxxl\:-right-1\/3{right:-33.333333%}.xxxl\:-bottom-1\/3{bottom:-33.333333%}.xxxl\:-left-1\/3{left:-33.333333%}.xxxl\:-top-2\/3{top:-66.666667%}.xxxl\:-right-2\/3{right:-66.666667%}.xxxl\:-bottom-2\/3{bottom:-66.666667%}.xxxl\:-left-2\/3{left:-66.666667%}.xxxl\:-top-1\/4{top:-25%}.xxxl\:-right-1\/4{right:-25%}.xxxl\:-bottom-1\/4{bottom:-25%}.xxxl\:-left-1\/4{left:-25%}.xxxl\:-top-2\/4{top:-50%}.xxxl\:-right-2\/4{right:-50%}.xxxl\:-bottom-2\/4{bottom:-50%}.xxxl\:-left-2\/4{left:-50%}.xxxl\:-top-3\/4{top:-75%}.xxxl\:-right-3\/4{right:-75%}.xxxl\:-bottom-3\/4{bottom:-75%}.xxxl\:-left-3\/4{left:-75%}.xxxl\:-top-full{top:-100%}.xxxl\:-right-full{right:-100%}.xxxl\:-bottom-full{bottom:-100%}.xxxl\:-left-full{left:-100%}.xxxl\:resize-none{resize:none}.xxxl\:resize-y{resize:vertical}.xxxl\:resize-x{resize:horizontal}.xxxl\:resize{resize:both}.xxxl\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .xxxl\:group-hover\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.xxxl\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:ring-inset{--tw-ring-inset:inset}.xxxl\:focus-within\:ring-0:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\: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);--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)}.xxxl\:focus-within\:ring-4:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus-within\:ring-8:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.xxxl\: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);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\: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);--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)}.xxxl\:focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus\:ring-8:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.xxxl\:focus\:ring-inset:focus{--tw-ring-inset:inset}.xxxl\:ring-offset-transparent{--tw-ring-offset-color:transparent}.xxxl\:ring-offset-current{--tw-ring-offset-color:currentColor}.xxxl\:ring-offset-black{--tw-ring-offset-color:#000}.xxxl\:ring-offset-white{--tw-ring-offset-color:#fff}.xxxl\:ring-offset-gray-50{--tw-ring-offset-color:#f9fafb}.xxxl\:ring-offset-gray-100{--tw-ring-offset-color:#f3f4f6}.xxxl\:ring-offset-gray-200{--tw-ring-offset-color:#e5e7eb}.xxxl\:ring-offset-gray-300{--tw-ring-offset-color:#d1d5db}.xxxl\:ring-offset-gray-400{--tw-ring-offset-color:#9ca3af}.xxxl\:ring-offset-gray-500{--tw-ring-offset-color:#6b7280}.xxxl\:ring-offset-gray-600{--tw-ring-offset-color:#4b5563}.xxxl\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.xxxl\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.xxxl\:ring-offset-gray-900{--tw-ring-offset-color:#111827}.xxxl\:ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.xxxl\:ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.xxxl\:ring-offset-red-200{--tw-ring-offset-color:#fecaca}.xxxl\:ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.xxxl\:ring-offset-red-400{--tw-ring-offset-color:#f87171}.xxxl\:ring-offset-red-500{--tw-ring-offset-color:#ef4444}.xxxl\:ring-offset-red-600{--tw-ring-offset-color:#dc2626}.xxxl\:ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.xxxl\:ring-offset-red-800{--tw-ring-offset-color:#991b1b}.xxxl\:ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.xxxl\:ring-offset-yellow-50{--tw-ring-offset-color:#fffbeb}.xxxl\:ring-offset-yellow-100{--tw-ring-offset-color:#fef3c7}.xxxl\:ring-offset-yellow-200{--tw-ring-offset-color:#fde68a}.xxxl\:ring-offset-yellow-300{--tw-ring-offset-color:#fcd34d}.xxxl\:ring-offset-yellow-400{--tw-ring-offset-color:#fbbf24}.xxxl\:ring-offset-yellow-500{--tw-ring-offset-color:#f59e0b}.xxxl\:ring-offset-yellow-600{--tw-ring-offset-color:#d97706}.xxxl\:ring-offset-yellow-700{--tw-ring-offset-color:#b45309}.xxxl\:ring-offset-yellow-800{--tw-ring-offset-color:#92400e}.xxxl\:ring-offset-yellow-900{--tw-ring-offset-color:#78350f}.xxxl\:ring-offset-green-50{--tw-ring-offset-color:#ecfdf5}.xxxl\:ring-offset-green-100{--tw-ring-offset-color:#d1fae5}.xxxl\:ring-offset-green-200{--tw-ring-offset-color:#a7f3d0}.xxxl\:ring-offset-green-300{--tw-ring-offset-color:#6ee7b7}.xxxl\:ring-offset-green-400{--tw-ring-offset-color:#34d399}.xxxl\:ring-offset-green-500{--tw-ring-offset-color:#10b981}.xxxl\:ring-offset-green-600{--tw-ring-offset-color:#059669}.xxxl\:ring-offset-green-700{--tw-ring-offset-color:#047857}.xxxl\:ring-offset-green-800{--tw-ring-offset-color:#065f46}.xxxl\:ring-offset-green-900{--tw-ring-offset-color:#064e3b}.xxxl\:ring-offset-blue-50{--tw-ring-offset-color:#eff6ff}.xxxl\:ring-offset-blue-100{--tw-ring-offset-color:#dbeafe}.xxxl\:ring-offset-blue-200{--tw-ring-offset-color:#bfdbfe}.xxxl\:ring-offset-blue-300{--tw-ring-offset-color:#93c5fd}.xxxl\:ring-offset-blue-400{--tw-ring-offset-color:#60a5fa}.xxxl\:ring-offset-blue-500{--tw-ring-offset-color:#3b82f6}.xxxl\:ring-offset-blue-600{--tw-ring-offset-color:#2563eb}.xxxl\:ring-offset-blue-700{--tw-ring-offset-color:#1d4ed8}.xxxl\:ring-offset-blue-800{--tw-ring-offset-color:#1e40af}.xxxl\:ring-offset-blue-900{--tw-ring-offset-color:#1e3a8a}.xxxl\:ring-offset-indigo-50{--tw-ring-offset-color:#eef2ff}.xxxl\:ring-offset-indigo-100{--tw-ring-offset-color:#e0e7ff}.xxxl\:ring-offset-indigo-200{--tw-ring-offset-color:#c7d2fe}.xxxl\:ring-offset-indigo-300{--tw-ring-offset-color:#a5b4fc}.xxxl\:ring-offset-indigo-400{--tw-ring-offset-color:#818cf8}.xxxl\:ring-offset-indigo-500{--tw-ring-offset-color:#6366f1}.xxxl\:ring-offset-indigo-600{--tw-ring-offset-color:#4f46e5}.xxxl\:ring-offset-indigo-700{--tw-ring-offset-color:#4338ca}.xxxl\:ring-offset-indigo-800{--tw-ring-offset-color:#3730a3}.xxxl\:ring-offset-indigo-900{--tw-ring-offset-color:#312e81}.xxxl\:ring-offset-purple-50{--tw-ring-offset-color:#f5f3ff}.xxxl\:ring-offset-purple-100{--tw-ring-offset-color:#ede9fe}.xxxl\:ring-offset-purple-200{--tw-ring-offset-color:#ddd6fe}.xxxl\:ring-offset-purple-300{--tw-ring-offset-color:#c4b5fd}.xxxl\:ring-offset-purple-400{--tw-ring-offset-color:#a78bfa}.xxxl\:ring-offset-purple-500{--tw-ring-offset-color:#8b5cf6}.xxxl\:ring-offset-purple-600{--tw-ring-offset-color:#7c3aed}.xxxl\:ring-offset-purple-700{--tw-ring-offset-color:#6d28d9}.xxxl\:ring-offset-purple-800{--tw-ring-offset-color:#5b21b6}.xxxl\:ring-offset-purple-900{--tw-ring-offset-color:#4c1d95}.xxxl\:ring-offset-pink-50{--tw-ring-offset-color:#fdf2f8}.xxxl\:ring-offset-pink-100{--tw-ring-offset-color:#fce7f3}.xxxl\:ring-offset-pink-200{--tw-ring-offset-color:#fbcfe8}.xxxl\:ring-offset-pink-300{--tw-ring-offset-color:#f9a8d4}.xxxl\:ring-offset-pink-400{--tw-ring-offset-color:#f472b6}.xxxl\:ring-offset-pink-500{--tw-ring-offset-color:#ec4899}.xxxl\:ring-offset-pink-600{--tw-ring-offset-color:#db2777}.xxxl\:ring-offset-pink-700{--tw-ring-offset-color:#be185d}.xxxl\:ring-offset-pink-800{--tw-ring-offset-color:#9d174d}.xxxl\:ring-offset-pink-900{--tw-ring-offset-color:#831843}.xxxl\:focus-within\:ring-offset-transparent:focus-within{--tw-ring-offset-color:transparent}.xxxl\:focus-within\:ring-offset-current:focus-within{--tw-ring-offset-color:currentColor}.xxxl\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color:#000}.xxxl\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color:#fff}.xxxl\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color:#f9fafb}.xxxl\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.xxxl\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color:#e5e7eb}.xxxl\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color:#d1d5db}.xxxl\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color:#9ca3af}.xxxl\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color:#6b7280}.xxxl\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color:#4b5563}.xxxl\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color:#374151}.xxxl\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color:#1f2937}.xxxl\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color:#111827}.xxxl\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color:#fef2f2}.xxxl\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color:#fee2e2}.xxxl\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color:#fecaca}.xxxl\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color:#fca5a5}.xxxl\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color:#f87171}.xxxl\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color:#ef4444}.xxxl\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color:#dc2626}.xxxl\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color:#b91c1c}.xxxl\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color:#991b1b}.xxxl\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color:#7f1d1d}.xxxl\:focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color:#fffbeb}.xxxl\:focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color:#fef3c7}.xxxl\:focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color:#fde68a}.xxxl\:focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color:#fcd34d}.xxxl\:focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color:#fbbf24}.xxxl\:focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color:#f59e0b}.xxxl\:focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color:#d97706}.xxxl\:focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color:#b45309}.xxxl\:focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color:#92400e}.xxxl\:focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color:#78350f}.xxxl\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color:#ecfdf5}.xxxl\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color:#d1fae5}.xxxl\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color:#a7f3d0}.xxxl\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color:#6ee7b7}.xxxl\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color:#34d399}.xxxl\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color:#10b981}.xxxl\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color:#059669}.xxxl\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color:#047857}.xxxl\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color:#065f46}.xxxl\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color:#064e3b}.xxxl\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color:#eff6ff}.xxxl\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color:#dbeafe}.xxxl\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color:#bfdbfe}.xxxl\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color:#93c5fd}.xxxl\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color:#60a5fa}.xxxl\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color:#3b82f6}.xxxl\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color:#2563eb}.xxxl\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color:#1d4ed8}.xxxl\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color:#1e40af}.xxxl\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color:#1e3a8a}.xxxl\:focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color:#eef2ff}.xxxl\:focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color:#e0e7ff}.xxxl\:focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color:#c7d2fe}.xxxl\:focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color:#a5b4fc}.xxxl\:focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color:#818cf8}.xxxl\:focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color:#6366f1}.xxxl\:focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color:#4f46e5}.xxxl\:focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color:#4338ca}.xxxl\:focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color:#3730a3}.xxxl\:focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color:#312e81}.xxxl\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color:#f5f3ff}.xxxl\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color:#ede9fe}.xxxl\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color:#ddd6fe}.xxxl\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color:#c4b5fd}.xxxl\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color:#a78bfa}.xxxl\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color:#8b5cf6}.xxxl\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color:#7c3aed}.xxxl\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color:#6d28d9}.xxxl\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color:#5b21b6}.xxxl\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color:#4c1d95}.xxxl\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color:#fdf2f8}.xxxl\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color:#fce7f3}.xxxl\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color:#fbcfe8}.xxxl\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color:#f9a8d4}.xxxl\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color:#f472b6}.xxxl\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color:#ec4899}.xxxl\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color:#db2777}.xxxl\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color:#be185d}.xxxl\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color:#9d174d}.xxxl\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color:#831843}.xxxl\:focus\:ring-offset-transparent:focus{--tw-ring-offset-color:transparent}.xxxl\:focus\:ring-offset-current:focus{--tw-ring-offset-color:currentColor}.xxxl\:focus\:ring-offset-black:focus{--tw-ring-offset-color:#000}.xxxl\:focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.xxxl\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.xxxl\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.xxxl\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color:#e5e7eb}.xxxl\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color:#d1d5db}.xxxl\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color:#9ca3af}.xxxl\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color:#6b7280}.xxxl\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color:#4b5563}.xxxl\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}.xxxl\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.xxxl\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.xxxl\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color:#fef2f2}.xxxl\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#fee2e2}.xxxl\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color:#fecaca}.xxxl\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color:#fca5a5}.xxxl\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color:#f87171}.xxxl\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color:#ef4444}.xxxl\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.xxxl\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color:#b91c1c}.xxxl\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color:#991b1b}.xxxl\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color:#7f1d1d}.xxxl\:focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color:#fffbeb}.xxxl\:focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#fef3c7}.xxxl\:focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color:#fde68a}.xxxl\:focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color:#fcd34d}.xxxl\:focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color:#fbbf24}.xxxl\:focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color:#f59e0b}.xxxl\:focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color:#d97706}.xxxl\:focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color:#b45309}.xxxl\:focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color:#92400e}.xxxl\:focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color:#78350f}.xxxl\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#ecfdf5}.xxxl\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#d1fae5}.xxxl\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color:#a7f3d0}.xxxl\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color:#6ee7b7}.xxxl\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color:#34d399}.xxxl\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color:#10b981}.xxxl\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color:#059669}.xxxl\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color:#047857}.xxxl\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color:#065f46}.xxxl\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color:#064e3b}.xxxl\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color:#eff6ff}.xxxl\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#dbeafe}.xxxl\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color:#bfdbfe}.xxxl\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color:#93c5fd}.xxxl\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color:#60a5fa}.xxxl\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color:#3b82f6}.xxxl\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color:#2563eb}.xxxl\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color:#1d4ed8}.xxxl\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color:#1e40af}.xxxl\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color:#1e3a8a}.xxxl\:focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color:#eef2ff}.xxxl\:focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color:#e0e7ff}.xxxl\:focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color:#c7d2fe}.xxxl\:focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color:#a5b4fc}.xxxl\:focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color:#818cf8}.xxxl\:focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.xxxl\:focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.xxxl\:focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.xxxl\:focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color:#3730a3}.xxxl\:focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.xxxl\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color:#f5f3ff}.xxxl\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color:#ede9fe}.xxxl\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color:#ddd6fe}.xxxl\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color:#c4b5fd}.xxxl\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color:#a78bfa}.xxxl\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color:#8b5cf6}.xxxl\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color:#7c3aed}.xxxl\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color:#6d28d9}.xxxl\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color:#5b21b6}.xxxl\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color:#4c1d95}.xxxl\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color:#fdf2f8}.xxxl\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color:#fce7f3}.xxxl\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color:#fbcfe8}.xxxl\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color:#f9a8d4}.xxxl\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color:#f472b6}.xxxl\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color:#ec4899}.xxxl\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color:#db2777}.xxxl\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color:#be185d}.xxxl\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color:#9d174d}.xxxl\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color:#831843}.xxxl\:ring-offset-0{--tw-ring-offset-width:0px}.xxxl\:ring-offset-1{--tw-ring-offset-width:1px}.xxxl\:ring-offset-2{--tw-ring-offset-width:2px}.xxxl\:ring-offset-4{--tw-ring-offset-width:4px}.xxxl\:ring-offset-8{--tw-ring-offset-width:8px}.xxxl\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.xxxl\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.xxxl\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.xxxl\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.xxxl\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.xxxl\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.xxxl\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.xxxl\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.xxxl\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.xxxl\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.xxxl\:ring-transparent{--tw-ring-color:transparent}.xxxl\:ring-current{--tw-ring-color:currentColor}.xxxl\:ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xxxl\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xxxl\:ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xxxl\:ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xxxl\:ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xxxl\:ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xxxl\:ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xxxl\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xxxl\:ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xxxl\:ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xxxl\:ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xxxl\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xxxl\:ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xxxl\:ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xxxl\:ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xxxl\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xxxl\:ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xxxl\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xxxl\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xxxl\:ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xxxl\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xxxl\:ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xxxl\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xxxl\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xxxl\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xxxl\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xxxl\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xxxl\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xxxl\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xxxl\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xxxl\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xxxl\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xxxl\:ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xxxl\:ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xxxl\:ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xxxl\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xxxl\:ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xxxl\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xxxl\:ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xxxl\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xxxl\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xxxl\:ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xxxl\:ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xxxl\:ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xxxl\:ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xxxl\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xxxl\:ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xxxl\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xxxl\:ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xxxl\:ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xxxl\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xxxl\:ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xxxl\:ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xxxl\:ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xxxl\:ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xxxl\:ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xxxl\:ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xxxl\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xxxl\:ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xxxl\:ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xxxl\:ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xxxl\:ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xxxl\:ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xxxl\:ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xxxl\:ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xxxl\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xxxl\:ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xxxl\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xxxl\:ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xxxl\:ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xxxl\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xxxl\:ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xxxl\:ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xxxl\:ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xxxl\:ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xxxl\:ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xxxl\:ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xxxl\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xxxl\:ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xxxl\:ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xxxl\:ring-pink-800{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xxxl\:ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-transparent:focus-within{--tw-ring-color:transparent}.xxxl\:focus-within\:ring-current:focus-within{--tw-ring-color:currentColor}.xxxl\:focus-within\:ring-black:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xxxl\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xxxl\:focus\:ring-transparent:focus{--tw-ring-color:transparent}.xxxl\:focus\:ring-current:focus{--tw-ring-color:currentColor}.xxxl\:focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.xxxl\:focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,250,251,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(243,244,246,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(229,231,235,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,213,219,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(156,163,175,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(107,114,128,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(75,85,99,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,65,81,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(31,41,55,var(--tw-ring-opacity))}.xxxl\:focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(17,24,39,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,242,242,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,226,226,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,202,202,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,165,165,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(248,113,113,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(220,38,38,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(185,28,28,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(153,27,27,var(--tw-ring-opacity))}.xxxl\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(127,29,29,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(255,251,235,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(254,243,199,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,230,138,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,211,77,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,191,36,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,158,11,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(217,119,6,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(180,83,9,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(146,64,14,var(--tw-ring-opacity))}.xxxl\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(120,53,15,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,253,245,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(209,250,229,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,243,208,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(110,231,183,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(52,211,153,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(16,185,129,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(5,150,105,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(4,120,87,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,95,70,var(--tw-ring-opacity))}.xxxl\:focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(6,78,59,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,246,255,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,234,254,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(147,197,253,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(37,99,235,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(29,78,216,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,64,175,var(--tw-ring-opacity))}.xxxl\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(30,58,138,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(238,242,255,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(224,231,255,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(199,210,254,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(165,180,252,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(129,140,248,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(79,70,229,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(67,56,202,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(55,48,163,var(--tw-ring-opacity))}.xxxl\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(49,46,129,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(245,243,255,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(237,233,254,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(221,214,254,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(196,181,253,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(167,139,250,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(139,92,246,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(124,58,237,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(109,40,217,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(91,33,182,var(--tw-ring-opacity))}.xxxl\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(76,29,149,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(253,242,248,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(252,231,243,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(251,207,232,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(249,168,212,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(244,114,182,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(236,72,153,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(219,39,119,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(190,24,93,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(157,23,77,var(--tw-ring-opacity))}.xxxl\:focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(131,24,67,var(--tw-ring-opacity))}.xxxl\:ring-opacity-0{--tw-ring-opacity:0}.xxxl\:ring-opacity-5{--tw-ring-opacity:.05}.xxxl\:ring-opacity-10{--tw-ring-opacity:.1}.xxxl\:ring-opacity-20{--tw-ring-opacity:.2}.xxxl\:ring-opacity-25{--tw-ring-opacity:.25}.xxxl\:ring-opacity-30{--tw-ring-opacity:.3}.xxxl\:ring-opacity-40{--tw-ring-opacity:.4}.xxxl\:ring-opacity-50{--tw-ring-opacity:.5}.xxxl\:ring-opacity-60{--tw-ring-opacity:.6}.xxxl\:ring-opacity-70{--tw-ring-opacity:.7}.xxxl\:ring-opacity-75{--tw-ring-opacity:.75}.xxxl\:ring-opacity-80{--tw-ring-opacity:.8}.xxxl\:ring-opacity-90{--tw-ring-opacity:.9}.xxxl\:ring-opacity-95{--tw-ring-opacity:.95}.xxxl\:ring-opacity-100{--tw-ring-opacity:1}.xxxl\:focus-within\:ring-opacity-0:focus-within{--tw-ring-opacity:0}.xxxl\:focus-within\:ring-opacity-5:focus-within{--tw-ring-opacity:.05}.xxxl\:focus-within\:ring-opacity-10:focus-within{--tw-ring-opacity:.1}.xxxl\:focus-within\:ring-opacity-20:focus-within{--tw-ring-opacity:.2}.xxxl\:focus-within\:ring-opacity-25:focus-within{--tw-ring-opacity:.25}.xxxl\:focus-within\:ring-opacity-30:focus-within{--tw-ring-opacity:.3}.xxxl\:focus-within\:ring-opacity-40:focus-within{--tw-ring-opacity:.4}.xxxl\:focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity:.5}.xxxl\:focus-within\:ring-opacity-60:focus-within{--tw-ring-opacity:.6}.xxxl\:focus-within\:ring-opacity-70:focus-within{--tw-ring-opacity:.7}.xxxl\:focus-within\:ring-opacity-75:focus-within{--tw-ring-opacity:.75}.xxxl\:focus-within\:ring-opacity-80:focus-within{--tw-ring-opacity:.8}.xxxl\:focus-within\:ring-opacity-90:focus-within{--tw-ring-opacity:.9}.xxxl\:focus-within\:ring-opacity-95:focus-within{--tw-ring-opacity:.95}.xxxl\:focus-within\:ring-opacity-100:focus-within{--tw-ring-opacity:1}.xxxl\:focus\:ring-opacity-0:focus{--tw-ring-opacity:0}.xxxl\:focus\:ring-opacity-5:focus{--tw-ring-opacity:.05}.xxxl\:focus\:ring-opacity-10:focus{--tw-ring-opacity:.1}.xxxl\:focus\:ring-opacity-20:focus{--tw-ring-opacity:.2}.xxxl\:focus\:ring-opacity-25:focus{--tw-ring-opacity:.25}.xxxl\:focus\:ring-opacity-30:focus{--tw-ring-opacity:.3}.xxxl\:focus\:ring-opacity-40:focus{--tw-ring-opacity:.4}.xxxl\:focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.xxxl\:focus\:ring-opacity-60:focus{--tw-ring-opacity:.6}.xxxl\:focus\:ring-opacity-70:focus{--tw-ring-opacity:.7}.xxxl\:focus\:ring-opacity-75:focus{--tw-ring-opacity:.75}.xxxl\:focus\:ring-opacity-80:focus{--tw-ring-opacity:.8}.xxxl\:focus\:ring-opacity-90:focus{--tw-ring-opacity:.9}.xxxl\:focus\:ring-opacity-95:focus{--tw-ring-opacity:.95}.xxxl\:focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.xxxl\:fill-current{fill:currentColor}.xxxl\:stroke-current{stroke:currentColor}.xxxl\:stroke-0{stroke-width:0}.xxxl\:stroke-1{stroke-width:1}.xxxl\:stroke-2{stroke-width:2}.xxxl\:table-auto{table-layout:auto}.xxxl\:table-fixed{table-layout:fixed}.xxxl\:text-left{text-align:left}.xxxl\:text-center{text-align:center}.xxxl\:text-right{text-align:right}.xxxl\:text-justify{text-align:justify}.xxxl\:text-transparent{color:transparent}.xxxl\:text-current{color:currentColor}.xxxl\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxxl\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxxl\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxxl\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxxl\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxxl\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxxl\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxxl\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxxl\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxxl\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxxl\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxxl\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxxl\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxxl\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxxl\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxxl\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxxl\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxxl\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxxl\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxxl\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxxl\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxxl\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxxl\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxxl\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxxl\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxxl\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxxl\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxxl\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxxl\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxxl\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxxl\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxxl\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxxl\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxxl\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxxl\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxxl\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxxl\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxxl\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxxl\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxxl\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxxl\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxxl\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxxl\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxxl\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxxl\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxxl\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxxl\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxxl\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxxl\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxxl\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxxl\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxxl\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxxl\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxxl\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxxl\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxxl\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxxl\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxxl\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxxl\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxxl\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxxl\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxxl\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxxl\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxxl\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxxl\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxxl\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxxl\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxxl\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxxl\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxxl\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxxl\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxxl\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxxl\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxxl\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxxl\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxxl\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxxl\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxxl\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxxl\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxxl\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxxl\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxxl\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-transparent{color:transparent}.group:hover .xxxl\:group-hover\:text-current{color:currentColor}.group:hover .xxxl\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.group:hover .xxxl\:group-hover\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxxl\:focus-within\:text-transparent:focus-within{color:transparent}.xxxl\:focus-within\:text-current:focus-within{color:currentColor}.xxxl\:focus-within\:text-black:focus-within{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxxl\:focus-within\:text-white:focus-within{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-50:focus-within{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-100:focus-within{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-200:focus-within{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-300:focus-within{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-700:focus-within{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-800:focus-within{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxxl\:focus-within\:text-gray-900:focus-within{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-50:focus-within{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-100:focus-within{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-200:focus-within{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-300:focus-within{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-400:focus-within{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-500:focus-within{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-600:focus-within{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-700:focus-within{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-800:focus-within{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxxl\:focus-within\:text-red-900:focus-within{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-50:focus-within{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-100:focus-within{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-200:focus-within{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-300:focus-within{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-400:focus-within{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-500:focus-within{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-600:focus-within{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-700:focus-within{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-800:focus-within{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxxl\:focus-within\:text-yellow-900:focus-within{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-50:focus-within{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-100:focus-within{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-200:focus-within{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-300:focus-within{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-400:focus-within{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-500:focus-within{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-600:focus-within{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-700:focus-within{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-800:focus-within{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxxl\:focus-within\:text-green-900:focus-within{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-50:focus-within{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-100:focus-within{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-200:focus-within{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-300:focus-within{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-400:focus-within{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-500:focus-within{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-600:focus-within{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-700:focus-within{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-800:focus-within{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxxl\:focus-within\:text-blue-900:focus-within{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-50:focus-within{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-100:focus-within{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-200:focus-within{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-300:focus-within{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-400:focus-within{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-500:focus-within{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-600:focus-within{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-700:focus-within{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-800:focus-within{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxxl\:focus-within\:text-indigo-900:focus-within{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-50:focus-within{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-100:focus-within{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-200:focus-within{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-300:focus-within{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-400:focus-within{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-500:focus-within{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-600:focus-within{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-700:focus-within{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-800:focus-within{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxxl\:focus-within\:text-purple-900:focus-within{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-50:focus-within{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-100:focus-within{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-200:focus-within{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-300:focus-within{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-400:focus-within{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-500:focus-within{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-600:focus-within{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-700:focus-within{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-800:focus-within{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxxl\:focus-within\:text-pink-900:focus-within{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxxl\:hover\:text-transparent:hover{color:transparent}.xxxl\:hover\:text-current:hover{color:currentColor}.xxxl\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxxl\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxxl\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxxl\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxxl\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxxl\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxxl\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxxl\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxxl\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxxl\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxxl\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxxl\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxxl\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxxl\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxxl\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxxl\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxxl\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxxl\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxxl\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxxl\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxxl\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxxl\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxxl\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxxl\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxxl\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxxl\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxxl\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxxl\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxxl\:focus\:text-transparent:focus{color:transparent}.xxxl\:focus\:text-current:focus{color:currentColor}.xxxl\:focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.xxxl\:focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.xxxl\:focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.xxxl\:focus\:text-red-50:focus{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.xxxl\:focus\:text-red-100:focus{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.xxxl\:focus\:text-red-200:focus{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.xxxl\:focus\:text-red-300:focus{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.xxxl\:focus\:text-red-400:focus{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.xxxl\:focus\:text-red-500:focus{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.xxxl\:focus\:text-red-600:focus{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.xxxl\:focus\:text-red-700:focus{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.xxxl\:focus\:text-red-800:focus{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.xxxl\:focus\:text-red-900:focus{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.xxxl\:focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.xxxl\:focus\:text-green-50:focus{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.xxxl\:focus\:text-green-100:focus{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.xxxl\:focus\:text-green-200:focus{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.xxxl\:focus\:text-green-300:focus{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.xxxl\:focus\:text-green-400:focus{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.xxxl\:focus\:text-green-500:focus{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.xxxl\:focus\:text-green-600:focus{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.xxxl\:focus\:text-green-700:focus{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.xxxl\:focus\:text-green-800:focus{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.xxxl\:focus\:text-green-900:focus{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.xxxl\:focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.xxxl\:focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-100:focus{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-200:focus{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-300:focus{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-400:focus{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-800:focus{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.xxxl\:focus\:text-purple-900:focus{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-50:focus{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-100:focus{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-200:focus{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-300:focus{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-400:focus{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-500:focus{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-600:focus{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-800:focus{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.xxxl\:focus\:text-pink-900:focus{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.xxxl\:text-opacity-0{--tw-text-opacity:0}.xxxl\:text-opacity-5{--tw-text-opacity:.05}.xxxl\:text-opacity-10{--tw-text-opacity:.1}.xxxl\:text-opacity-20{--tw-text-opacity:.2}.xxxl\:text-opacity-25{--tw-text-opacity:.25}.xxxl\:text-opacity-30{--tw-text-opacity:.3}.xxxl\:text-opacity-40{--tw-text-opacity:.4}.xxxl\:text-opacity-50{--tw-text-opacity:.5}.xxxl\:text-opacity-60{--tw-text-opacity:.6}.xxxl\:text-opacity-70{--tw-text-opacity:.7}.xxxl\:text-opacity-75{--tw-text-opacity:.75}.xxxl\:text-opacity-80{--tw-text-opacity:.8}.xxxl\:text-opacity-90{--tw-text-opacity:.9}.xxxl\:text-opacity-95{--tw-text-opacity:.95}.xxxl\:text-opacity-100{--tw-text-opacity:1}.group:hover .xxxl\:group-hover\:text-opacity-0{--tw-text-opacity:0}.group:hover .xxxl\:group-hover\:text-opacity-5{--tw-text-opacity:.05}.group:hover .xxxl\:group-hover\:text-opacity-10{--tw-text-opacity:.1}.group:hover .xxxl\:group-hover\:text-opacity-20{--tw-text-opacity:.2}.group:hover .xxxl\:group-hover\:text-opacity-25{--tw-text-opacity:.25}.group:hover .xxxl\:group-hover\:text-opacity-30{--tw-text-opacity:.3}.group:hover .xxxl\:group-hover\:text-opacity-40{--tw-text-opacity:.4}.group:hover .xxxl\:group-hover\:text-opacity-50{--tw-text-opacity:.5}.group:hover .xxxl\:group-hover\:text-opacity-60{--tw-text-opacity:.6}.group:hover .xxxl\:group-hover\:text-opacity-70{--tw-text-opacity:.7}.group:hover .xxxl\:group-hover\:text-opacity-75{--tw-text-opacity:.75}.group:hover .xxxl\:group-hover\:text-opacity-80{--tw-text-opacity:.8}.group:hover .xxxl\:group-hover\:text-opacity-90{--tw-text-opacity:.9}.group:hover .xxxl\:group-hover\:text-opacity-95{--tw-text-opacity:.95}.group:hover .xxxl\:group-hover\:text-opacity-100{--tw-text-opacity:1}.xxxl\:focus-within\:text-opacity-0:focus-within{--tw-text-opacity:0}.xxxl\:focus-within\:text-opacity-5:focus-within{--tw-text-opacity:.05}.xxxl\:focus-within\:text-opacity-10:focus-within{--tw-text-opacity:.1}.xxxl\:focus-within\:text-opacity-20:focus-within{--tw-text-opacity:.2}.xxxl\:focus-within\:text-opacity-25:focus-within{--tw-text-opacity:.25}.xxxl\:focus-within\:text-opacity-30:focus-within{--tw-text-opacity:.3}.xxxl\:focus-within\:text-opacity-40:focus-within{--tw-text-opacity:.4}.xxxl\:focus-within\:text-opacity-50:focus-within{--tw-text-opacity:.5}.xxxl\:focus-within\:text-opacity-60:focus-within{--tw-text-opacity:.6}.xxxl\:focus-within\:text-opacity-70:focus-within{--tw-text-opacity:.7}.xxxl\:focus-within\:text-opacity-75:focus-within{--tw-text-opacity:.75}.xxxl\:focus-within\:text-opacity-80:focus-within{--tw-text-opacity:.8}.xxxl\:focus-within\:text-opacity-90:focus-within{--tw-text-opacity:.9}.xxxl\:focus-within\:text-opacity-95:focus-within{--tw-text-opacity:.95}.xxxl\:focus-within\:text-opacity-100:focus-within{--tw-text-opacity:1}.xxxl\:hover\:text-opacity-0:hover{--tw-text-opacity:0}.xxxl\:hover\:text-opacity-5:hover{--tw-text-opacity:.05}.xxxl\:hover\:text-opacity-10:hover{--tw-text-opacity:.1}.xxxl\:hover\:text-opacity-20:hover{--tw-text-opacity:.2}.xxxl\:hover\:text-opacity-25:hover{--tw-text-opacity:.25}.xxxl\:hover\:text-opacity-30:hover{--tw-text-opacity:.3}.xxxl\:hover\:text-opacity-40:hover{--tw-text-opacity:.4}.xxxl\:hover\:text-opacity-50:hover{--tw-text-opacity:.5}.xxxl\:hover\:text-opacity-60:hover{--tw-text-opacity:.6}.xxxl\:hover\:text-opacity-70:hover{--tw-text-opacity:.7}.xxxl\:hover\:text-opacity-75:hover{--tw-text-opacity:.75}.xxxl\:hover\:text-opacity-80:hover{--tw-text-opacity:.8}.xxxl\:hover\:text-opacity-90:hover{--tw-text-opacity:.9}.xxxl\:hover\:text-opacity-95:hover{--tw-text-opacity:.95}.xxxl\:hover\:text-opacity-100:hover{--tw-text-opacity:1}.xxxl\:focus\:text-opacity-0:focus{--tw-text-opacity:0}.xxxl\:focus\:text-opacity-5:focus{--tw-text-opacity:.05}.xxxl\:focus\:text-opacity-10:focus{--tw-text-opacity:.1}.xxxl\:focus\:text-opacity-20:focus{--tw-text-opacity:.2}.xxxl\:focus\:text-opacity-25:focus{--tw-text-opacity:.25}.xxxl\:focus\:text-opacity-30:focus{--tw-text-opacity:.3}.xxxl\:focus\:text-opacity-40:focus{--tw-text-opacity:.4}.xxxl\:focus\:text-opacity-50:focus{--tw-text-opacity:.5}.xxxl\:focus\:text-opacity-60:focus{--tw-text-opacity:.6}.xxxl\:focus\:text-opacity-70:focus{--tw-text-opacity:.7}.xxxl\:focus\:text-opacity-75:focus{--tw-text-opacity:.75}.xxxl\:focus\:text-opacity-80:focus{--tw-text-opacity:.8}.xxxl\:focus\:text-opacity-90:focus{--tw-text-opacity:.9}.xxxl\:focus\:text-opacity-95:focus{--tw-text-opacity:.95}.xxxl\:focus\:text-opacity-100:focus{--tw-text-opacity:1}.xxxl\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xxxl\:overflow-ellipsis{text-overflow:ellipsis}.xxxl\:overflow-clip{text-overflow:clip}.xxxl\:italic{font-style:italic}.xxxl\:not-italic{font-style:normal}.xxxl\:uppercase{text-transform:uppercase}.xxxl\:lowercase{text-transform:lowercase}.xxxl\:capitalize{text-transform:capitalize}.xxxl\:normal-case{text-transform:none}.xxxl\:underline{text-decoration:underline}.xxxl\:line-through{text-decoration:line-through}.xxxl\:no-underline{text-decoration:none}.group:hover .xxxl\:group-hover\:underline{text-decoration:underline}.group:hover .xxxl\:group-hover\:line-through{text-decoration:line-through}.group:hover .xxxl\:group-hover\:no-underline{text-decoration:none}.xxxl\:focus-within\:underline:focus-within{text-decoration:underline}.xxxl\:focus-within\:line-through:focus-within{text-decoration:line-through}.xxxl\:focus-within\:no-underline:focus-within{text-decoration:none}.xxxl\:hover\:underline:hover{text-decoration:underline}.xxxl\:hover\:line-through:hover{text-decoration:line-through}.xxxl\:hover\:no-underline:hover{text-decoration:none}.xxxl\:focus\:underline:focus{text-decoration:underline}.xxxl\:focus\:line-through:focus{text-decoration:line-through}.xxxl\:focus\:no-underline:focus{text-decoration:none}.xxxl\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xxxl\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.xxxl\:ordinal,.xxxl\:slashed-zero,.xxxl\:lining-nums,.xxxl\:oldstyle-nums,.xxxl\:proportional-nums,.xxxl\:tabular-nums,.xxxl\:diagonal-fractions,.xxxl\:stacked-fractions{--tw-ordinal:var(--tw-empty,);--tw-slashed-zero:var(--tw-empty,);--tw-numeric-figure:var(--tw-empty,);--tw-numeric-spacing:var(--tw-empty,);--tw-numeric-fraction:var(--tw-empty,);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.xxxl\:normal-nums{font-variant-numeric:normal}.xxxl\:ordinal{--tw-ordinal:ordinal}.xxxl\:slashed-zero{--tw-slashed-zero:slashed-zero}.xxxl\:lining-nums{--tw-numeric-figure:lining-nums}.xxxl\:oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.xxxl\:proportional-nums{--tw-numeric-spacing:proportional-nums}.xxxl\:tabular-nums{--tw-numeric-spacing:tabular-nums}.xxxl\:diagonal-fractions{--tw-numeric-fraction:diagonal-fractions}.xxxl\:stacked-fractions{--tw-numeric-fraction:stacked-fractions}.xxxl\:tracking-tighter{letter-spacing:-.05em}.xxxl\:tracking-tight{letter-spacing:-.025em}.xxxl\:tracking-normal{letter-spacing:0em}.xxxl\:tracking-wide{letter-spacing:.025em}.xxxl\:tracking-wider{letter-spacing:.05em}.xxxl\:tracking-widest{letter-spacing:.1em}.xxxl\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.xxxl\:select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.xxxl\:select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.xxxl\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.xxxl\:align-baseline{vertical-align:baseline}.xxxl\:align-top{vertical-align:top}.xxxl\:align-middle{vertical-align:middle}.xxxl\:align-bottom{vertical-align:bottom}.xxxl\:align-text-top{vertical-align:text-top}.xxxl\:align-text-bottom{vertical-align:text-bottom}.xxxl\:visible{visibility:visible}.xxxl\:invisible{visibility:hidden}.xxxl\:whitespace-normal{white-space:normal}.xxxl\:whitespace-nowrap{white-space:nowrap}.xxxl\:whitespace-pre{white-space:pre}.xxxl\:whitespace-pre-line{white-space:pre-line}.xxxl\:whitespace-pre-wrap{white-space:pre-wrap}.xxxl\:break-normal{overflow-wrap:normal;word-break:normal}.xxxl\:break-words{overflow-wrap:break-word}.xxxl\:break-all{word-break:break-all}.xxxl\:w-0{width:0}.xxxl\:w-1{width:.25rem}.xxxl\:w-2{width:.5rem}.xxxl\:w-3{width:.75rem}.xxxl\:w-4{width:1rem}.xxxl\:w-5{width:1.25rem}.xxxl\:w-6{width:1.5rem}.xxxl\:w-7{width:1.75rem}.xxxl\:w-8{width:2rem}.xxxl\:w-9{width:2.25rem}.xxxl\:w-10{width:2.5rem}.xxxl\:w-11{width:2.75rem}.xxxl\:w-12{width:3rem}.xxxl\:w-14{width:3.5rem}.xxxl\:w-16{width:4rem}.xxxl\:w-20{width:5rem}.xxxl\:w-24{width:6rem}.xxxl\:w-28{width:7rem}.xxxl\:w-32{width:8rem}.xxxl\:w-36{width:9rem}.xxxl\:w-40{width:10rem}.xxxl\:w-44{width:11rem}.xxxl\:w-48{width:12rem}.xxxl\:w-52{width:13rem}.xxxl\:w-56{width:14rem}.xxxl\:w-60{width:15rem}.xxxl\:w-64{width:16rem}.xxxl\:w-72{width:18rem}.xxxl\:w-80{width:20rem}.xxxl\:w-96{width:24rem}.xxxl\:w-auto{width:auto}.xxxl\:w-px{width:1px}.xxxl\:w-0\.5{width:.125rem}.xxxl\:w-1\.5{width:.375rem}.xxxl\:w-2\.5{width:.625rem}.xxxl\:w-3\.5{width:.875rem}.xxxl\:w-gutter-1{width:.625rem}.xxxl\:w-gutter-2{width:1.25rem}.xxxl\:w-1\/2{width:50%}.xxxl\:w-1\/3{width:33.333333%}.xxxl\:w-2\/3{width:66.666667%}.xxxl\:w-1\/4{width:25%}.xxxl\:w-2\/4{width:50%}.xxxl\:w-3\/4{width:75%}.xxxl\:w-1\/5{width:20%}.xxxl\:w-2\/5{width:40%}.xxxl\:w-3\/5{width:60%}.xxxl\:w-4\/5{width:80%}.xxxl\:w-1\/6{width:16.666667%}.xxxl\:w-2\/6{width:33.333333%}.xxxl\:w-3\/6{width:50%}.xxxl\:w-4\/6{width:66.666667%}.xxxl\:w-5\/6{width:83.333333%}.xxxl\:w-1\/12{width:8.333333%}.xxxl\:w-2\/12{width:16.666667%}.xxxl\:w-3\/12{width:25%}.xxxl\:w-4\/12{width:33.333333%}.xxxl\:w-5\/12{width:41.666667%}.xxxl\:w-6\/12{width:50%}.xxxl\:w-7\/12{width:58.333333%}.xxxl\:w-8\/12{width:66.666667%}.xxxl\:w-9\/12{width:75%}.xxxl\:w-10\/12{width:83.333333%}.xxxl\:w-11\/12{width:91.666667%}.xxxl\:w-full{width:100%}.xxxl\:w-screen{width:100vw}.xxxl\:w-min{width:-moz-min-content;width:min-content}.xxxl\:w-max{width:-moz-max-content;width:max-content}.xxxl\:z-0{z-index:0}.xxxl\:z-10{z-index:10}.xxxl\:z-20{z-index:20}.xxxl\:z-30{z-index:30}.xxxl\:z-40{z-index:40}.xxxl\:z-50{z-index:50}.xxxl\:z-auto{z-index:auto}.xxxl\:focus-within\:z-0:focus-within{z-index:0}.xxxl\:focus-within\:z-10:focus-within{z-index:10}.xxxl\:focus-within\:z-20:focus-within{z-index:20}.xxxl\:focus-within\:z-30:focus-within{z-index:30}.xxxl\:focus-within\:z-40:focus-within{z-index:40}.xxxl\:focus-within\:z-50:focus-within{z-index:50}.xxxl\:focus-within\:z-auto:focus-within{z-index:auto}.xxxl\:focus\:z-0:focus{z-index:0}.xxxl\:focus\:z-10:focus{z-index:10}.xxxl\:focus\:z-20:focus{z-index:20}.xxxl\:focus\:z-30:focus{z-index:30}.xxxl\:focus\:z-40:focus{z-index:40}.xxxl\:focus\:z-50:focus{z-index:50}.xxxl\:focus\:z-auto:focus{z-index:auto}.xxxl\:gap-0{gap:0px}.xxxl\:gap-1{gap:.125rem}.xxxl\:gap-2{gap:.25rem}.xxxl\:gap-3{gap:.75rem}.xxxl\:gap-4{gap:1rem}.xxxl\:gap-5{gap:1.25rem}.xxxl\:gap-6{gap:1.5rem}.xxxl\:gap-7{gap:1.75rem}.xxxl\:gap-8{gap:2rem}.xxxl\:gap-9{gap:2.25rem}.xxxl\:gap-10{gap:2.5rem}.xxxl\:gap-11{gap:2.75rem}.xxxl\:gap-12{gap:3rem}.xxxl\:gap-14{gap:3.5rem}.xxxl\:gap-16{gap:4rem}.xxxl\:gap-20{gap:5rem}.xxxl\:gap-24{gap:6rem}.xxxl\:gap-28{gap:7rem}.xxxl\:gap-32{gap:8rem}.xxxl\:gap-36{gap:9rem}.xxxl\:gap-40{gap:10rem}.xxxl\:gap-44{gap:11rem}.xxxl\:gap-48{gap:12rem}.xxxl\:gap-52{gap:13rem}.xxxl\:gap-56{gap:14rem}.xxxl\:gap-60{gap:15rem}.xxxl\:gap-64{gap:16rem}.xxxl\:gap-72{gap:18rem}.xxxl\:gap-80{gap:20rem}.xxxl\:gap-96{gap:24rem}.xxxl\:gap-px{gap:1px}.xxxl\:gap-0\.5{gap:.125rem}.xxxl\:gap-1\.5{gap:.375rem}.xxxl\:gap-2\.5{gap:.625rem}.xxxl\:gap-3\.5{gap:.875rem}.xxxl\:gap-gutter-1{gap:.625rem}.xxxl\:gap-gutter-2{gap:1.25rem}.xxxl\:gap-x-0{-moz-column-gap:0px;column-gap:0}.xxxl\:gap-x-1{-moz-column-gap:.125rem;column-gap:.125rem}.xxxl\:gap-x-2{-moz-column-gap:.25rem;column-gap:.25rem}.xxxl\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.xxxl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xxxl\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.xxxl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.xxxl\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.xxxl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.xxxl\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.xxxl\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.xxxl\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.xxxl\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.xxxl\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.xxxl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xxxl\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.xxxl\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.xxxl\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.xxxl\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.xxxl\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.xxxl\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.xxxl\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.xxxl\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.xxxl\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.xxxl\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.xxxl\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.xxxl\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.xxxl\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.xxxl\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.xxxl\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.xxxl\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.xxxl\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.xxxl\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.xxxl\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.xxxl\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.xxxl\:gap-x-gutter-1{-moz-column-gap:.625rem;column-gap:.625rem}.xxxl\:gap-x-gutter-2{-moz-column-gap:1.25rem;column-gap:1.25rem}.xxxl\:gap-y-0{row-gap:0px}.xxxl\:gap-y-1{row-gap:.125rem}.xxxl\:gap-y-2{row-gap:.25rem}.xxxl\:gap-y-3{row-gap:.75rem}.xxxl\:gap-y-4{row-gap:1rem}.xxxl\:gap-y-5{row-gap:1.25rem}.xxxl\:gap-y-6{row-gap:1.5rem}.xxxl\:gap-y-7{row-gap:1.75rem}.xxxl\:gap-y-8{row-gap:2rem}.xxxl\:gap-y-9{row-gap:2.25rem}.xxxl\:gap-y-10{row-gap:2.5rem}.xxxl\:gap-y-11{row-gap:2.75rem}.xxxl\:gap-y-12{row-gap:3rem}.xxxl\:gap-y-14{row-gap:3.5rem}.xxxl\:gap-y-16{row-gap:4rem}.xxxl\:gap-y-20{row-gap:5rem}.xxxl\:gap-y-24{row-gap:6rem}.xxxl\:gap-y-28{row-gap:7rem}.xxxl\:gap-y-32{row-gap:8rem}.xxxl\:gap-y-36{row-gap:9rem}.xxxl\:gap-y-40{row-gap:10rem}.xxxl\:gap-y-44{row-gap:11rem}.xxxl\:gap-y-48{row-gap:12rem}.xxxl\:gap-y-52{row-gap:13rem}.xxxl\:gap-y-56{row-gap:14rem}.xxxl\:gap-y-60{row-gap:15rem}.xxxl\:gap-y-64{row-gap:16rem}.xxxl\:gap-y-72{row-gap:18rem}.xxxl\:gap-y-80{row-gap:20rem}.xxxl\:gap-y-96{row-gap:24rem}.xxxl\:gap-y-px{row-gap:1px}.xxxl\:gap-y-0\.5{row-gap:.125rem}.xxxl\:gap-y-1\.5{row-gap:.375rem}.xxxl\:gap-y-2\.5{row-gap:.625rem}.xxxl\:gap-y-3\.5{row-gap:.875rem}.xxxl\:gap-y-gutter-1{row-gap:.625rem}.xxxl\:gap-y-gutter-2{row-gap:1.25rem}.xxxl\:grid-flow-row{grid-auto-flow:row}.xxxl\:grid-flow-col{grid-auto-flow:column}.xxxl\:grid-flow-row-dense{grid-auto-flow:row dense}.xxxl\:grid-flow-col-dense{grid-auto-flow:column dense}.xxxl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xxxl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xxxl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xxxl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xxxl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xxxl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xxxl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xxxl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xxxl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xxxl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xxxl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xxxl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xxxl\:grid-cols-none{grid-template-columns:none}.xxxl\:auto-cols-auto{grid-auto-columns:auto}.xxxl\:auto-cols-min{grid-auto-columns:min-content}.xxxl\:auto-cols-max{grid-auto-columns:max-content}.xxxl\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.xxxl\:col-auto{grid-column:auto}.xxxl\:col-span-1{grid-column:span 1/span 1}.xxxl\:col-span-2{grid-column:span 2/span 2}.xxxl\:col-span-3{grid-column:span 3/span 3}.xxxl\:col-span-4{grid-column:span 4/span 4}.xxxl\:col-span-5{grid-column:span 5/span 5}.xxxl\:col-span-6{grid-column:span 6/span 6}.xxxl\:col-span-7{grid-column:span 7/span 7}.xxxl\:col-span-8{grid-column:span 8/span 8}.xxxl\:col-span-9{grid-column:span 9/span 9}.xxxl\:col-span-10{grid-column:span 10/span 10}.xxxl\:col-span-11{grid-column:span 11/span 11}.xxxl\:col-span-12{grid-column:span 12/span 12}.xxxl\:col-span-full{grid-column:1/-1}.xxxl\:col-start-1{grid-column-start:1}.xxxl\:col-start-2{grid-column-start:2}.xxxl\:col-start-3{grid-column-start:3}.xxxl\:col-start-4{grid-column-start:4}.xxxl\:col-start-5{grid-column-start:5}.xxxl\:col-start-6{grid-column-start:6}.xxxl\:col-start-7{grid-column-start:7}.xxxl\:col-start-8{grid-column-start:8}.xxxl\:col-start-9{grid-column-start:9}.xxxl\:col-start-10{grid-column-start:10}.xxxl\:col-start-11{grid-column-start:11}.xxxl\:col-start-12{grid-column-start:12}.xxxl\:col-start-13{grid-column-start:13}.xxxl\:col-start-auto{grid-column-start:auto}.xxxl\:col-end-1{grid-column-end:1}.xxxl\:col-end-2{grid-column-end:2}.xxxl\:col-end-3{grid-column-end:3}.xxxl\:col-end-4{grid-column-end:4}.xxxl\:col-end-5{grid-column-end:5}.xxxl\:col-end-6{grid-column-end:6}.xxxl\:col-end-7{grid-column-end:7}.xxxl\:col-end-8{grid-column-end:8}.xxxl\:col-end-9{grid-column-end:9}.xxxl\:col-end-10{grid-column-end:10}.xxxl\:col-end-11{grid-column-end:11}.xxxl\:col-end-12{grid-column-end:12}.xxxl\:col-end-13{grid-column-end:13}.xxxl\:col-end-auto{grid-column-end:auto}.xxxl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.xxxl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.xxxl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.xxxl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.xxxl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.xxxl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.xxxl\:grid-rows-none{grid-template-rows:none}.xxxl\:auto-rows-auto{grid-auto-rows:auto}.xxxl\:auto-rows-min{grid-auto-rows:min-content}.xxxl\:auto-rows-max{grid-auto-rows:max-content}.xxxl\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.xxxl\:row-auto{grid-row:auto}.xxxl\:row-span-1{grid-row:span 1/span 1}.xxxl\:row-span-2{grid-row:span 2/span 2}.xxxl\:row-span-3{grid-row:span 3/span 3}.xxxl\:row-span-4{grid-row:span 4/span 4}.xxxl\:row-span-5{grid-row:span 5/span 5}.xxxl\:row-span-6{grid-row:span 6/span 6}.xxxl\:row-span-full{grid-row:1/-1}.xxxl\:row-start-1{grid-row-start:1}.xxxl\:row-start-2{grid-row-start:2}.xxxl\:row-start-3{grid-row-start:3}.xxxl\:row-start-4{grid-row-start:4}.xxxl\:row-start-5{grid-row-start:5}.xxxl\:row-start-6{grid-row-start:6}.xxxl\:row-start-7{grid-row-start:7}.xxxl\:row-start-auto{grid-row-start:auto}.xxxl\:row-end-1{grid-row-end:1}.xxxl\:row-end-2{grid-row-end:2}.xxxl\:row-end-3{grid-row-end:3}.xxxl\:row-end-4{grid-row-end:4}.xxxl\:row-end-5{grid-row-end:5}.xxxl\:row-end-6{grid-row-end:6}.xxxl\:row-end-7{grid-row-end:7}.xxxl\:row-end-auto{grid-row-end:auto}.xxxl\:transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xxxl\:transform-gpu{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xxxl\:transform-none{transform:none}.xxxl\:origin-center{transform-origin:center}.xxxl\:origin-top{transform-origin:top}.xxxl\:origin-top-right{transform-origin:top right}.xxxl\:origin-right{transform-origin:right}.xxxl\:origin-bottom-right{transform-origin:bottom right}.xxxl\:origin-bottom{transform-origin:bottom}.xxxl\:origin-bottom-left{transform-origin:bottom left}.xxxl\:origin-left{transform-origin:left}.xxxl\:origin-top-left{transform-origin:top left}.xxxl\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.xxxl\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.xxxl\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.xxxl\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.xxxl\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.xxxl\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.xxxl\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.xxxl\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.xxxl\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.xxxl\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.xxxl\:scale-x-0{--tw-scale-x:0}.xxxl\:scale-x-50{--tw-scale-x:.5}.xxxl\:scale-x-75{--tw-scale-x:.75}.xxxl\:scale-x-90{--tw-scale-x:.9}.xxxl\:scale-x-95{--tw-scale-x:.95}.xxxl\:scale-x-100{--tw-scale-x:1}.xxxl\:scale-x-105{--tw-scale-x:1.05}.xxxl\:scale-x-110{--tw-scale-x:1.1}.xxxl\:scale-x-125{--tw-scale-x:1.25}.xxxl\:scale-x-150{--tw-scale-x:1.5}.xxxl\:scale-y-0{--tw-scale-y:0}.xxxl\:scale-y-50{--tw-scale-y:.5}.xxxl\:scale-y-75{--tw-scale-y:.75}.xxxl\:scale-y-90{--tw-scale-y:.9}.xxxl\:scale-y-95{--tw-scale-y:.95}.xxxl\:scale-y-100{--tw-scale-y:1}.xxxl\:scale-y-105{--tw-scale-y:1.05}.xxxl\:scale-y-110{--tw-scale-y:1.1}.xxxl\:scale-y-125{--tw-scale-y:1.25}.xxxl\:scale-y-150{--tw-scale-y:1.5}.xxxl\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.xxxl\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.xxxl\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.xxxl\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.xxxl\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.xxxl\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.xxxl\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.xxxl\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.xxxl\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.xxxl\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.xxxl\:hover\:scale-x-0:hover{--tw-scale-x:0}.xxxl\:hover\:scale-x-50:hover{--tw-scale-x:.5}.xxxl\:hover\:scale-x-75:hover{--tw-scale-x:.75}.xxxl\:hover\:scale-x-90:hover{--tw-scale-x:.9}.xxxl\:hover\:scale-x-95:hover{--tw-scale-x:.95}.xxxl\:hover\:scale-x-100:hover{--tw-scale-x:1}.xxxl\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.xxxl\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.xxxl\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.xxxl\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.xxxl\:hover\:scale-y-0:hover{--tw-scale-y:0}.xxxl\:hover\:scale-y-50:hover{--tw-scale-y:.5}.xxxl\:hover\:scale-y-75:hover{--tw-scale-y:.75}.xxxl\:hover\:scale-y-90:hover{--tw-scale-y:.9}.xxxl\:hover\:scale-y-95:hover{--tw-scale-y:.95}.xxxl\:hover\:scale-y-100:hover{--tw-scale-y:1}.xxxl\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.xxxl\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.xxxl\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.xxxl\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.xxxl\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.xxxl\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.xxxl\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.xxxl\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.xxxl\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.xxxl\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.xxxl\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.xxxl\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.xxxl\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.xxxl\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.xxxl\:focus\:scale-x-0:focus{--tw-scale-x:0}.xxxl\:focus\:scale-x-50:focus{--tw-scale-x:.5}.xxxl\:focus\:scale-x-75:focus{--tw-scale-x:.75}.xxxl\:focus\:scale-x-90:focus{--tw-scale-x:.9}.xxxl\:focus\:scale-x-95:focus{--tw-scale-x:.95}.xxxl\:focus\:scale-x-100:focus{--tw-scale-x:1}.xxxl\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.xxxl\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.xxxl\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.xxxl\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.xxxl\:focus\:scale-y-0:focus{--tw-scale-y:0}.xxxl\:focus\:scale-y-50:focus{--tw-scale-y:.5}.xxxl\:focus\:scale-y-75:focus{--tw-scale-y:.75}.xxxl\:focus\:scale-y-90:focus{--tw-scale-y:.9}.xxxl\:focus\:scale-y-95:focus{--tw-scale-y:.95}.xxxl\:focus\:scale-y-100:focus{--tw-scale-y:1}.xxxl\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.xxxl\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.xxxl\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.xxxl\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.xxxl\:rotate-0{--tw-rotate:0deg}.xxxl\:rotate-1{--tw-rotate:1deg}.xxxl\:rotate-2{--tw-rotate:2deg}.xxxl\:rotate-3{--tw-rotate:3deg}.xxxl\:rotate-6{--tw-rotate:6deg}.xxxl\:rotate-12{--tw-rotate:12deg}.xxxl\:rotate-45{--tw-rotate:45deg}.xxxl\:rotate-90{--tw-rotate:90deg}.xxxl\:rotate-180{--tw-rotate:180deg}.xxxl\:-rotate-180{--tw-rotate:-180deg}.xxxl\:-rotate-90{--tw-rotate:-90deg}.xxxl\:-rotate-45{--tw-rotate:-45deg}.xxxl\:-rotate-12{--tw-rotate:-12deg}.xxxl\:-rotate-6{--tw-rotate:-6deg}.xxxl\:-rotate-3{--tw-rotate:-3deg}.xxxl\:-rotate-2{--tw-rotate:-2deg}.xxxl\:-rotate-1{--tw-rotate:-1deg}.xxxl\:hover\:rotate-0:hover{--tw-rotate:0deg}.xxxl\:hover\:rotate-1:hover{--tw-rotate:1deg}.xxxl\:hover\:rotate-2:hover{--tw-rotate:2deg}.xxxl\:hover\:rotate-3:hover{--tw-rotate:3deg}.xxxl\:hover\:rotate-6:hover{--tw-rotate:6deg}.xxxl\:hover\:rotate-12:hover{--tw-rotate:12deg}.xxxl\:hover\:rotate-45:hover{--tw-rotate:45deg}.xxxl\:hover\:rotate-90:hover{--tw-rotate:90deg}.xxxl\:hover\:rotate-180:hover{--tw-rotate:180deg}.xxxl\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.xxxl\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.xxxl\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.xxxl\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.xxxl\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.xxxl\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.xxxl\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.xxxl\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.xxxl\:focus\:rotate-0:focus{--tw-rotate:0deg}.xxxl\:focus\:rotate-1:focus{--tw-rotate:1deg}.xxxl\:focus\:rotate-2:focus{--tw-rotate:2deg}.xxxl\:focus\:rotate-3:focus{--tw-rotate:3deg}.xxxl\:focus\:rotate-6:focus{--tw-rotate:6deg}.xxxl\:focus\:rotate-12:focus{--tw-rotate:12deg}.xxxl\:focus\:rotate-45:focus{--tw-rotate:45deg}.xxxl\:focus\:rotate-90:focus{--tw-rotate:90deg}.xxxl\:focus\:rotate-180:focus{--tw-rotate:180deg}.xxxl\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.xxxl\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.xxxl\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.xxxl\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.xxxl\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.xxxl\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.xxxl\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.xxxl\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.xxxl\:translate-x-0{--tw-translate-x:0px}.xxxl\:translate-x-1{--tw-translate-x:.25rem}.xxxl\:translate-x-2{--tw-translate-x:.5rem}.xxxl\:translate-x-3{--tw-translate-x:.75rem}.xxxl\:translate-x-4{--tw-translate-x:1rem}.xxxl\:translate-x-5{--tw-translate-x:1.25rem}.xxxl\:translate-x-6{--tw-translate-x:1.5rem}.xxxl\:translate-x-7{--tw-translate-x:1.75rem}.xxxl\:translate-x-8{--tw-translate-x:2rem}.xxxl\:translate-x-9{--tw-translate-x:2.25rem}.xxxl\:translate-x-10{--tw-translate-x:2.5rem}.xxxl\:translate-x-11{--tw-translate-x:2.75rem}.xxxl\:translate-x-12{--tw-translate-x:3rem}.xxxl\:translate-x-14{--tw-translate-x:3.5rem}.xxxl\:translate-x-16{--tw-translate-x:4rem}.xxxl\:translate-x-20{--tw-translate-x:5rem}.xxxl\:translate-x-24{--tw-translate-x:6rem}.xxxl\:translate-x-28{--tw-translate-x:7rem}.xxxl\:translate-x-32{--tw-translate-x:8rem}.xxxl\:translate-x-36{--tw-translate-x:9rem}.xxxl\:translate-x-40{--tw-translate-x:10rem}.xxxl\:translate-x-44{--tw-translate-x:11rem}.xxxl\:translate-x-48{--tw-translate-x:12rem}.xxxl\:translate-x-52{--tw-translate-x:13rem}.xxxl\:translate-x-56{--tw-translate-x:14rem}.xxxl\:translate-x-60{--tw-translate-x:15rem}.xxxl\:translate-x-64{--tw-translate-x:16rem}.xxxl\:translate-x-72{--tw-translate-x:18rem}.xxxl\:translate-x-80{--tw-translate-x:20rem}.xxxl\:translate-x-96{--tw-translate-x:24rem}.xxxl\:translate-x-px{--tw-translate-x:1px}.xxxl\:translate-x-0\.5{--tw-translate-x:.125rem}.xxxl\:translate-x-1\.5{--tw-translate-x:.375rem}.xxxl\:translate-x-2\.5{--tw-translate-x:.625rem}.xxxl\:translate-x-3\.5{--tw-translate-x:.875rem}.xxxl\:translate-x-gutter-1{--tw-translate-x:.625rem}.xxxl\:translate-x-gutter-2{--tw-translate-x:1.25rem}.xxxl\:-translate-x-0{--tw-translate-x:0px}.xxxl\:-translate-x-1{--tw-translate-x:-.25rem}.xxxl\:-translate-x-2{--tw-translate-x:-.5rem}.xxxl\:-translate-x-3{--tw-translate-x:-.75rem}.xxxl\:-translate-x-4{--tw-translate-x:-1rem}.xxxl\:-translate-x-5{--tw-translate-x:-1.25rem}.xxxl\:-translate-x-6{--tw-translate-x:-1.5rem}.xxxl\:-translate-x-7{--tw-translate-x:-1.75rem}.xxxl\:-translate-x-8{--tw-translate-x:-2rem}.xxxl\:-translate-x-9{--tw-translate-x:-2.25rem}.xxxl\:-translate-x-10{--tw-translate-x:-2.5rem}.xxxl\:-translate-x-11{--tw-translate-x:-2.75rem}.xxxl\:-translate-x-12{--tw-translate-x:-3rem}.xxxl\:-translate-x-14{--tw-translate-x:-3.5rem}.xxxl\:-translate-x-16{--tw-translate-x:-4rem}.xxxl\:-translate-x-20{--tw-translate-x:-5rem}.xxxl\:-translate-x-24{--tw-translate-x:-6rem}.xxxl\:-translate-x-28{--tw-translate-x:-7rem}.xxxl\:-translate-x-32{--tw-translate-x:-8rem}.xxxl\:-translate-x-36{--tw-translate-x:-9rem}.xxxl\:-translate-x-40{--tw-translate-x:-10rem}.xxxl\:-translate-x-44{--tw-translate-x:-11rem}.xxxl\:-translate-x-48{--tw-translate-x:-12rem}.xxxl\:-translate-x-52{--tw-translate-x:-13rem}.xxxl\:-translate-x-56{--tw-translate-x:-14rem}.xxxl\:-translate-x-60{--tw-translate-x:-15rem}.xxxl\:-translate-x-64{--tw-translate-x:-16rem}.xxxl\:-translate-x-72{--tw-translate-x:-18rem}.xxxl\:-translate-x-80{--tw-translate-x:-20rem}.xxxl\:-translate-x-96{--tw-translate-x:-24rem}.xxxl\:-translate-x-px{--tw-translate-x:-1px}.xxxl\:-translate-x-0\.5{--tw-translate-x:-.125rem}.xxxl\:-translate-x-1\.5{--tw-translate-x:-.375rem}.xxxl\:-translate-x-2\.5{--tw-translate-x:-.625rem}.xxxl\:-translate-x-3\.5{--tw-translate-x:-.875rem}.xxxl\:-translate-x-gutter-1{--tw-translate-x:-.625rem}.xxxl\:-translate-x-gutter-2{--tw-translate-x:-1.25rem}.xxxl\:translate-x-1\/2{--tw-translate-x:50%}.xxxl\:translate-x-1\/3{--tw-translate-x:33.333333%}.xxxl\:translate-x-2\/3{--tw-translate-x:66.666667%}.xxxl\:translate-x-1\/4{--tw-translate-x:25%}.xxxl\:translate-x-2\/4{--tw-translate-x:50%}.xxxl\:translate-x-3\/4{--tw-translate-x:75%}.xxxl\:translate-x-full{--tw-translate-x:100%}.xxxl\:-translate-x-1\/2{--tw-translate-x:-50%}.xxxl\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.xxxl\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.xxxl\:-translate-x-1\/4{--tw-translate-x:-25%}.xxxl\:-translate-x-2\/4{--tw-translate-x:-50%}.xxxl\:-translate-x-3\/4{--tw-translate-x:-75%}.xxxl\:-translate-x-full{--tw-translate-x:-100%}.xxxl\:translate-y-0{--tw-translate-y:0px}.xxxl\:translate-y-1{--tw-translate-y:.25rem}.xxxl\:translate-y-2{--tw-translate-y:.5rem}.xxxl\:translate-y-3{--tw-translate-y:.75rem}.xxxl\:translate-y-4{--tw-translate-y:1rem}.xxxl\:translate-y-5{--tw-translate-y:1.25rem}.xxxl\:translate-y-6{--tw-translate-y:1.5rem}.xxxl\:translate-y-7{--tw-translate-y:1.75rem}.xxxl\:translate-y-8{--tw-translate-y:2rem}.xxxl\:translate-y-9{--tw-translate-y:2.25rem}.xxxl\:translate-y-10{--tw-translate-y:2.5rem}.xxxl\:translate-y-11{--tw-translate-y:2.75rem}.xxxl\:translate-y-12{--tw-translate-y:3rem}.xxxl\:translate-y-14{--tw-translate-y:3.5rem}.xxxl\:translate-y-16{--tw-translate-y:4rem}.xxxl\:translate-y-20{--tw-translate-y:5rem}.xxxl\:translate-y-24{--tw-translate-y:6rem}.xxxl\:translate-y-28{--tw-translate-y:7rem}.xxxl\:translate-y-32{--tw-translate-y:8rem}.xxxl\:translate-y-36{--tw-translate-y:9rem}.xxxl\:translate-y-40{--tw-translate-y:10rem}.xxxl\:translate-y-44{--tw-translate-y:11rem}.xxxl\:translate-y-48{--tw-translate-y:12rem}.xxxl\:translate-y-52{--tw-translate-y:13rem}.xxxl\:translate-y-56{--tw-translate-y:14rem}.xxxl\:translate-y-60{--tw-translate-y:15rem}.xxxl\:translate-y-64{--tw-translate-y:16rem}.xxxl\:translate-y-72{--tw-translate-y:18rem}.xxxl\:translate-y-80{--tw-translate-y:20rem}.xxxl\:translate-y-96{--tw-translate-y:24rem}.xxxl\:translate-y-px{--tw-translate-y:1px}.xxxl\:translate-y-0\.5{--tw-translate-y:.125rem}.xxxl\:translate-y-1\.5{--tw-translate-y:.375rem}.xxxl\:translate-y-2\.5{--tw-translate-y:.625rem}.xxxl\:translate-y-3\.5{--tw-translate-y:.875rem}.xxxl\:translate-y-gutter-1{--tw-translate-y:.625rem}.xxxl\:translate-y-gutter-2{--tw-translate-y:1.25rem}.xxxl\:-translate-y-0{--tw-translate-y:0px}.xxxl\:-translate-y-1{--tw-translate-y:-.25rem}.xxxl\:-translate-y-2{--tw-translate-y:-.5rem}.xxxl\:-translate-y-3{--tw-translate-y:-.75rem}.xxxl\:-translate-y-4{--tw-translate-y:-1rem}.xxxl\:-translate-y-5{--tw-translate-y:-1.25rem}.xxxl\:-translate-y-6{--tw-translate-y:-1.5rem}.xxxl\:-translate-y-7{--tw-translate-y:-1.75rem}.xxxl\:-translate-y-8{--tw-translate-y:-2rem}.xxxl\:-translate-y-9{--tw-translate-y:-2.25rem}.xxxl\:-translate-y-10{--tw-translate-y:-2.5rem}.xxxl\:-translate-y-11{--tw-translate-y:-2.75rem}.xxxl\:-translate-y-12{--tw-translate-y:-3rem}.xxxl\:-translate-y-14{--tw-translate-y:-3.5rem}.xxxl\:-translate-y-16{--tw-translate-y:-4rem}.xxxl\:-translate-y-20{--tw-translate-y:-5rem}.xxxl\:-translate-y-24{--tw-translate-y:-6rem}.xxxl\:-translate-y-28{--tw-translate-y:-7rem}.xxxl\:-translate-y-32{--tw-translate-y:-8rem}.xxxl\:-translate-y-36{--tw-translate-y:-9rem}.xxxl\:-translate-y-40{--tw-translate-y:-10rem}.xxxl\:-translate-y-44{--tw-translate-y:-11rem}.xxxl\:-translate-y-48{--tw-translate-y:-12rem}.xxxl\:-translate-y-52{--tw-translate-y:-13rem}.xxxl\:-translate-y-56{--tw-translate-y:-14rem}.xxxl\:-translate-y-60{--tw-translate-y:-15rem}.xxxl\:-translate-y-64{--tw-translate-y:-16rem}.xxxl\:-translate-y-72{--tw-translate-y:-18rem}.xxxl\:-translate-y-80{--tw-translate-y:-20rem}.xxxl\:-translate-y-96{--tw-translate-y:-24rem}.xxxl\:-translate-y-px{--tw-translate-y:-1px}.xxxl\:-translate-y-0\.5{--tw-translate-y:-.125rem}.xxxl\:-translate-y-1\.5{--tw-translate-y:-.375rem}.xxxl\:-translate-y-2\.5{--tw-translate-y:-.625rem}.xxxl\:-translate-y-3\.5{--tw-translate-y:-.875rem}.xxxl\:-translate-y-gutter-1{--tw-translate-y:-.625rem}.xxxl\:-translate-y-gutter-2{--tw-translate-y:-1.25rem}.xxxl\:translate-y-1\/2{--tw-translate-y:50%}.xxxl\:translate-y-1\/3{--tw-translate-y:33.333333%}.xxxl\:translate-y-2\/3{--tw-translate-y:66.666667%}.xxxl\:translate-y-1\/4{--tw-translate-y:25%}.xxxl\:translate-y-2\/4{--tw-translate-y:50%}.xxxl\:translate-y-3\/4{--tw-translate-y:75%}.xxxl\:translate-y-full{--tw-translate-y:100%}.xxxl\:-translate-y-1\/2{--tw-translate-y:-50%}.xxxl\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.xxxl\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.xxxl\:-translate-y-1\/4{--tw-translate-y:-25%}.xxxl\:-translate-y-2\/4{--tw-translate-y:-50%}.xxxl\:-translate-y-3\/4{--tw-translate-y:-75%}.xxxl\:-translate-y-full{--tw-translate-y:-100%}.xxxl\:hover\:translate-x-0:hover{--tw-translate-x:0px}.xxxl\:hover\:translate-x-1:hover{--tw-translate-x:.25rem}.xxxl\:hover\:translate-x-2:hover{--tw-translate-x:.5rem}.xxxl\:hover\:translate-x-3:hover{--tw-translate-x:.75rem}.xxxl\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.xxxl\:hover\:translate-x-5:hover{--tw-translate-x:1.25rem}.xxxl\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.xxxl\:hover\:translate-x-7:hover{--tw-translate-x:1.75rem}.xxxl\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.xxxl\:hover\:translate-x-9:hover{--tw-translate-x:2.25rem}.xxxl\:hover\:translate-x-10:hover{--tw-translate-x:2.5rem}.xxxl\:hover\:translate-x-11:hover{--tw-translate-x:2.75rem}.xxxl\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.xxxl\:hover\:translate-x-14:hover{--tw-translate-x:3.5rem}.xxxl\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.xxxl\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.xxxl\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.xxxl\:hover\:translate-x-28:hover{--tw-translate-x:7rem}.xxxl\:hover\:translate-x-32:hover{--tw-translate-x:8rem}.xxxl\:hover\:translate-x-36:hover{--tw-translate-x:9rem}.xxxl\:hover\:translate-x-40:hover{--tw-translate-x:10rem}.xxxl\:hover\:translate-x-44:hover{--tw-translate-x:11rem}.xxxl\:hover\:translate-x-48:hover{--tw-translate-x:12rem}.xxxl\:hover\:translate-x-52:hover{--tw-translate-x:13rem}.xxxl\:hover\:translate-x-56:hover{--tw-translate-x:14rem}.xxxl\:hover\:translate-x-60:hover{--tw-translate-x:15rem}.xxxl\:hover\:translate-x-64:hover{--tw-translate-x:16rem}.xxxl\:hover\:translate-x-72:hover{--tw-translate-x:18rem}.xxxl\:hover\:translate-x-80:hover{--tw-translate-x:20rem}.xxxl\:hover\:translate-x-96:hover{--tw-translate-x:24rem}.xxxl\:hover\:translate-x-px:hover{--tw-translate-x:1px}.xxxl\:hover\:translate-x-0\.5:hover{--tw-translate-x:.125rem}.xxxl\:hover\:translate-x-1\.5:hover{--tw-translate-x:.375rem}.xxxl\:hover\:translate-x-2\.5:hover{--tw-translate-x:.625rem}.xxxl\:hover\:translate-x-3\.5:hover{--tw-translate-x:.875rem}.xxxl\:hover\:translate-x-gutter-1:hover{--tw-translate-x:.625rem}.xxxl\:hover\:translate-x-gutter-2:hover{--tw-translate-x:1.25rem}.xxxl\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.xxxl\:hover\:-translate-x-1:hover{--tw-translate-x:-.25rem}.xxxl\:hover\:-translate-x-2:hover{--tw-translate-x:-.5rem}.xxxl\:hover\:-translate-x-3:hover{--tw-translate-x:-.75rem}.xxxl\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.xxxl\:hover\:-translate-x-5:hover{--tw-translate-x:-1.25rem}.xxxl\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.xxxl\:hover\:-translate-x-7:hover{--tw-translate-x:-1.75rem}.xxxl\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.xxxl\:hover\:-translate-x-9:hover{--tw-translate-x:-2.25rem}.xxxl\:hover\:-translate-x-10:hover{--tw-translate-x:-2.5rem}.xxxl\:hover\:-translate-x-11:hover{--tw-translate-x:-2.75rem}.xxxl\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.xxxl\:hover\:-translate-x-14:hover{--tw-translate-x:-3.5rem}.xxxl\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.xxxl\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.xxxl\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.xxxl\:hover\:-translate-x-28:hover{--tw-translate-x:-7rem}.xxxl\:hover\:-translate-x-32:hover{--tw-translate-x:-8rem}.xxxl\:hover\:-translate-x-36:hover{--tw-translate-x:-9rem}.xxxl\:hover\:-translate-x-40:hover{--tw-translate-x:-10rem}.xxxl\:hover\:-translate-x-44:hover{--tw-translate-x:-11rem}.xxxl\:hover\:-translate-x-48:hover{--tw-translate-x:-12rem}.xxxl\:hover\:-translate-x-52:hover{--tw-translate-x:-13rem}.xxxl\:hover\:-translate-x-56:hover{--tw-translate-x:-14rem}.xxxl\:hover\:-translate-x-60:hover{--tw-translate-x:-15rem}.xxxl\:hover\:-translate-x-64:hover{--tw-translate-x:-16rem}.xxxl\:hover\:-translate-x-72:hover{--tw-translate-x:-18rem}.xxxl\:hover\:-translate-x-80:hover{--tw-translate-x:-20rem}.xxxl\:hover\:-translate-x-96:hover{--tw-translate-x:-24rem}.xxxl\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.xxxl\:hover\:-translate-x-0\.5:hover{--tw-translate-x:-.125rem}.xxxl\:hover\:-translate-x-1\.5:hover{--tw-translate-x:-.375rem}.xxxl\:hover\:-translate-x-2\.5:hover{--tw-translate-x:-.625rem}.xxxl\:hover\:-translate-x-3\.5:hover{--tw-translate-x:-.875rem}.xxxl\:hover\:-translate-x-gutter-1:hover{--tw-translate-x:-.625rem}.xxxl\:hover\:-translate-x-gutter-2:hover{--tw-translate-x:-1.25rem}.xxxl\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.xxxl\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.xxxl\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.xxxl\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.xxxl\:hover\:translate-x-2\/4:hover{--tw-translate-x:50%}.xxxl\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.xxxl\:hover\:translate-x-full:hover{--tw-translate-x:100%}.xxxl\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.xxxl\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.xxxl\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.xxxl\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.xxxl\:hover\:-translate-x-2\/4:hover{--tw-translate-x:-50%}.xxxl\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.xxxl\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.xxxl\:hover\:translate-y-0:hover{--tw-translate-y:0px}.xxxl\:hover\:translate-y-1:hover{--tw-translate-y:.25rem}.xxxl\:hover\:translate-y-2:hover{--tw-translate-y:.5rem}.xxxl\:hover\:translate-y-3:hover{--tw-translate-y:.75rem}.xxxl\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.xxxl\:hover\:translate-y-5:hover{--tw-translate-y:1.25rem}.xxxl\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.xxxl\:hover\:translate-y-7:hover{--tw-translate-y:1.75rem}.xxxl\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.xxxl\:hover\:translate-y-9:hover{--tw-translate-y:2.25rem}.xxxl\:hover\:translate-y-10:hover{--tw-translate-y:2.5rem}.xxxl\:hover\:translate-y-11:hover{--tw-translate-y:2.75rem}.xxxl\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.xxxl\:hover\:translate-y-14:hover{--tw-translate-y:3.5rem}.xxxl\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.xxxl\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.xxxl\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.xxxl\:hover\:translate-y-28:hover{--tw-translate-y:7rem}.xxxl\:hover\:translate-y-32:hover{--tw-translate-y:8rem}.xxxl\:hover\:translate-y-36:hover{--tw-translate-y:9rem}.xxxl\:hover\:translate-y-40:hover{--tw-translate-y:10rem}.xxxl\:hover\:translate-y-44:hover{--tw-translate-y:11rem}.xxxl\:hover\:translate-y-48:hover{--tw-translate-y:12rem}.xxxl\:hover\:translate-y-52:hover{--tw-translate-y:13rem}.xxxl\:hover\:translate-y-56:hover{--tw-translate-y:14rem}.xxxl\:hover\:translate-y-60:hover{--tw-translate-y:15rem}.xxxl\:hover\:translate-y-64:hover{--tw-translate-y:16rem}.xxxl\:hover\:translate-y-72:hover{--tw-translate-y:18rem}.xxxl\:hover\:translate-y-80:hover{--tw-translate-y:20rem}.xxxl\:hover\:translate-y-96:hover{--tw-translate-y:24rem}.xxxl\:hover\:translate-y-px:hover{--tw-translate-y:1px}.xxxl\:hover\:translate-y-0\.5:hover{--tw-translate-y:.125rem}.xxxl\:hover\:translate-y-1\.5:hover{--tw-translate-y:.375rem}.xxxl\:hover\:translate-y-2\.5:hover{--tw-translate-y:.625rem}.xxxl\:hover\:translate-y-3\.5:hover{--tw-translate-y:.875rem}.xxxl\:hover\:translate-y-gutter-1:hover{--tw-translate-y:.625rem}.xxxl\:hover\:translate-y-gutter-2:hover{--tw-translate-y:1.25rem}.xxxl\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.xxxl\:hover\:-translate-y-1:hover{--tw-translate-y:-.25rem}.xxxl\:hover\:-translate-y-2:hover{--tw-translate-y:-.5rem}.xxxl\:hover\:-translate-y-3:hover{--tw-translate-y:-.75rem}.xxxl\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.xxxl\:hover\:-translate-y-5:hover{--tw-translate-y:-1.25rem}.xxxl\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.xxxl\:hover\:-translate-y-7:hover{--tw-translate-y:-1.75rem}.xxxl\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.xxxl\:hover\:-translate-y-9:hover{--tw-translate-y:-2.25rem}.xxxl\:hover\:-translate-y-10:hover{--tw-translate-y:-2.5rem}.xxxl\:hover\:-translate-y-11:hover{--tw-translate-y:-2.75rem}.xxxl\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.xxxl\:hover\:-translate-y-14:hover{--tw-translate-y:-3.5rem}.xxxl\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.xxxl\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.xxxl\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.xxxl\:hover\:-translate-y-28:hover{--tw-translate-y:-7rem}.xxxl\:hover\:-translate-y-32:hover{--tw-translate-y:-8rem}.xxxl\:hover\:-translate-y-36:hover{--tw-translate-y:-9rem}.xxxl\:hover\:-translate-y-40:hover{--tw-translate-y:-10rem}.xxxl\:hover\:-translate-y-44:hover{--tw-translate-y:-11rem}.xxxl\:hover\:-translate-y-48:hover{--tw-translate-y:-12rem}.xxxl\:hover\:-translate-y-52:hover{--tw-translate-y:-13rem}.xxxl\:hover\:-translate-y-56:hover{--tw-translate-y:-14rem}.xxxl\:hover\:-translate-y-60:hover{--tw-translate-y:-15rem}.xxxl\:hover\:-translate-y-64:hover{--tw-translate-y:-16rem}.xxxl\:hover\:-translate-y-72:hover{--tw-translate-y:-18rem}.xxxl\:hover\:-translate-y-80:hover{--tw-translate-y:-20rem}.xxxl\:hover\:-translate-y-96:hover{--tw-translate-y:-24rem}.xxxl\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.xxxl\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.xxxl\:hover\:-translate-y-1\.5:hover{--tw-translate-y:-.375rem}.xxxl\:hover\:-translate-y-2\.5:hover{--tw-translate-y:-.625rem}.xxxl\:hover\:-translate-y-3\.5:hover{--tw-translate-y:-.875rem}.xxxl\:hover\:-translate-y-gutter-1:hover{--tw-translate-y:-.625rem}.xxxl\:hover\:-translate-y-gutter-2:hover{--tw-translate-y:-1.25rem}.xxxl\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.xxxl\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.xxxl\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.xxxl\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.xxxl\:hover\:translate-y-2\/4:hover{--tw-translate-y:50%}.xxxl\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.xxxl\:hover\:translate-y-full:hover{--tw-translate-y:100%}.xxxl\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.xxxl\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.xxxl\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.xxxl\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.xxxl\:hover\:-translate-y-2\/4:hover{--tw-translate-y:-50%}.xxxl\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.xxxl\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.xxxl\:focus\:translate-x-0:focus{--tw-translate-x:0px}.xxxl\:focus\:translate-x-1:focus{--tw-translate-x:.25rem}.xxxl\:focus\:translate-x-2:focus{--tw-translate-x:.5rem}.xxxl\:focus\:translate-x-3:focus{--tw-translate-x:.75rem}.xxxl\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.xxxl\:focus\:translate-x-5:focus{--tw-translate-x:1.25rem}.xxxl\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.xxxl\:focus\:translate-x-7:focus{--tw-translate-x:1.75rem}.xxxl\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.xxxl\:focus\:translate-x-9:focus{--tw-translate-x:2.25rem}.xxxl\:focus\:translate-x-10:focus{--tw-translate-x:2.5rem}.xxxl\:focus\:translate-x-11:focus{--tw-translate-x:2.75rem}.xxxl\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.xxxl\:focus\:translate-x-14:focus{--tw-translate-x:3.5rem}.xxxl\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.xxxl\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.xxxl\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.xxxl\:focus\:translate-x-28:focus{--tw-translate-x:7rem}.xxxl\:focus\:translate-x-32:focus{--tw-translate-x:8rem}.xxxl\:focus\:translate-x-36:focus{--tw-translate-x:9rem}.xxxl\:focus\:translate-x-40:focus{--tw-translate-x:10rem}.xxxl\:focus\:translate-x-44:focus{--tw-translate-x:11rem}.xxxl\:focus\:translate-x-48:focus{--tw-translate-x:12rem}.xxxl\:focus\:translate-x-52:focus{--tw-translate-x:13rem}.xxxl\:focus\:translate-x-56:focus{--tw-translate-x:14rem}.xxxl\:focus\:translate-x-60:focus{--tw-translate-x:15rem}.xxxl\:focus\:translate-x-64:focus{--tw-translate-x:16rem}.xxxl\:focus\:translate-x-72:focus{--tw-translate-x:18rem}.xxxl\:focus\:translate-x-80:focus{--tw-translate-x:20rem}.xxxl\:focus\:translate-x-96:focus{--tw-translate-x:24rem}.xxxl\:focus\:translate-x-px:focus{--tw-translate-x:1px}.xxxl\:focus\:translate-x-0\.5:focus{--tw-translate-x:.125rem}.xxxl\:focus\:translate-x-1\.5:focus{--tw-translate-x:.375rem}.xxxl\:focus\:translate-x-2\.5:focus{--tw-translate-x:.625rem}.xxxl\:focus\:translate-x-3\.5:focus{--tw-translate-x:.875rem}.xxxl\:focus\:translate-x-gutter-1:focus{--tw-translate-x:.625rem}.xxxl\:focus\:translate-x-gutter-2:focus{--tw-translate-x:1.25rem}.xxxl\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.xxxl\:focus\:-translate-x-1:focus{--tw-translate-x:-.25rem}.xxxl\:focus\:-translate-x-2:focus{--tw-translate-x:-.5rem}.xxxl\:focus\:-translate-x-3:focus{--tw-translate-x:-.75rem}.xxxl\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.xxxl\:focus\:-translate-x-5:focus{--tw-translate-x:-1.25rem}.xxxl\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.xxxl\:focus\:-translate-x-7:focus{--tw-translate-x:-1.75rem}.xxxl\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.xxxl\:focus\:-translate-x-9:focus{--tw-translate-x:-2.25rem}.xxxl\:focus\:-translate-x-10:focus{--tw-translate-x:-2.5rem}.xxxl\:focus\:-translate-x-11:focus{--tw-translate-x:-2.75rem}.xxxl\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.xxxl\:focus\:-translate-x-14:focus{--tw-translate-x:-3.5rem}.xxxl\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.xxxl\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.xxxl\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.xxxl\:focus\:-translate-x-28:focus{--tw-translate-x:-7rem}.xxxl\:focus\:-translate-x-32:focus{--tw-translate-x:-8rem}.xxxl\:focus\:-translate-x-36:focus{--tw-translate-x:-9rem}.xxxl\:focus\:-translate-x-40:focus{--tw-translate-x:-10rem}.xxxl\:focus\:-translate-x-44:focus{--tw-translate-x:-11rem}.xxxl\:focus\:-translate-x-48:focus{--tw-translate-x:-12rem}.xxxl\:focus\:-translate-x-52:focus{--tw-translate-x:-13rem}.xxxl\:focus\:-translate-x-56:focus{--tw-translate-x:-14rem}.xxxl\:focus\:-translate-x-60:focus{--tw-translate-x:-15rem}.xxxl\:focus\:-translate-x-64:focus{--tw-translate-x:-16rem}.xxxl\:focus\:-translate-x-72:focus{--tw-translate-x:-18rem}.xxxl\:focus\:-translate-x-80:focus{--tw-translate-x:-20rem}.xxxl\:focus\:-translate-x-96:focus{--tw-translate-x:-24rem}.xxxl\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.xxxl\:focus\:-translate-x-0\.5:focus{--tw-translate-x:-.125rem}.xxxl\:focus\:-translate-x-1\.5:focus{--tw-translate-x:-.375rem}.xxxl\:focus\:-translate-x-2\.5:focus{--tw-translate-x:-.625rem}.xxxl\:focus\:-translate-x-3\.5:focus{--tw-translate-x:-.875rem}.xxxl\:focus\:-translate-x-gutter-1:focus{--tw-translate-x:-.625rem}.xxxl\:focus\:-translate-x-gutter-2:focus{--tw-translate-x:-1.25rem}.xxxl\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.xxxl\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.xxxl\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.xxxl\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.xxxl\:focus\:translate-x-2\/4:focus{--tw-translate-x:50%}.xxxl\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.xxxl\:focus\:translate-x-full:focus{--tw-translate-x:100%}.xxxl\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.xxxl\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.xxxl\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.xxxl\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.xxxl\:focus\:-translate-x-2\/4:focus{--tw-translate-x:-50%}.xxxl\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.xxxl\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.xxxl\:focus\:translate-y-0:focus{--tw-translate-y:0px}.xxxl\:focus\:translate-y-1:focus{--tw-translate-y:.25rem}.xxxl\:focus\:translate-y-2:focus{--tw-translate-y:.5rem}.xxxl\:focus\:translate-y-3:focus{--tw-translate-y:.75rem}.xxxl\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.xxxl\:focus\:translate-y-5:focus{--tw-translate-y:1.25rem}.xxxl\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.xxxl\:focus\:translate-y-7:focus{--tw-translate-y:1.75rem}.xxxl\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.xxxl\:focus\:translate-y-9:focus{--tw-translate-y:2.25rem}.xxxl\:focus\:translate-y-10:focus{--tw-translate-y:2.5rem}.xxxl\:focus\:translate-y-11:focus{--tw-translate-y:2.75rem}.xxxl\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.xxxl\:focus\:translate-y-14:focus{--tw-translate-y:3.5rem}.xxxl\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.xxxl\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.xxxl\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.xxxl\:focus\:translate-y-28:focus{--tw-translate-y:7rem}.xxxl\:focus\:translate-y-32:focus{--tw-translate-y:8rem}.xxxl\:focus\:translate-y-36:focus{--tw-translate-y:9rem}.xxxl\:focus\:translate-y-40:focus{--tw-translate-y:10rem}.xxxl\:focus\:translate-y-44:focus{--tw-translate-y:11rem}.xxxl\:focus\:translate-y-48:focus{--tw-translate-y:12rem}.xxxl\:focus\:translate-y-52:focus{--tw-translate-y:13rem}.xxxl\:focus\:translate-y-56:focus{--tw-translate-y:14rem}.xxxl\:focus\:translate-y-60:focus{--tw-translate-y:15rem}.xxxl\:focus\:translate-y-64:focus{--tw-translate-y:16rem}.xxxl\:focus\:translate-y-72:focus{--tw-translate-y:18rem}.xxxl\:focus\:translate-y-80:focus{--tw-translate-y:20rem}.xxxl\:focus\:translate-y-96:focus{--tw-translate-y:24rem}.xxxl\:focus\:translate-y-px:focus{--tw-translate-y:1px}.xxxl\:focus\:translate-y-0\.5:focus{--tw-translate-y:.125rem}.xxxl\:focus\:translate-y-1\.5:focus{--tw-translate-y:.375rem}.xxxl\:focus\:translate-y-2\.5:focus{--tw-translate-y:.625rem}.xxxl\:focus\:translate-y-3\.5:focus{--tw-translate-y:.875rem}.xxxl\:focus\:translate-y-gutter-1:focus{--tw-translate-y:.625rem}.xxxl\:focus\:translate-y-gutter-2:focus{--tw-translate-y:1.25rem}.xxxl\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.xxxl\:focus\:-translate-y-1:focus{--tw-translate-y:-.25rem}.xxxl\:focus\:-translate-y-2:focus{--tw-translate-y:-.5rem}.xxxl\:focus\:-translate-y-3:focus{--tw-translate-y:-.75rem}.xxxl\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.xxxl\:focus\:-translate-y-5:focus{--tw-translate-y:-1.25rem}.xxxl\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.xxxl\:focus\:-translate-y-7:focus{--tw-translate-y:-1.75rem}.xxxl\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.xxxl\:focus\:-translate-y-9:focus{--tw-translate-y:-2.25rem}.xxxl\:focus\:-translate-y-10:focus{--tw-translate-y:-2.5rem}.xxxl\:focus\:-translate-y-11:focus{--tw-translate-y:-2.75rem}.xxxl\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.xxxl\:focus\:-translate-y-14:focus{--tw-translate-y:-3.5rem}.xxxl\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.xxxl\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.xxxl\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.xxxl\:focus\:-translate-y-28:focus{--tw-translate-y:-7rem}.xxxl\:focus\:-translate-y-32:focus{--tw-translate-y:-8rem}.xxxl\:focus\:-translate-y-36:focus{--tw-translate-y:-9rem}.xxxl\:focus\:-translate-y-40:focus{--tw-translate-y:-10rem}.xxxl\:focus\:-translate-y-44:focus{--tw-translate-y:-11rem}.xxxl\:focus\:-translate-y-48:focus{--tw-translate-y:-12rem}.xxxl\:focus\:-translate-y-52:focus{--tw-translate-y:-13rem}.xxxl\:focus\:-translate-y-56:focus{--tw-translate-y:-14rem}.xxxl\:focus\:-translate-y-60:focus{--tw-translate-y:-15rem}.xxxl\:focus\:-translate-y-64:focus{--tw-translate-y:-16rem}.xxxl\:focus\:-translate-y-72:focus{--tw-translate-y:-18rem}.xxxl\:focus\:-translate-y-80:focus{--tw-translate-y:-20rem}.xxxl\:focus\:-translate-y-96:focus{--tw-translate-y:-24rem}.xxxl\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.xxxl\:focus\:-translate-y-0\.5:focus{--tw-translate-y:-.125rem}.xxxl\:focus\:-translate-y-1\.5:focus{--tw-translate-y:-.375rem}.xxxl\:focus\:-translate-y-2\.5:focus{--tw-translate-y:-.625rem}.xxxl\:focus\:-translate-y-3\.5:focus{--tw-translate-y:-.875rem}.xxxl\:focus\:-translate-y-gutter-1:focus{--tw-translate-y:-.625rem}.xxxl\:focus\:-translate-y-gutter-2:focus{--tw-translate-y:-1.25rem}.xxxl\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.xxxl\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.xxxl\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.xxxl\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.xxxl\:focus\:translate-y-2\/4:focus{--tw-translate-y:50%}.xxxl\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.xxxl\:focus\:translate-y-full:focus{--tw-translate-y:100%}.xxxl\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.xxxl\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.xxxl\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.xxxl\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.xxxl\:focus\:-translate-y-2\/4:focus{--tw-translate-y:-50%}.xxxl\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.xxxl\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.xxxl\:skew-x-0{--tw-skew-x:0deg}.xxxl\:skew-x-1{--tw-skew-x:1deg}.xxxl\:skew-x-2{--tw-skew-x:2deg}.xxxl\:skew-x-3{--tw-skew-x:3deg}.xxxl\:skew-x-6{--tw-skew-x:6deg}.xxxl\:skew-x-12{--tw-skew-x:12deg}.xxxl\:-skew-x-12{--tw-skew-x:-12deg}.xxxl\:-skew-x-6{--tw-skew-x:-6deg}.xxxl\:-skew-x-3{--tw-skew-x:-3deg}.xxxl\:-skew-x-2{--tw-skew-x:-2deg}.xxxl\:-skew-x-1{--tw-skew-x:-1deg}.xxxl\:skew-y-0{--tw-skew-y:0deg}.xxxl\:skew-y-1{--tw-skew-y:1deg}.xxxl\:skew-y-2{--tw-skew-y:2deg}.xxxl\:skew-y-3{--tw-skew-y:3deg}.xxxl\:skew-y-6{--tw-skew-y:6deg}.xxxl\:skew-y-12{--tw-skew-y:12deg}.xxxl\:-skew-y-12{--tw-skew-y:-12deg}.xxxl\:-skew-y-6{--tw-skew-y:-6deg}.xxxl\:-skew-y-3{--tw-skew-y:-3deg}.xxxl\:-skew-y-2{--tw-skew-y:-2deg}.xxxl\:-skew-y-1{--tw-skew-y:-1deg}.xxxl\:hover\:skew-x-0:hover{--tw-skew-x:0deg}.xxxl\:hover\:skew-x-1:hover{--tw-skew-x:1deg}.xxxl\:hover\:skew-x-2:hover{--tw-skew-x:2deg}.xxxl\:hover\:skew-x-3:hover{--tw-skew-x:3deg}.xxxl\:hover\:skew-x-6:hover{--tw-skew-x:6deg}.xxxl\:hover\:skew-x-12:hover{--tw-skew-x:12deg}.xxxl\:hover\:-skew-x-12:hover{--tw-skew-x:-12deg}.xxxl\:hover\:-skew-x-6:hover{--tw-skew-x:-6deg}.xxxl\:hover\:-skew-x-3:hover{--tw-skew-x:-3deg}.xxxl\:hover\:-skew-x-2:hover{--tw-skew-x:-2deg}.xxxl\:hover\:-skew-x-1:hover{--tw-skew-x:-1deg}.xxxl\:hover\:skew-y-0:hover{--tw-skew-y:0deg}.xxxl\:hover\:skew-y-1:hover{--tw-skew-y:1deg}.xxxl\:hover\:skew-y-2:hover{--tw-skew-y:2deg}.xxxl\:hover\:skew-y-3:hover{--tw-skew-y:3deg}.xxxl\:hover\:skew-y-6:hover{--tw-skew-y:6deg}.xxxl\:hover\:skew-y-12:hover{--tw-skew-y:12deg}.xxxl\:hover\:-skew-y-12:hover{--tw-skew-y:-12deg}.xxxl\:hover\:-skew-y-6:hover{--tw-skew-y:-6deg}.xxxl\:hover\:-skew-y-3:hover{--tw-skew-y:-3deg}.xxxl\:hover\:-skew-y-2:hover{--tw-skew-y:-2deg}.xxxl\:hover\:-skew-y-1:hover{--tw-skew-y:-1deg}.xxxl\:focus\:skew-x-0:focus{--tw-skew-x:0deg}.xxxl\:focus\:skew-x-1:focus{--tw-skew-x:1deg}.xxxl\:focus\:skew-x-2:focus{--tw-skew-x:2deg}.xxxl\:focus\:skew-x-3:focus{--tw-skew-x:3deg}.xxxl\:focus\:skew-x-6:focus{--tw-skew-x:6deg}.xxxl\:focus\:skew-x-12:focus{--tw-skew-x:12deg}.xxxl\:focus\:-skew-x-12:focus{--tw-skew-x:-12deg}.xxxl\:focus\:-skew-x-6:focus{--tw-skew-x:-6deg}.xxxl\:focus\:-skew-x-3:focus{--tw-skew-x:-3deg}.xxxl\:focus\:-skew-x-2:focus{--tw-skew-x:-2deg}.xxxl\:focus\:-skew-x-1:focus{--tw-skew-x:-1deg}.xxxl\:focus\:skew-y-0:focus{--tw-skew-y:0deg}.xxxl\:focus\:skew-y-1:focus{--tw-skew-y:1deg}.xxxl\:focus\:skew-y-2:focus{--tw-skew-y:2deg}.xxxl\:focus\:skew-y-3:focus{--tw-skew-y:3deg}.xxxl\:focus\:skew-y-6:focus{--tw-skew-y:6deg}.xxxl\:focus\:skew-y-12:focus{--tw-skew-y:12deg}.xxxl\:focus\:-skew-y-12:focus{--tw-skew-y:-12deg}.xxxl\:focus\:-skew-y-6:focus{--tw-skew-y:-6deg}.xxxl\:focus\:-skew-y-3:focus{--tw-skew-y:-3deg}.xxxl\:focus\:-skew-y-2:focus{--tw-skew-y:-2deg}.xxxl\:focus\:-skew-y-1:focus{--tw-skew-y:-1deg}.xxxl\:transition-none{transition-property:none}.xxxl\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxxl\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxxl\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxxl\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxxl\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxxl\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.xxxl\:ease-linear{transition-timing-function:linear}.xxxl\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.xxxl\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.xxxl\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.xxxl\:duration-75{transition-duration:75ms}.xxxl\:duration-100{transition-duration:.1s}.xxxl\:duration-150{transition-duration:.15s}.xxxl\:duration-200{transition-duration:.2s}.xxxl\:duration-300{transition-duration:.3s}.xxxl\:duration-500{transition-duration:.5s}.xxxl\:duration-700{transition-duration:.7s}.xxxl\:duration-1000{transition-duration:1s}.xxxl\:delay-75{transition-delay:75ms}.xxxl\:delay-100{transition-delay:.1s}.xxxl\:delay-150{transition-delay:.15s}.xxxl\:delay-200{transition-delay:.2s}.xxxl\:delay-300{transition-delay:.3s}.xxxl\:delay-500{transition-delay:.5s}.xxxl\:delay-700{transition-delay:.7s}.xxxl\:delay-1000{transition-delay:1s}.xxxl\:animate-none{animation:none}.xxxl\:animate-spin{animation:spin 1s linear infinite}.xxxl\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.xxxl\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.xxxl\:animate-bounce{animation:bounce 1s infinite}}
</pre></body></html>